@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
    font-size: 62.5%;
    --orange:#f27b2a;
    --white: #fff;
    --black:#2a2b33;
    --light-blue:#3d5469;
    --yellow:#f3c438;
    --light-bg:#f2f3f4;
    --blue:#1779d3;
    --blue-d-2:#233a53;
    --header:linear-gradient(to right, #243B55, #141E30);
    --card-color:linear-gradient(-90deg, #1779d3, rgba(24, 37, 57, .9));
    --section-color:linear-gradient(-90deg, #1779d3, #182539);
    --blue-d-1:#141E30;
    --blue-d:#131925;
    --orange-1:#f2861f;
    --grey:#73848e;
    --light-grey:#73848e94;
    --green:#4caf50;
    --yellow:#ffc107;
    --red:#ff5722;
    --font:'Poppins', sans-serif;
    scroll-behavior: smooth;
}

 body { color: var(--black); font-family: var(--font); margin: 0; padding: 0; }
 @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/micon.woff2') format('woff2'); }
.text-grey{color: var(--grey);}
.text-white{color: var(--white) !important;}
.fs12{font-size: 1.2rem;}
.border-bottom{border-bottom: .1rem solid var(--light-grey);}
.mb-20{margin-bottom: 2rem;}
img{max-width: 100%;}
.fw-500{font-weight: 500;}
.c-gap-20{column-gap: 2rem;}
.r-gap-20{row-gap: 2rem;}
.mt-15{margin-top: 1.5rem;}
.mb-3{margin-bottom: 3rem;}
.mt-3{margin-top: 3rem;}
.mb-10{margin-bottom: 1rem;}
.gap-3{gap: 1.5rem;}
.mb-0{margin-bottom: 0;}
.fs14{font-size: 1.4rem;}
.max-w100{max-width: 100%;}
.btn, button{outline: 0 !important; border: 0;}
ul{list-style-type: none; margin: 0; padding: 0;}
.d-flex{display: flex;}
.flex-center{display: flex; align-items: center;}
.flex-start{display: flex; align-items: flex-start;}
.flex-wrap{flex-wrap: wrap;}
.flex-column{display: flex; flex-direction: column;}
.justify-content-center{justify-content: center;}
.justify-content-between{justify-content: space-between;}
.mb-15{margin-bottom: 1.5rem !important;}
.line-through{text-decoration: line-through;}    

.material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
 h1, h2, h3, h4, h5, h6 {
     color: #2a2b33;
     font-weight: 700;
     margin-top: 0px;
     margin-bottom: 0px;
}
 p, a, li, span, label, tr, td, th, input {
     font-size: 1.5rem;
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
 small, .small {
     font-size: 13px;
}
 a {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     outline: none;
}
 a:hover {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
/*--=================== dir1 =======================--*/
 .com-padd {
     padding: 60px 0 0 0;
}
.bottom-padd{
    padding: 5rem 0;
}
 .com-mar-bot-30 {
     margin-bottom: 5.5rem !important;
}
 .dir1-home-head {
     position: relative;
}
/*-------------------------------------------------*/
/* = HOME PAGE BANNER AND SEARCH BOX 
/*-------------------------------------------------*/
 #background {
     background-size: cover;
     width: 100%;
     height: 100%;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -o-user-select: none;
     user-select: none;
    /* z-index: 99;
     */
     background: url('../images/banner4.jpg') no-repeat;
     background-size: cover;
}
 #background1 {
     background-size: cover;
     width: 100%;
     height: 100%;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -o-user-select: none;
     user-select: none;
    /* z-index: 99;
     */
     background: url('../images/banner2.jpg') no-repeat;
     background-size: cover;
}
 .dir-ho-tl {
}
#button1 {position: fixed; bottom: 80px; right: 80px; width: 44px; height: 44px; display: block; text-decoration: none; border-radius: 35px; -webkit-transition: all 0.3s linear; transition: all 0.3s ease; }

 .dir-ho-tl ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .dir-ho-tl ul li {
     display: inline-block;
}
 .dir-ho-tl ul li a {
     color: var(--white);
     font-size: 16px;
}
 .dir-ho-tl ul li a img {
     padding: 5px;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
     */
     margin-top: 0px;
    /* background: #000;
     */
     margin-top: 5px;
}
 .dir-ho-tr {
}
 .dir-ho-tr ul {
     padding: 0px;
     float: right;
     margin-bottom: 0px;
     margin-top: 19px;
}
 .dir-ho-tr ul li {
     float: left;
     list-style-type: none;
     margin-left: 4px;
    /* padding: 10px;
     */
}
 .dir-ho-tr ul li:nth-child(1) a {
}
 .dir-ho-tr ul li:nth-child(2) a {
}
 .dir-ho-tr ul li:nth-child(3) a {
    /*color: var(--white);
    font-weight: 400;
    border-radius: 25px;
    padding: 6px 10px;
    background: var(--white)1c;
    border: 1px solid #e3e3e3;*/
}
 .dir-ho-tr ul li:nth-child(3) a i {
     padding-right: 2px;
}
 .dir-ho-tr ul li a {
     color: var(--white);
     /*font-size: 15px;*/
     font-size: 14px;
     /* background: rgba(0, 0, 0, 0.45);
     */
     padding: 2px 8px;
     /* display: inline-block;
     */
     border-radius: 4rem;
     /* text-shadow: 0px 1px 0 rgba(23, 23, 23, 0.44);
     */
     cursor: pointer;
     /* text-transform: uppercase;
     */
     font-weight: 400;
}
.hom3-top-menu {
    position: fixed !important;
}
 .bottomMenu {
     /*position: fixed;*/
     position: sticky;
     top: 0;
     width: 100%;
     height: auto;
     background: #151f31;
     z-index: 99;
     transition: all 1s;
     -webkit-box-shadow: 0 1px 3px #960;
     -moz-box-shadow: 0 1px 3px #960;
     box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
     border-bottom: 1px solid #111a29;
     background: #141E30;
    /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #243B55, #141E30);
    /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #243B55, #141E30);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     display: none;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .c2-hide {
     display: none;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .c2-show {
     display: block;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
/*-------------------------------------------------*/
/* = TOP FIXED MENU 
/*-------------------------------------------------*/
 .ts-menu {
     position: relative;
}
 .ts-menu-1 {
     float: left;
     width: 8%;
}
 .ts-menu-1 a {
}
 .ts-menu-1 a img {
     /*width: 57px;*/
     /*width: 100%;*/
     width: 80%;
     /*padding: 5px;*/
     /*padding: 21px 0;*/
     padding: 5px 0;
     /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);*/
     margin-top: 0px;
    /* background: rgb(59, 191, 249);
     */
    /* margin-left: 15px;
     */
}
 .ts-menu-2 {
     float: left;
     width: 11%;
     padding: 21px 12px 15px 12px;
     border-left: 1px solid #273244;
     border-right: 1px solid #273244;
}
 .ts-menu-2 a {
     vertical-align: middle;
     font-weight: 600;
     color: var(--white);
     font-size: 16px;
     text-transform: uppercase;
     display: -webkit-box;
}
 .ts-menu-2 a i {
     color: var(--white);
     /*padding: 5px;*/
}
 .ts-menu-3 {
     float: left;
     width: 60%;
     padding: 0px 0px 0px 30px;
}
 .ts-menu-4 {
     float: left;
     width: 21%;
     padding: 10px 0px 0px 1px;
}
 .top-search {
}
 .top-search form {
}
 .top-search form ul {
     padding: 0px;
}
 .top-search form ul li {
     width: 50%;
     float: left;
     display: inline-block;
}
 .top-search form ul li:nth-child(1) {
     width: 90%;
}
 .top-search form ul li:nth-child(1) input {
     padding: 5px 10px;
     line-height: 28px;
     background: var(--white);
}
 .top-search form ul li:nth-child(2) {
     width: 10%;
}
 .top-search form ul li input {
     width: 100%;
     padding: 5px;
     border: 0px;
}
 .top-search form ul li input[type="submit"] {
     background: url(../images/search_bg1.png) no-repeat center center #01a0d8;
     color: #eac610;
     font-weight: 600;
     padding: 7px;
     background-size: 24px;
}
 .top-links {
    /* position: relative;
     */
    /* overflow: hidden;
     */
}
 .top-links ul {
     float: right;
     padding-left: 0px;
}
 .top-links ul li {
     display: inline-block;
    /* float: left;
     */
    /* padding: 0px 6px;
     */
}
 .top-links ul li a {
     color: var(--white);
     font-weight: 500;
     padding: 5px;
     border: 1px solid #1e3069;
     border-radius: 2px;
    /* text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
     */
     font-size: 14px;
     background: #01a0d8;
     border-radius: 2px;
}
 .cat-menu {
     width: 100%;
     background: var(--white);
     position: absolute;
     overflow: hidden;
     display: none;
     z-index: 99;
     padding: 15px;
     box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.5);
     margin-top: 16px;
     left: 0px;
}
 .top-menu-ani {
     transition: all 0.5s ease;
}
 .cat-menu ul {
     padding: 15px 0px;
     position: relative;
     overflow: hidden;
     margin-bottom: 0px;
}
 .cat-menu ul li {
     width: 100%;
     float: left;
    /* border-right: 1px solid #dedede;
     */
     list-style-type: none;
     background: url(../images/arrow.png) no-repeat center left;
     background-size: 10px;
}
 .cat-menu ul li:nth-child(5) {
     border-right: 0px solid #dedede;
}
 .cat-menu ul li:nth-child(10) {
     border-right: 0px solid #dedede;
}
 .cat-menu ul li:nth-child(15) {
     border-right: 0px solid #dedede;
}
 .cat-menu ul li:nth-child(20) {
     border-right: 0px solid #dedede;
}
 .cat-menu ul li:nth-child(25) {
     border-right: 0px solid #dedede;
}
 .cat-menu ul li:nth-child(30) {
     border-right: 0px solid #dedede;
}
 .cat-menu ul li:nth-child(35) {
     border-right: 0px solid #dedede;
}
 .cat-menu ul li:nth-child(40) {
     border-right: 0px solid #dedede;
}
 .cat-menu ul li a {
     display: block;
     color: #727a7f;
     line-height: 45px;
     font-weight: 400;
     transition: all 0.5s ease;
     padding-left: 20px;
     font-size: 13.5px;
     text-transform: capitalize;
     line-height: 34px;
}
 .cat-menu ul li a:hover {
     transition: all 0.5s ease;
     padding-left: 12px;
}
 .cat-menu ul li a i {
     color: #5f6f71;
}
 .cat-menu {
}
 .cat-menu h4 {
     font-size: 18px;
    /* border-bottom: 1px solid #d6d6d6;
     */
     padding-bottom: 15px;
     color: #2d3c43;
     margin-bottom: 0px;
     padding-left: 15px;
     padding-top: 5px;
}
 .cat-menu h4 span {
     font-size: 18px;
}
 .cat-menu-1 {
    /* display: none;
     */
}
/*-- HEADER --*/
 .com-title {
     text-align: center;
     position: relative;
     overflow: hidden;
     margin-bottom: 50px;
}
 .com-title h2 {
     margin-bottom: 2rem;
     font-weight: 700;
     font-size: 4rem;
     text-transform: capitalize;
}
 .com-title h2 span {
     font-weight: 600;
     /*font-size: 42px;*/
     font-size: 4rem;
     color: #2a2b33;
}
 .com-title p {
     margin-bottom: 0;
     font-size: 1.6rem;
     font-weight: 400;
     color: var(--light-blue);
}
 .dz-menu {
     position: relative;
     overflow: hidden;
}
 .dz-menu h4 {
     padding-top: 15px;
     font-size: 14px;
     text-transform: uppercase;
     border-bottom: 1px solid #d6d6d6;
}
 .dz-menu-inn {
     position: relative;
     overflow: hidden;
     float: left;
     width: 19.5%;
}
 .dz-menu-inn ul {
     border-right: 1px solid #d6d6d6;
     padding: 15px;
}
 .lat-menu {
}
 .lat-menu ul {
     border-right: 0px solid #d6d6d6;
}
 .dz-menu-inn ul li {
}
 .dz-menu-inn ul li a {
}
/*-------------------------------------------------------*/
/* LISTING 
/*-------------------------------------------------------*/
 .to-ho-hotel-con-23 {
     position: relative;
     overflow: hidden;
     padding: 20px;
     background: var(--white);
}
 .to-ho-hotel-con-2 {
}
 .to-ho-hotel-con-2 h4 {
     margin-top: 0px;
     padding-bottom: 10px;
     margin-bottom: 0px;
}
 .to-ho-hotel-con-3 {
}
 .to-ho-hotel-con-3 ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .to-ho-hotel-con-3 ul li {
     list-style-type: none;
     float: left;
}
 .to-ho-hotel-con-3 ul li {
     padding-top: 10px;
}
 .to-ho-hotel-con-3 ul li span {
     background: #253d52;
     padding: 2px 8px 3px 8px;
     color: var(--white);
     border-radius: 1px;
     margin-right: 5px;
}
 .ho-hot-rat-star {
     padding-bottom: 0px !important;
}
 .ho-hot-rat-star i {
     font-size: 14px !important;
     padding-left: 3px;
}
 .ho-hot-rat-star-list {
}
 .ho-hot-rat-star-list i {
     color: #04abc0;
}
 .hot-list-left-part-rat {
     width: 25px;
     height: 25px;
     background-color: #04abc0;
    /* bottom: 8px;
     */
     padding: 4px;
     border-radius: 2px;
     color: var(--white);
     font-weight: 600;
     text-align: center;
     font-size: 12px;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
     margin-right: 10px;
}
 .ho-hot-pri {
     font-size: 38px;
     font-weight: 600;
     color: #00bcd4;
     float: right;
}
 .ho-hot-pri-dis {
     font-weight: 400;
     color: #888;
     float: right;
     padding: 0px 5px;
     display: none;
}
 .hot-page2-hli-3 {
     width: 35px;
     height: 35px;
     position: absolute;
     background-color: rgba(255, 197, 37, 0.79);
    /* bottom: 8px;
     */
     padding: 4px;
     margin: 9px 5px;
     right: 5px;
     border-radius: 5px;
}
 .to-ho-hotel-con-4 {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 14px;
}
 .to-ho-hotel-con-4 a {
     float: left;
     width: 47%;
     text-align: center;
}
 .hom-list-share {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 12px;
}
 .hom-list-share ul {
     margin-bottom: 0px;
     padding: 0px;
}
 .hom-list-share ul li {
     float: left;
     list-style-type: none;
     display: inline-block;
     width: 25%;
}
 .hom-list-share ul li a {
     display: block;
     border: 1px solid #e6ebec;
     margin: 2px;
     padding: 0px 5px;
     font-size: 12px;
     color: #8a8a8a;
     text-align: center;
}
 .hom-list-share ul li a i {
     padding-right: 5px;
}
 .hom-hot-book-btn {
     margin-right: 3%;
}
 .hom-hot-view-btn {
     margin-left: 3%;
}
 .hom-hot-av-tic {
     position: absolute;
     background-color: rgba(0, 188, 212, 0.82);
     bottom: 15px;
     padding: 3px 8px;
     margin: 0px 0px;
     right: 15px;
     font-weight: 500;
     color: var(--white);
     border-radius: 0px;
}
 .hom-hot-av-tic-list {
     left: 10px;
     right: inherit;
     bottom: 10px;
     border-radius: 2px;
     background: #ffc107;
     color: #000;
     font-weight: 600;
     padding: 3px 8px;
     font-size: 13px;
}
 .link-btn {
     background: #1ebef0;
     color: #000;
     font-weight: 600;
     border-radius: 2px;
     padding: 2px 8px;
     text-decoration: none;
     display: inline-block;
     cursor: pointer;
     color: var(--white);
    /* font-family: Arial;
     */
     font-size: 14px;
     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.37);
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .to-ho-hotel-con-4 a {
     float: left;
     width: 47%;
     text-align: center;
}
 .hom-hot-book-btn {
     margin-right: 3%;
}
/*-------------------------------------------------*/
/* = RESPONSIVE SIDE MENU POPUP 
/*-------------------------------------------------*/
 .mob-right-nav {
     position: fixed;
     right: -270px;
     background: #263238;
     width: 250px;
     padding: 5px 15px 5px 15px;
     height: 100%;
     overflow-y: scroll;
     z-index: 9;
     transition: all 0.5s ease;
     box-shadow: -6px 5px 13px rgba(0, 0, 0, 0.24);
     top: 0;
}
 .mob-right-nav:hover {
     overflow-y: scroll;
}
 .mob-right-nav h5 {
     color: #b9b9b9;
     text-transform: uppercase;
     font-weight: 600;
     border-bottom: 1px solid #303b40;
     padding: 12px 0px;
}
 .mob-right-nav ul {
}
 .mob-right-nav ul li {
}
 .mob-right-nav ul li a {
    /* display: block;
     */
    /* border-bottom: 1px solid #e3e3e3;
     */
    /* padding: 7px 0px;
     */
     color: #98999a;
     transition: all 0.5s ease;
    /* background: url('../images/res-menu-air.png') no-repeat left center;
     */
    /* background-size: 10px;
     */
    /* padding-left: 20px;
     */
     display: block;
     font-size: 13.5px;
     padding: 10px 0px;
     border-bottom: 1px solid #303b40;
     padding: 12px 20px;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
 .mob-right-nav ul li a:hover {
     transition: all 0.5s ease;
     /*color: #2d3c43;*/
     color: var(--white);
     padding-left: 25px;
}
 .mob-right-nav ul li a i {
     padding-right: 5px;
}
 .mob-right-nav-close {
}
 .mob-right-nav-close i {
     cursor: pointer;
     border: 1px solid #607D8B;
     padding: 5px;
     color: var(--white);
     border-radius: 25px;
     width: 24px;
     height: 24px;
     text-align: center;
}
 .mob-menu-icon {
}
 .mob-right-nav:hover {
     overflow-y: scroll;
}
 .t-bb {
}
 .dir-home-nav-bot {
     position: relative;
     overflow: hidden;
     width: 100%;
     border-top: 1px solid #d6d6d6;
     border-bottom: 1px solid #d6d6d6;
     padding: 15px;
     font-family: 'Quicksand', sans-serif;
     font-weight: 600;
}
 .dir-home-nav-bot ul {
     margin-bottom: 0px;
}
 .dir-home-nav-bot ul li span {
     display: block;
     font-size: 32px;
     color: #694e45;
     padding-top: 10px;
}
 .dir-home-nav-bot ul li {
     border-right: 0px solid #dedede;
     background: none;
}
 .dir-home-nav-bot ul li:nth-child(1) {
     width: 60%;
}
 .dir-home-nav-bot ul li:nth-child(2) {
     width: 20%;
}
 .dir-home-nav-bot ul li:nth-child(3) {
     width: 20%;
}
 .dir-home-nav-bot ul li a {
     padding-left: 2px;
     font-size: 15px;
     font-weight: 600;
     margin-right: 10px;
     height: inherit;
     padding: 10px;
     color: var(--white);
     background: #01a0d8;
     background: linear-gradient(to bottom, #01a0d8, #0485b3);
}
 .dir-home-nav-bot ul li a i {
     color: var(--white);
     text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
 .dir-ani-btn {
     position: relative;
     background-color: #15b0f6;
     border: none;
     font-size: 28px;
     color: var(--white);
     padding: 2px;
     width: 200px;
     text-align: center;
     -webkit-transition-duration: 0.4s;
    /* Safari */
     transition-duration: 0.4s;
     text-decoration: none;
     overflow: hidden;
     cursor: pointer;
     box-shadow: 0 1px 3px rgba(14, 14, 13, 0.42);
     border-bottom: 1px solid #0793d2;
     color: var(--white);
     background-color: #1ebef0;
     border: 1px solid #1ebef0;
     font-weight: 600;
     border-radius: 2px;
     text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
 .dir-ani-btn:after {
     content: "";
     background: #90EE90;
     display: block;
     position: absolute;
     padding-top: 300%;
     padding-left: 350%;
     margin-left: -20px!important;
     margin-top: -120%;
     opacity: 0;
     transition: all 0.8s 
}
 .dir-ani-btn:active:after {
     padding: 0;
     margin: 0;
     opacity: 1;
     transition: 0s 
}
/*-------------------------------------------------------*/
/* HOME PAGE: SEARCH BOX 
/*-------------------------------------------------------*/
 .dir-ho-t2l {
}
 .dir-ho-t2l form {
}
 .dir-ho-t2l form ul {
     padding: 10px;
     margin-bottom: 0px;
     position: relative;
    /* overflow: hidden;
     */
     border-radius: 0px;
}
 .dir-ho-t2l form ul li {
     width: 50%;
     float: left;
     display: inline-block;
}
 .dir-ho-t2l form ul li:nth-child(1) {
     width: 60%;
}
 .dir-ho-t2l form ul li:nth-child(1) input {
     padding: 15px 10px 15px 20px;
     line-height: 28px;
     background-size: 10px;
     border-right: 1px solid #eaeaea;
     background-position: 98% 50%;
     background: var(--white);
}
 .dir-ho-t2l form ul li:nth-child(2) {
     width: 20%;
}
 .dir-ho-t2l form ul li:nth-child(2) input {
     padding: 15px 35px;
     line-height: 28px;
     background: url(../images/hsicon.png) no-repeat center left var(--white);
     background-size: 16px;
     border-right: 1px solid #eaeaea;
     background-position: 8% 52%;
}
 .dir-ho-t2l form ul li:nth-child(3) {
     width: 20%;
}
 .dir-ho-t2l form ul li input {
     width: 100%;
     padding: 5px;
     border: 0px;
     outline: none;
}
 .dir-ho-t2l form ul li input[type="submit"] {
     color: var(--white);
     font-weight: 600;
     padding: 17px;
     background-size: 30px;
     font-size: 18px;
     background: #01a0d8;
     background: linear-gradient(to bottom, #01a0d8, #0485b3);
     text-transform: uppercase;
}
 .dir-v2-ho-t2l form ul li input[type="submit"] {
     color: var(--white);
     font-weight: 600;
     padding: 15px;
     background-size: 30px;
     font-size: 18px;
     background: #01a0d8;
     background: linear-gradient(to bottom, #01a0d8, #0485b3);
     text-transform: uppercase;
}
 .dir-v2-ho-t2l form ul li:nth-child(1) {
     width: 80%;
}
 .dir-v2-ho-t2l form ul li:nth-child(2) {
     width: 20%;
}
 .dir-v2-ho-t2l form ul li:nth-child(2) input {
     border-right: 0px solid #eaeaea;
}
 .dir-ho-t-sp {
     padding: 75px 0px 125px 0px;
}
 .dir1-home-head:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, #267ecfe6 14%, #1779d3ba 66%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .dir-ho-t-tit {
}
 .dir-ho-t-tit h1 {
     color: var(--white);
     padding-bottom: 35px;
     text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
     padding-top: 3%;
     /*font-size: 60px;*/
     font-size: 50px;
}
 .dir-ho-t-tit-2{
}
 .dir-ho-t-tit-2 h1{
     padding-top: 10%;
}
 .dir-ho-t-tit p {
     color: var(--white);
     padding-bottom: 35px;
     text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
    /* padding-top: 10%;
     */
     font-size: 20px;
}
 .home-tab-search {
}
 .home-tab-search ul li a {
     font-size: 16px;
}
 .home-tab-search ul li a i {
     margin-right: 8px;
}
/*-------------------------------------------------*/
/* = RIBBEN 
/*-------------------------------------------------*/
 .dir-ho-t2r {
     padding: 45px 4rem;
     position: relative;
     z-index: 999;
     background: rgba(0, 0, 0, 0.32);
}
 .dir-ho-com-head {
     text-align: center;
     padding: 0px 0px 60px 0px;
}
 .dir-ho-com-head h2 {
     font-size: 36px;
}
 .dir-ho-com-head p {
     font-size: 16px;
     margin-bottom: 0px;
     padding-top: 15px;
     color: #989898;
}
 .dir-ho-best-list {
     border: 1px solid #dfdfdf;
     box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
     margin-bottom: 10px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .dir-ho-best-list:hover {
     background: var(--white);
     box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.19);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .dir-ho-best-list-p1 {
     position: relative;
}
 .dir-ho-best-list-p1:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 14%, rgba(0, 0, 0, 0.08) 35%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .dir-ho-best-list-p1 img {
     width: 100%;
     height: 225px;
}
 .dir-ho-best-list-p2 {
     padding: 25px;
}
 .dir-ho-best-list-p2 h4 {
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     color: #343c42;
     padding-bottom: 10px;
}
 .dir-ho-best-list-p2 p {
     padding-top: 10px;
     padding-bottom: 10px;
}
 .dir-ho-cat {
    /* font-style: italic;
     */
     font-size: 14px;
     color: #7a7a7a;
     text-transform: capitalize;
}
 .dir-ho-best-list a {
}
 .dir-ho-best-list a:hover {
     text-decoration: none;
}
 .dir-ho-best-list-btn {
     border: 1px solid #0793d2;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 12px;
     font-family: arial, helvetica, sans-serif;
     padding: 5px 10px;
     text-decoration: none;
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     font-weight: bold;
     color: #000000;
     background-color: #ffd65e;
     background-image: -webkit-linear-gradient(to bottom, #1bb8ff, #0ba4e9);
     background-image: -webkit-linear-gradient(to bottom, #1bb8ff, #0ba4e9);
     background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
     background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
     background-image: -o-linear-gradient(top, #ffd65e, #febf04);
     background-image: linear-gradient(to bottom, #1bb8ff, #0ba4e9);
}
 .rating-mark {
     position: absolute;
     background: #fdb714;
     padding: 8px;
     font-weight: 600;
     color: var(--white);
     right: 10px;
     top: 10px;
     font-size: 16px;
     border-radius: 2px;
}
 .best-mark {
     position: absolute;
     background: #8BC34A;
     padding: 3px 8px;
     font-weight: 600;
     color: #000;
     right: 0px;
    /* top: 10px;
     */
     font-size: 14px;
     border-radius: 0px;
     bottom: 0px;
}
 .dir-ho-dis {
     font-family: 'Montserrat', sans-serif;
     font-size: 52px;
     color: #1cafdb;
     display: inline-block;
     margin-top: 18px;
}
/*-------------------------------------------------*/
/* = MOBILE APP 
/*-------------------------------------------------*/
 .web-app {
     background: url(../images/city.png) bottom center;
    /* background-position: 0px 0px;
     */
     background-size: 100%;
     position: relative;
     overflow: hidden;
    /* padding: 50px 0px 4rem 0px;
     */
     background-repeat-y: no-repeat;
}
 .web-app:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.8) 100%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .web-app-img {
}
 .web-app-img img {
     width: 85%;
}
 .web-app-con {
}
 .web-app-con h2 {
     font-weight: 100;
     font-size: 34px;
}
 .web-app-con h2 span {
     font-family: 'Lato', sans-serif;
     text-transform: capitalize;
     font-weight: 600;
     font-size: 42px;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
     */
     color: #333333;
}
 .web-app-con p {
     padding-top: 20px;
     font-size: 18px;
     padding-bottom: 10px;
}
 .web-app-con span {
     color: #333;
     font-size: 16px;
     padding-bottom: 15px;
     display: inline-block;
}
 .web-app-con ul {
     padding: 10px 0px;
}
 .web-app-con ul li {
     list-style-type: none;
     font-size: 18px;
     line-height: 34px;
}
 .web-app-con ul li i {
     color: #01a0d8;
     margin-right: 5px;
}
 .web-app-con form {
     position: relative;
     overflow: hidden;
     margin-bottom: 20px;
     margin-top: 8px;
}
 .web-app-con form ul {
     padding: 0px;
     margin: 0px;
}
 .web-app-con form ul li {
     list-style-type: none;
     display: inline-block;
     float: left;
}
 .web-app-con form ul li input {
     width: 100%;
     background: var(--white);
     border: 1px solid #f1f3f5;
     padding: 8px;
     font-size: 15px;
}
 .web-app-con form ul li input[type="submit"] {
     color: var(--white);
     border: -1px solid #1ebef0;
     font-weight: 600;
     border-radius: 2px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     background: #01a0d8;
     background: linear-gradient(to bottom, #01a0d8, #0485b3);
}
 .web-app-con form ul li:nth-child(1) {
     width: 10%;
}
 .web-app-con form ul li:nth-child(2) {
     width: 60%;
}
 .web-app-con form ul li:nth-child(3) {
     width: 30%;
}
 .web-app-con a img {
     width: 150px;
}
/*-------------------------------------------------*/
/* = FOOTER 
/*-------------------------------------------------*/

footer {
     background: #18314f;
     font-weight: 300;
     padding: 4rem 0 2rem;
}
 footer h4 {
     color: var(--white);
     font-weight: 600;
     font-size: 1.8rem;
     margin: 2rem 0 1.5rem;
}
 footer .highlighted {
     color: var(--white);
     font-size: 1.8rem;
}
 footer ul.two-columns::after {
     content: "";
     display: table;
     clear: both;
}
 footer ul {
     padding: 0px;
}
 footer ul li {
     list-style-type: none;
}
 footer ul li a {
     color: var(--white);
     font-size: 15px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
.foot-logo p {
    color: var(--white);
    margin: 0;
    font-size: 1.4rem;
}
 footer ul li a:hover {
     /*color: #a0a0a0;*/
     color: var(--white);
     padding-left: 4px;
}

 .foot-logo img {
    max-height: 6rem;
     padding-bottom: 10px;
}

a.btn.btn-primary.neet_btn {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    outline: none;
}
 .copy {
     background: #131925;
}
 .copy p {
     margin-bottom: 0;
     text-align: center;
     padding: 1rem 0;
     font-size: 1.4rem;
     color:var(--white);
     letter-spacing: -.04rem;
}
.copy span {
    color: var(--white);
}
 .copy p a {
     /*color: #636363;*/
     color:var(--white);
}
 .dir-foot {
}
 .dir-foot h3 {
     text-transform: uppercase;
     color: #D0D0D0;
     font-weight: 600;
     font-size: 15px;
     border-bottom: 1px #676767;
     border-bottom-style: dashed;
     padding-bottom: 14px;
}
 .dir-foot ul {
     padding: 0px;
}
 .dir-foot ul li {
     list-style-type: none;
     background: url(../images/f_p.html) no-repeat left center;
     padding-left: 15px;
     background-size: 6px;
}
 .dir-foot ul li a {
     text-decoration: none;
     color: #929292;
     font-weight: 600;
     line-height: 32px;
}
 .dir-foot-foll-soc {
     padding: 0px;
     float: right;
}
 .dir-foot-foll-soc li {
     float: left;
     list-style-type: none;
     padding-right: 5px;
}
 .dir-foot-foll-soc li h5 {
     color: #f2be33;
     font-size: 16px;
     font-weight: 500 !important;
     padding-right: 15px;
}
 .dir-foot-foll-soc li h5 span {
     padding-left: 30px;
     color: #7d7d7d;
     font-size: 18px;
     font-weight: 700;
}
 .dir-foot-foll-soc li a {
}
 .dir-foot-foll-soc li a i {
     font-size: 16px;
     width: 32px;
     height: 32px;
     background: #ffc732;
     color: #343c42;
     padding: 8px;
     text-align: center;
     border-radius: 1px;
     text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}
 .dir-foo2 {
     position: relative;
     overflow: hidden;
}
 .dir-foo-cen {
}
 .dir-foo-cen img {
     float: left;
     padding-right: 15px;
}
 .dir-foo-cen h5 {
     font-size: 24px;
     color: #7d7d7d;
    /* padding-left: 10px;
     */
    /* position: relative;
     */
     margin-top: 14px;
}
/*-------------------------------------------------*/
/* = PRE LOADING ANIMATION 
/*-------------------------------------------------*/
 #preloader {
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9999;
     position: fixed;
     background-color: var(--white);
}
 #loading-animation {
     top: 50%;
     left: 50%;
     width: 200px;
     height: 200px;
     position: absolute;
     margin: -100px 0 0 -100px;
     background: url('../images/loading.html') center center no-repeat;
}
/*-------------------------------------------------*/
/* = SPECIAL TITLE STYLES 
/*-------------------------------------------------*/
 .dir-sp-tit {
}
 .dir-sp-tit h3 {
     padding-bottom: 20px;
}
 .dir-sp-tit h3:before {
     content: "";
     position: absolute;
     left: 38%;
     height: 3px;
     width: 12%;
     border-top: 1px dotted #FF9800;
     border-bottom: 1px dotted #FF9800;
     margin-top: 45px;
}
 .dir-sp-tit h3:after {
     content: "";
     position: absolute;
     left: 51%;
     height: 3px;
     width: 12%;
     border-top: 1px dotted #6f6e6b;
     border-bottom: 1px dotted #6f6e6b;
     margin-top: 45px;
}
 .dir-sp-tit-2 {
}
 .dir-sp-tit-2 h2 {
     padding-bottom: 20px;
}
 .dir-sp-tit-2 h2:before {
     content: "";
     position: absolute;
     left: 38%;
     height: 5px;
     width: 12%;
     border-top: 2px dotted #FF9800;
     border-bottom: 2px dotted #FF9800;
     margin-top: 5.5rem;
}
 .dir-sp-tit-2 h2:after {
     content: "";
     position: absolute;
     left: 51%;
     height: 5px;
     width: 12%;
     border-top: 2px dotted #6f6e6b;
     border-bottom: 2px dotted #6f6e6b;
     margin-top: 5.5rem;
}
/*--============== alter =====================--*/
 .dir-hr1 {
     text-align: center;
     width: 70%;
     margin: 0 auto;
     position: relative;
}
 .dir-hli {
     position: relative;
     overflow: hidden;
}
 .dir-hli a {
     text-decoration: none;
}
 .dir-hli ul {
     padding: 0px;
}
 .dir-hli ul li {
     list-style-type: none;
}
 .dir-hli-1 {
     position: relative;
     overflow: hidden;
}
 .dir-hli-1:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(21, 31, 49, 0.63) 0%, rgba(0, 0, 0, 0.08) 35%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .dir-hli-1 img {
     width: 100%;
     height: 150px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     -webkit-object-fit: cover;
     -moz-object-fit: cover;
     -o-object-fit: cover;
     object-fit: cover;
}
 .dir-hli-1:hover img {
     -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}
 .dir-hli-3 {
     width: 35px;
     height: 35px;
     position: absolute;
     background-color: rgba(255, 197, 37, 0.79);
    /* bottom: 8px;
     */
     display: none;
     padding: 4px;
     margin: 9px 5px;
     right: 5px;
     border-radius: 5px;
}
 .dir-hli-3 img {
}
 .dir-hli-4 {
}
 .dir-hli-5 {
     box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
     margin-bottom: 30px;
     background: #000000;
}
 .dir-hli-2 {
     padding: 15px;
     background: var(--white);
}
 .dir-hli-2 h4 {
     color: #273440;
     font-size: 16px;
}
 .dir-hli-2 h4 span {
     float: right;
     font-size: 12px;
     line-height: 20px;
}
/*-------------------------------------------------*/
/* = INNER PAGE LISTING 
/*-------------------------------------------------*/
 .dir-il-top-fix {
     opacity: 1 !important;
     /*display: block;*/
     /*display: inline-block;*/
     display: flex;
}
 .dir-pa-sp-top {
     /*margin-top: 60px;*/
     margin-top: 0;
}
 .dir-pa-sp-top-bg {
     background: var(--white);
}
 .dir-alp {
     /*background: url(../images/list-p-bg.jpg) no-repeat center top;*/
     background-size: cover;
     background-attachment: fixed;
}
 .dir-alp-1 {
     background: #fbf7eb;
     margin-top: 0px;
}
.dir-alp-tit h6{
    font-size: 1.6rem;
}
.dir-alp-tit .btn{background: var(--orange); font-size: 1.2rem; font-weight: 700; border-radius: 3rem; color: var(--white);}
.searchclg{position: sticky; top: 10rem;}
.searchclg .search-block{background: var(--white); margin-bottom: 2rem; padding: 1.6rem; border-radius: 1rem; box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;}
.searchclg .search-block:last-child{margin-bottom: 0;}

.dir-alp-l-com1::-webkit-scrollbar { width: .4rem; }
.dir-alp-l-com1::-webkit-scrollbar-track { background: #f1f1f1; }
.dir-alp-l-com1::-webkit-scrollbar-thumb { background: #888; }
 .dir-alp-tit h1 {
     color: var(--white);
     padding-top: 35px;
}
 .dir-alp-tit ol {
     background: none;
}
 .dir-alp-tit ol li {
}
 .dir-alp-tit ol li a {
     color: var(--white);
}
 .breadcrumb > .active {
     color: #20344c !important;
}
 .breadcrumb > li + li:before {
     color: #8a8a8a;
}
 .dir-alp-con {
     position: relative;
     background: #f2f3f4;
     padding: 30px 15px;

}
 .dir-alp-con-1 {
     background: var(--white);
}
 .dir-alp-con-left {
     padding-left: 0px !important;
}
 .dir-alp-con-right {
     padding-bottom: 70px;
}
 .dir-alp-con-left-1 {
     background: #20344c;
     color: var(--white);
     padding: 25px;
}
 .dir-alp-con-left-1:after, .dir-alp-con-left-1:before {
     top: 72px;
     left: 48%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
}
 .dir-alp-con-left-1:after {
     border-color: rgba(136, 183, 213, 0);
     border-top-color: #20344c;
     border-width: 9px;
     margin-left: -9px;
}
 .dir-alp-con-left-1 h3 {
     font-size: 20px;
}
 .dir-hom-pre ul li:hover .dir-hom-pre-2 h5 {
     padding-left: 5px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .list-left-near {
}
 .list-left-near img {
     width: 24px;
     height: 24px;
     border-radius: 28px;
     border: 1px solid var(--white);
}
 .list-left-near h5 {
     color: #20344c;
     font-size: 15px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .list-left-near span {
     color: #949fa9;
     font-size: 13px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
     display: block;
}
 .lln1 {
     width: 10%;
}
 .lln2 {
     width: 80%;
     padding: 0px 15px;
}
 .lln3 {
     width: 10%;
}
 .lln3 span {
     width: 24px;
     height: 24px;
     background: #7dc34a;
     padding: 2px 3px;
     text-align: center;
     color: var(--white);
     border-radius: 2px;
     font-weight: 800;
     font-size: 12px;
}
 .dir-hom-pre {
}
 .dir-hom-pre div {
     float: left;
}
 .dir-alp-left-ner-notb {
     border-top: 0px;
}
 .dir-alp-l3 {
}
 .dir-alp-l3 ul {
     padding: 0px;
}
 .dir-alp-l3 ul li {
     list-style-type: none;
     border-bottom: 1px solid #eaeaea;
     padding-top: 8px;
}
 .dir-alp-l3 ul li:nth-child(5) {
}
 .dir-alp-l3 ul li:last-child {
     border-bottom: 0px solid #d4d4d4;
}
 .dir-alp-l3 ul li label {
     display: block;
     font-size: 14px !important;
     color: #20344c;
}
 .dir-alp-l-com h4 {
     font-size: 1.6rem;
     margin-bottom: .5rem;
}
 .dir-alp-l-com1 {
     background: var(--white);
     overflow-y: auto;
     max-height: 15rem;
}
 .dir-alp-l-com1 a {
     margin-top: 5px;
     background: #20344c;
     color: var(--white);
     font-weight: 600;
     padding: 5px;
     border-radius: 2px;
     font-size: 12px;
     border: 1px solid #1d2b3c;
}
 .dir-alp-l-com1 a:hover {
     color: var(--white);
     background: #14addb;
     border: 1px solid #0885ab;
}
 .dir-alp-l-com1 a i {
     font-size: 10px;
}
 .dir-hom-pre {
     background: var(--white);
}
 .dir-hom-pre ul {
     margin: 0px;
     padding: 15px;
}
 .dir-hom-pre ul li {
     list-style-type: none;
     position: relative;
     overflow: hidden;
     padding: 10px 0px;
     border-bottom: 1px solid #e4e4e4;
}
 .dir-alp-p3 {
}
 .dir-alp-p3 ul {
}
 .dir-alp-p3 ul li:nth-child(1n+6) {
     /*display: none;*/
}
 .dir-alp-p3-btn-h {
     display: none;
}
 .dir-alp-p4-btn-h {
     display: none;
}
 .dir-alp-p4 ul li:nth-child(1n+6) {
     display: none;
}
 .dir-alp-p5-btn-h {
     display: none;
}
 .dir-alp-p5 ul li:nth-child(1n+6) {
     display: none;
}
/*--=============== list ========================--*/
 .dir-lp-rat {
     padding: 6px 6px 15px 8px;
}
 .dir-alp-ri-p2 {
     padding: 15px 0px;
    /* padding-bottom: 25px;
     */
}
 .dir-alp-ri-p2 h3 {
     color: #343c42;
     font-size: 22px;
}
 .dir-alp-ri-p2 ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     padding-top: 15px;
}
 .dir-alp-ri-p2 ul li {
     list-style-type: none;
     float: left;
     margin-bottom: 8px;
     font-size: 14px;
     padding-left: 30px;
}
 .dir-alp-ri-p2 ul li:nth-child(1) {
     color: #343c42;
     background: url(../images/list-i1.html) no-repeat center left;
     background-size: 18px;
     font-size: 15px;
     font-weight: 600;
}
 .dir-alp-ri-p2 ul li:nth-child(2) {
     color: #979797;
     width: 50%;
     background: url(../images/list-i2.html) no-repeat center left;
     background-size: 18px;
}
 .dir-alp-ri-p2 ul li:nth-child(3) {
     color: #979797;
     width: 50%;
     background: url(../images/list-i3.html) no-repeat center left;
     background-size: 18px;
}
 .dir-alp-ri-p2 p {
     color: #979797;
     padding-bottom: 12px;
}
 .dir-alp-ri-p2 p b {
     padding-right: 5px;
     color: #343c42;
}
 .dir-alp-ri-p2 a {
}
 .dir-alp-quot-btn {
     background: #ffb600;
     color: #000;
     font-weight: 600;
     padding: 5px;
     border-radius: 2px;
     font-size: 12px;
     margin-top: 5px;
     margin-right: 5px;
}
 .dir-alp-quot-free-btn {
     background: #234767;
     color: var(--white);
     font-weight: 600;
     padding: 5px;
     border-radius: 2px;
     font-size: 12px;
     margin-top: 5px;
     margin-right: 5px;
}
 .dir-alp-r-list-re-sp {
     padding-left: 0px !important;
     padding-right: 0px !important;
}
 .dir-alp-r-list {
     border: 1px solid #dedede;
     position: relative;
     overflow: hidden;
    /* margin: 5px;
     */
     margin-bottom: 15px;
     background: var(--white);
     margin-right: 15px;
}
 .dir-alp-r-list:hover {
     background: var(--white);
     box-shadow: 0px 2px 12px rgba(121, 121, 121, 0.33);
}
 .dir-alp-r-cbb-rat {
     background: #44637d;
     position: absolute;
     padding: 4px 8px;
     right: -1px;
     border-radius: 1px;
     color: var(--white);
     top: 0px;
     font-weight: 600;
     font-size: 12px;
}
/*-------------------------------------------------*/
/* = LISTING SOCIAL SHARE 
/*-------------------------------------------------*/
 .sa-list-pre-soci {
     right: 5px;
     position: absolute;
     bottom: 0px;
}
 .sa-list-pre-soci ul {
    /* padding: 4px;
     */
    /* margin-bottom: 8px;
     */
     padding-top: 8px;
     margin-bottom: 0px;
}
 .sa-list-pre-soci ul li {
     float: left;
     margin-right: 5px;
}
 .sa-list-pre-soci ul li a {
}
 .sa-list-pre-soci ul li i {
     width: 24px;
     height: 24px;
     background: #e6e6e6;
     color: #414f5a;
     border-radius: 50%;
     text-align: center;
     padding: 5px;
}
 .sa-sh-icon {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .sa-hi-icon {
     display: none;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .sa-list-pre-soci ul li i:hover {
     background: #1f4363;
     color: var(--white);
}
 .sa-li-desc-left-sp {
     padding-left: 30px !important;
}
 .sa-list-pre-soci ul li {
     background: none !important;
     width: initial !important;
     padding-left: 0px;
}
 .sa-list-pre-soci ul li:last-child i {
     background: #FFC107;
     color: #000;
}
/*-------------------------------------------------*/
/* = POPUP 
/*-------------------------------------------------*/
 .sa-pop-full {
     background-color: #1f4363 !important;
     text-align: center;
     color: var(--white);
}
 .sa-pop-full span {
     display: block;
}
 .sa-pop-le {
     float: left;
     width: 30%;
     padding: 50px 10px;
}
 .sa-pop-ri {
     float: left;
     width: 70%;
     background: var(--white);
}
 .sa-pop-l0 {
}
 .sa-pop-l0 i {
     font-size: 58px;
     color: var(--white);
}
 .sa-pop-l1 {
     font-size: 36px;
     color: var(--white);
     font-weight: 600;
}
 .sa-pop-l2 {
     font-size: 50px;
     line-height: 54px;
     padding: 18px 0px;
     border-top: 2px var(--white);
     border-top-style: dashed;
     border-bottom: 2px var(--white);
     border-bottom-style: dashed;
     margin: 15px;
     color: var(--white);
}
 .sa-pop-l3 {
     font-size: 18px;
     color: #fdc600;
     font-weight: 600;
}
 .h_signin form p label {
     color: #2b3239;
     text-align: left;
     float: left;
     font-family: sans-serif;
     font-size: 14px;
}
 .h_signin {
     overflow: hidden;
     padding: 20px 4rem !important;
}
 .h_signin form p input {
     float: right;
     padding: 5px 34px;
     border-radius: 2px;
     border: 1px solid #D4D4D4;
     width: 100%;
     margin: 4px 0px 14px 0px;
}
 .h_signin form p textarea {
     padding: 5px 34px;
     border-radius: 2px;
     border: 1px solid #D4D4D4;
     width: 100%;
}
 .h_signin form p input[type="submit"] {
     border: 1px solid #dcad04;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
     */
    /* -webkit-border-radius: 3px;
     */
     -moz-border-radius: 3px;
    /* border-radius: 3px;
     */
     font-size: 16px;
     font-family: arial, helvetica, sans-serif;
     padding: 7px 10px 7px 10px;
     text-decoration: none;
     display: inline-block;
    /* text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     */
     font-weight: 700;
     color: #000000;
     background-color: #fdc600;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
     */
    /* background-image: -webkit-linear-gradient(top, #ef9f41, #f79623);
     */
     background-image: -moz-linear-gradient(top, #ef9f41, #f79623);
     background-image: -ms-linear-gradient(top, #ef9f41, #f79623);
     background-image: -o-linear-gradient(top, #ef9f41, #f79623);
    /* background-image: linear-gradient(to bottom, #ef9f41, #f79623);
     */
     filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd65e, endColorstr=#febf04);
     text-transform: uppercase;
}
/*-------------------------------------------------*/
/* = PREMIUM LISTING 
/*-------------------------------------------------*/
 .dir-pr-p1 {
     background: url(../images/list-p-bg.html) no-repeat center center;
     position: relative;
     overflow: hidden;
     padding-top: 100px;
     padding-bottom: 25px;
     background-size: cover;
}
 .dir-pr-p1 ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     margin-bottom: 0px 
}
 .dir-pr-p1 ul li {
     float: left;
     list-style-type: none;
     width: 100%;
}
 .dir-pr-p1 ul li:nth-child(2) {
     padding-bottom: 15px;
}
 .dir-pr-p1 ul li:nth-child(3) {
     width: 50%;
     color: var(--white);
     font-size: 16px;
     background: url(../images/list-pre-i1.html) no-repeat left center;
     background-size: 25px;
     padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 4rem;
}
 .dir-pr-p1 ul li:nth-child(4) {
     width: 50%;
}
 .dir-pr-p1 ul li h1 {
     color: var(--white);
     padding-bottom: 20px;
}
 .dir-pr-p1-rat {
     position: relative;
     padding: 0px 6px 15px 0px;
}
 .dir-pr-p1-rev {
     float: right;
     position: relative;
     margin-top: 25px;
}
 .dir-pr-p2o {
     background: #1f4363;
}
 .dir-pr-p2 {
}
 .dir-pr-p2 ul {
     margin-bottom: 0px;
     padding: 0px;
}
 .dir-pr-p2 ul li {
     float: left;
     padding: 15px 10px 15px 35px;
     list-style-type: none;
}
 .dir-pr-p2 ul li:nth-child(1) {
     color: var(--white);
     font-size: 16px;
     background: url(../images/list-pre-i1.html) no-repeat left center;
     background-size: 25px;
}
 .dir-pr-p2 ul li:nth-child(2) {
     color: var(--white);
     font-size: 16px;
     background: url(../images/list-pre-i2.html) no-repeat left center;
     background-size: 25px;
}
 .dir-pr-p2-soc {
     position: relative;
     overflow: hidden;
     float: right;
}
 .dir-pr-p2-soc ul {
     padding: 13px 15px 15px 15px;
     position: relative;
}
 .dir-pr-p2-soc ul li {
     float: left;
     list-style-type: none;
     margin-right: 5px;
}
 .dir-pr-p2-soc ul li h5 {
     color: var(--white);
     padding-right: 10px;
     padding-top: 6px;
     text-transform: uppercase;
     font-size: 14px;
}
 .dir-pr-p2-soc ul li i {
     width: 28px;
     height: 28px;
     background: #afc3d6;
     color: #000;
     padding: 8px 6px;
     text-align: center;
     border-radius: 30px;
}
 .dir-p-p1-rev-btn {
     font-size: 14px;
     padding: 8px;
}
/*-- SOCIAL MEDIA COLORES --*/
 .fb1 {
     background: #3b5998;
}
 .gp1 {
     background: #dd4b39;
}
 .tw1 {
     background: #55adee;
}
 .li1 {
     background: #0077b5;
}
 .yt1 {
     background: #cd201f;
}
 .wa1 {
     background: #34af23;
}
/*--PREMIUM LISTING--*/
 .dir-pr-p3 {
     position: relative;
     overflow: hidden;
     background: #f3f3f3;
}
 .db-user-left {
     background: #161512;
     border: 1px solid #161512;
     box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
}
 .db-user-img {
}
 .db-user-img img {
     width: 100%;
}
 .db-user-left-menu {
     padding: 15px;
}
 .db-user-left-menu ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .db-user-left-menu ul li {
     display: block;
    /* vertical-align: middle;
     */
     padding: 4px 0px;
}
 .db-user-left-menu ul li a {
     color: #c3c3c3;
     display: block;
     border-bottom: 1px solid #33322d;
    /* line-height: 38px;
     */
     padding: 7px;
     font-size: 15px;
    /* font-weight: 600;
     */
     text-transform: capitalize;
}
 .db-user-left-menu ul li a:hover {
    /* padding-left:10px;
     */
     background: #335c82;
     color: var(--white);
    /* border-radius: 59px;
     */
    /* border: 1px solid #4c6275;
     */
     transform: scale(1.1);
}
 .db-user-left-menu ul li:last-child a {
     border-bottom: 0px solid #ebebeb;
}
 .db-left-icon {
     display: inline-block;
     padding-right: 7px;
     vertical-align: sub;
}
 .db-left-icon img {
     width: 20px;
}
 #upload-photo {
     opacity: 0;
     position: absolute;
     z-index: -1;
}
 .db-left-pro-pos {
     position: absolute;
     margin-top: -42px;
     right: 45%;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .db-left-pro-pos i {
     width: 50px !important;
     height: 50px;
     text-align: center;
     background: #0d70b5;
     color: var(--white);
     font-size: 34px;
     padding: 6px;
     border-radius: 5px;
     cursor: pointer;
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.62);
}
 .db-left-pro-edit {
     width: 32px !important;
}
 .db-user-img:hover .db-left-pro-pos {
     -webkit-transform: scale(1.4);
     -ms-transform: scale(1.4);
     transform: scale(1.4);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
/*--PREMIM LISTING RIGHT--*/
 .dir-pr-p3-right {
     background: var(--white);
     border: 1px solid #dedede;
     box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
     padding: 20px;
}
 .dir-pr-tit-first {
     padding-top: 0px !important;
}
 .dir-pr-tit-first h2 {
}
 .dir-pr-tit {
     padding-top: 25px;
     padding-bottom: 25px;
}
 .dir-pr-tit h2 {
     color: #343c42;
     font-size: 24px;
}
 .dir-pr-tit h2 span {
     font-family: 'Lato', sans-serif;
     color: #9c9d9e;
     font-size: 24px;
}
 .dir-pr-p3-right p {
     font-size: 13px;
     color: #343c42;
     line-height: 24px;
     font-weight: 600;
}
 .dir-pr-p3-rp-com {
     border-bottom: 1px solid #dedede;
     padding-bottom: 30px;
}
 .dir-pr-p3-rp2 img {
     width: 100%;
}
 .dir-pr-p3-rp3 {
     position: relative;
     overflow: hidden;
}
 .dir-pr-p3-rp3 ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .dir-pr-p3-rp3 ul li {
     background: url(../images/pre-ser-i.html) no-repeat center left;
     background-size: 16px;
     padding-left: 4rem;
     float: left;
     list-style-type: none;
    /* margin-bottom: 15px;
     */
    /* width: 25%;
     */
     display: inline-block;
     padding: 10px 10px 10px 30px;
     border: 1px solid #ececec;
     margin: 5px;
     background-position: 5px;
}
/**/
 .cbb3-pr-pr-sli-left-btn {
     position: absolute;
     left: 37px;
    /* top: 50px;
     */
     z-index: 9;
     margin-top: 10%;
     color: var(--white);
     background-color: rgba(0, 0, 0, 0.41);
     border-color: #9e9e9e;
     padding: 25px 10px;
     border-radius: 2px;
}
 .cbb3-pr-pr-sli-right-btn {
     position: absolute;
     right: 37px;
    /* top: 50px;
     */
     z-index: 9;
     margin-top: 10%;
     color: var(--white);
     background-color: rgba(0, 0, 0, 0.41);
     border-color: #9e9e9e;
     padding: 25px 10px;
     border-radius: 2px;
}
 .dir-pr-ri-pro {
     border: 1px solid #dcdcdc;
}
 .dir-pr-ri-pro-con {
     padding: 15px 10px 20px 10px;
}
 .dir-pr-ri-pro-con h5 {
     font-size: 16px;
     padding-bottom: 12px;
}
 .dir-pr-ri-pro-con p {
     font-size: 13px;
     padding-bottom: 10px;
}
 .dir-pr-ri-p4-pro-enq {
}
/*--PRODUCT POPUP--*/
 .dir-ri-pr-pro-main {
     width: 75%;
     margin: 0 auto;
     margin-top: 5%;
}
 .dir-ri-pr-pro-dec {
     position: relative;
     overflow: hidden;
}
 .dir-ri-pr-pro-dec-left {
     width: 30%;
     float: left;
}
 .dir-ri-pr-pro-dec-left img {
     width: 100%;
}
 .dir-ri-pr-pro-dec-right {
     width: 70%;
     float: left;
     padding: 0px 25px;
}
 .dir-ri-pr-pro-dec-right h3 {
     padding-bottom: 20px;
}
 .dir-ri-pr-pro-dec-right h3 span {
     font-size: 22px;
     color: #333;
     padding-left: 5px;
}
 .dir-ri-pr-pro-dec-right p {
}
 .dir-pr-pro-pop-clo-btn {
     position: absolute;
     right: 5px;
     top: 5px;
     background: #FFC107 !important;
     border-radius: 4rem;
     width: 24px;
     height: 24px;
     opacity: 1 !important;
     z-index: 9;
}
 .dir-pr-pro-pop-clo-btn i {
     font-size: 14px;
     text-align: center;
     margin-top: -7px;
     position: absolute;
     margin-left: -5px;
}
 .dir-pr-p3-rp5 {
}
 .dir-pr-p3-rp5 iframe {
     width: 100%;
     height: 300px;
     border: 0px;
}
 .dir-pr-p3-rp6 {
     position: relative;
     overflow: hidden;
}
 .dir-pr-p3-rp6 ul {
     padding: 0px;
}
 .dir-pr-p3-rp6 ul li {
     list-style-type: none;
}
/*-------------------------------------------------*/
/* = STAR RATINGS 
/*-------------------------------------------------*/
 .stars {
     background: url("../images/stars.html") repeat-x 0 0;
     width: 150px;
     position: relative;
     overflow: hidden;
}
 .stars input[type="radio"] {
     position: absolute;
     opacity: 0;
     filter: alpha(opacity=0);
}
 .stars input[type="radio"].star-5:checked ~ span {
     width: 100%;
}
 .stars input[type="radio"].star-4:checked ~ span {
     width: 80%;
}
 .stars input[type="radio"].star-3:checked ~ span {
     width: 60%;
}
 .stars input[type="radio"].star-2:checked ~ span {
     width: 40%;
}
 .stars input[type="radio"].star-1:checked ~ span {
     width: 20%;
}
 .stars label {
     display: block;
     width: 30px;
     height: 30px;
     margin: 0!important;
     padding: 0!important;
     text-indent: -999em;
     float: left;
     position: relative;
     z-index: 10;
     background: transparent!important;
     cursor: pointer;
}
 .stars label:hover ~ span {
     background-position: 0 -30px;
}
 .stars label.star-5:hover ~ span {
     width: 100% !important;
}
 .stars label.star-4:hover ~ span {
     width: 80% !important;
}
 .stars label.star-3:hover ~ span {
     width: 60% !important;
}
 .stars label.star-2:hover ~ span {
     width: 40% !important;
}
 .stars label.star-1:hover ~ span {
     width: 20% !important;
}
 .stars span {
     display: block;
     width: 0;
     position: relative;
     top: 0;
     left: 0;
     height: 30px;
     background: url("../images/stars.html") repeat-x 0 -60px;
     -webkit-transition: -webkit-width 0.5s;
     -moz-transition: -moz-width 0.5s;
     -ms-transition: -ms-width 0.5s;
     -o-transition: -o-width 0.5s;
     transition: width 0.5s;
}
 .sa-list-left-filter-1 {
}
 .sa-list-left-filter-1 ul {
     margin-bottom: 0px !important;
}
 .sa-list-left-filter-1 ul li {
     border-bottom: 0px !important;
     padding: 8px 0px 6px 0px !important;
}
 .stars_1 {
}
 .stars_1 input[type="radio"] {
}
 .stars_1 label {
}
 .l-info-5 {
}
 .l-info-5 li {
     float: left;
     padding: 10px;
     color: #8f8f8f;
}
 .l-info-5 li:nth-child(1) {
     width: 50%;
}
 .l-info-5 li:nth-child(2) {
     width: 50%;
}
 .l-info-5 li:nth-child(3) {
     width: 100%;
}
 .l-info-5 li:nth-child(4) {
     padding: 0px 10px;
}
 .l-info-5 li input {
     width: 100%;
     padding: 5px;
     border: 1px solid #c2c2c2;
    /* padding-left: 14px;
     */
}
 .l-info-5 li textarea {
     resize: none;
     width: 100%;
     padding: 5px;
     border: 1px solid #c2c2c2;
}
 .l-info-5 li input[type="submit"]:hover {
     transition: all 0.5s ease;
     background: #ffc314;
}
/*--== REVIEW ==--*/
 .dir-pr-p3-rp7 {
}
 .dir-pr-p3-rp7-left {
}
 .dir-pr-p3-rp7-left img {
     margin: 0 auto;
     display: table;
     padding-bottom: 10px;
}
 .dir-pr-p3-rp7-right {
}
 .dir-pr-p3-rp7-right h4 {
     padding-bottom: 15px;
}
 .dir-pr-p3-rp7-right span {
     color: #75797b;
     font-size: 14px;
     font-weight: 600;
}
 .dir-pr-p3-rp7-right p {
     line-height: 22px;
     color: #75797b;
     font-size: 14px;
}
 .dir-pr-p3-rp7-1 {
     padding-bottom: 15px;
     position: relative;
     overflow: hidden;
}
 .dir-pr-p7-rat {
     position: relative;
}
 .dir-pr-p3-rp8 {
     background: #1f4363;
     padding-top: 15px;
     padding-bottom: 4rem;
     border-top: 1px solid #d4d4d4;
     border-bottom: 1px solid #d4d4d4;
}
 .dir-pr-p3-rp8-img {
}
 .dir-pr-p3-rp8-img img {
     height: inherit;
}
 .dir-pr-p8-rel-list {
     background: var(--white);
     border: 0px solid var(--white);
}
 .dir-p8-list-tit {
}
 .dir-p8-list-tit h2 {
     color: var(--white);
     padding-left: 15px;
}
 .dir-p8-list-tit h2 span {
     color: #afc2d2;
}
/*--=============== OTHER INFO ==================--*/
 .dir-pr-p3-left-2 {
     background: var(--white);
     margin-top: 25px;
     border: 1px solid #d6d6d6;
     box-shadow: 0px 2px 12px rgba(150, 150, 150, 0.18);
}
 .dir-pr-p3-left-2 h3 {
     background: #1f4363;
     color: var(--white);
     font-size: 20px;
     padding: 15px;
}
 .dir-pr-p3-left-21 {
     padding: 15px;
}
 .dir-pr-p3-left-21 ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .dir-pr-p3-left-21 ul li {
     list-style-type: none;
     padding-bottom: 10px;
     border-bottom: 1px solid #e2e2e2;
     margin-bottom: 10px;
}
 .dir-pr-p3-left-21 ul li:last-child {
     margin-bottom: 0px;
     border-bottom: 0px solid #e2e2e2;
}
 .dir-pr-p3-left-21 ul li span {
     float: right;
     background: #ffc51d;
     color: #000;
     font-weight: 600;
     padding: 0px 8px;
     font-size: 14px;
     display: inline-block;
     border-radius: 2px;
}
 .dir-pr-p8-rp8 {
}
 .dir-pr-p8-rp8 ul {
}
 .dir-pr-p8-rp8 ul li {
     background: url(../images/pre-pro-i.html) no-repeat center left;
     background-position: 5px;
     background-size: 16px;
}
/*-------------------------------------------------*/
/* PRICING TABLE 
/*-------------------------------------------------*/
 .pricing1 {
}
 .list-featu ul {
     padding: 0px;
}
 .list-featu ul li {
     list-style-type: none;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.82);
     */
}
 .pricing {
     border: 1px solid #e3e3e3;
     box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.11);
     transition: all 0.5s ease;
     margin-bottom: 20px;
}
 .pricing:hover {
     transform: scale(1.05);
     box-shadow: 0px 2px 4rem rgba(0, 0, 0, 0.3);
}
 .pricing li:nth-child(1) {
     background: #19d3e8;
     color: #000;
     text-transform: uppercase;
     font-size: 20px;
     font-weight: 800;
     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.82);
}
 .pricing li:nth-child(2) {
     background: #05c6db;
     color: #000;
     font-size: 24px;
     padding: 25px 0px;
     font-weight: 600;
     background: -webkit-linear-gradient(to bottom, #03c4da, #19d3e8);
     background: linear-gradient(to bottom, #03c4da, #19d3e8);
     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
}
 .pricing li:nth-child(2) span {
     font-size: 50px;
     padding-right: 5px;
     padding-top: 14px;
     display: inline-block;
     font-weight: 800;
     color: #000;
     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
}
 .pricing li + li {
}
 .pricing li {
     padding: 12px;
     text-align: center;
     font-size: 15px;
     color: #444;
}
 .pricing li i {
     font-size: 20px;
}
 .pricing li .fa-times {
     color: #FF5722;
}
 .pricing li .fa-check {
     color: #8BC34A;
}
 .pricing li:last-child a {
}
 .price-start {
}
 .price-start a {
    /* background: #009688;
     */
     padding: 2px;
}
 .list-featu {
     position: relative;
     overflow: hidden;
}
 .pricing-detail {
}
 .pricing-detail li:nth-child(1) {
     font-size: 24px;
     line-height: 128px;
}
 .pricing-detail li {
     padding: 12px;
     font-size: 16px;
     color: #343c42;
     font-weight: 600;
}
 .pricing-detail img {
     width: 100%;
}
 .p-one {
     background: #e5e5e5;
}
 .p-two {
}
 .p-pro {
}
 .p-pro li:nth-child(1) {
     background: #e3e819;
}
 .p-pro li:nth-child(2) {
     background: #d6da07;
    /* fallback for old browsers */
     background: -webkit-linear-gradient(to bottom, #f9f609, #d3d807);
    /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to bottom, #d9de06, #e3e819);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
 .p-ppro li:nth-child(1) {
     background: #aae819;
}
 .p-ppro li:nth-child(2) {
     background: #9cdd03;
    /* fallback for old browsers */
     background: -webkit-linear-gradient(to bottom, #9adc00, #aae819);
    /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to bottom, #9adc00, #aae819);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*-------------------------------------------------*/
/* = ADD LISTING 
/*-------------------------------------------------*/
 .p-listing {
     padding: 35px 0px;
     position: relative;
     overflow: hidden;
}
 .ak-field {
     overflow: hidden;
}
 .p-listing form {
     padding: 25px;
     border: 1px solid #ccc;
}
 .p-listing form input, select, textarea {
     width: 100%;
     padding: 7px;
     border-radius: 0px;
     border: 1px solid #ccc;
     font-size: 14px !important;
     font-weight: 400;
     color: #333;
}
 .p-listing form textarea {
     resize: none;
     height: 100px;
}
 .p-listing h2 {
     padding-bottom: 20px;
}
 .p-listing h2 span {
     color: #FF9800;
     font-size: 30px;
}
 .p-listing form input[type="submit"] {
     border-radius: 3px;
     border: 1px solid #d7a307;
     font-weight: 600;
}
/*--================================ REGISTER POPUP ======================================== --*/
 .dir-pop-width {
     margin: 0 auto;
     width: 70% !important;
}
 .dir-pop-head {
     /*background: url('../images/pop_bg.jpg') no-repeat center center;*/
     background: #20334c;
     background-size: cover;
     padding: 25px 25px 50px 25px !important;
     border-bottom: 0px !important;
}
.feed_back{
     margin-top: 11px;
}
.dir-pop-head .close{
     color: var(--white);
     opacity: 1;
}
.dir-pop-head .close:hover{
     color: var(--white);
     opacity: 1;
}
 .dir-pop-head h4 {
     color: var(--white);
     text-align: center;
     text-transform: capitalize;
     font-size: 20px;
}
 .dir-pop-body {
     padding: 35px 50px 20px 50px !important;
     /*border-bottom: 10px solid #263b57;*/
}
 .dir-pop-body form {
     background: var(--white);
     margin-top: -65px;
     padding: 30px 50px 25px 50px;
     border-radius: 5px;
     box-shadow: 0px 2px 34px rgba(80, 80, 80, 0.3);
     position: relative;
     overflow: hidden;
}
 .dir-pop-tem-row {
     position: relative;
     overflow: hidden;
     margin-bottom: 8px;
}
 .dir-pop-tem-row textarea {
     margin-top: 0px !important;
}
 .dir-pop-com {
}
 .dir-pop-com label {
     color: #000;
     font-weight: 400;
     font-family: 'Lato', sans-serif;
     font-size: 15px;
}
 .dir-pop-com input, textarea, select {
     font-family: 'Lato', sans-serif;
     font-size: 15px;
}
 .dir-pop-foot {
     text-align: center;
     margin-bottom: 0px;
     padding-top: 20px;
}
 .dir-pop-foot a {
}
 .pop-btn {
     outline: none;
     /*background: #14addb;*/
     background: #1779d3;
     /*border: 1px solid #14addb;*/
     border: 1px solid #1779d3;
     color: var(--white) !important;
     padding: 5px 15px;
     border-radius: 2px;
     font-weight: 700;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .pop-btn:hover {
     background:#1779d3;
     border: 1px solid #1779d3;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
/*-------------------------------------------------------*/
/* HOME PAGE: PROJECT COUNT 
/*-------------------------------------------------------*/
 .proj {
     margin-top: -50px;
     position: relative;
    /* z-index: 99;
     */
}
 .hom-pro {
     background: var(--white);
     text-align: center;
     padding: 25px 20px 27px 20px;
     position: relative;
     overflow: hidden;
     box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
     border-radius: 2px;
}
 .hom-pro:hover {
     background: #f3f2ee;
}
 .hom-pro img {
     padding-bottom: 20px;
}
 .hom-pro h4 {
     padding-bottom: 15px;
}
 .hom-pro p {
     margin-bottom: 0px;
     padding-bottom: 18px;
}
 .hom-pro a {
    /* border: 1px solid #e5e9ec;
     */
     padding: 4px 7px;
     border-radius: 30px;
     color: #253d52;
     font-size: 13px;
     border: 1px dashed var(--white);
     box-shadow: 0 0 0 3px #151f31;
     background-color: #3f4550;
     color: var(--white);
}
/*-------------------------------------------------------*/
/* HOME PAGE: POPULAR LISTINGS 
/*-------------------------------------------------------*/
 .sec-bg-white {
     background: var(--white);
}
 .list-spac {
     margin: 15px;
     padding: 15px 0px;
     margin-bottom: 15px !important;
}
 .list-spac-1 {
     border: 1px solid #e2e2e2;
}
 
 .home-list-pop {
    position: relative;
    overflow: hidden;
    background: #fdfeff;
    padding: 15px 0px;
   
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
    border: 1px solid #f1f2f3;
     margin-bottom: 30px;
}
}
 .home-list-pop:hover {
     -moz-transform: scale(1.02);
     -webkit-transform: scale(1.02);
     -o-transform: scale(1.02);
     transform: scale(1.02);
     box-shadow: 0px 11px 9px -10px rgba(0, 0, 0, 0.52);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .home-list-pop img {
     width: 100%;
     height: 116px;
     -webkit-object-fit: cover;
     -moz-object-fit: cover;
     -o-object-fit: cover;
     object-fit: cover;
}
 .list-ser-img img{
     width: 100%;
     height: 165px;
     -webkit-object-fit: cover;
     -moz-object-fit: cover;
     -o-object-fit: cover;
     object-fit: cover;
}
 .home-list-pop.list-spac img {
}
 .home-list-pop-desc {
}
 .home-list-pop-desc span {
     text-transform: uppercase;
     font-size: 12px;
}
 .home-list-pop-desc h3 {
     /*font-size: 20px;*/
     font-size: 18px;
     padding-bottom: 8px;
     color: #000000;
     /*padding-top: 5px;*/
}
 .home-list-pop-desc h4 {
     font-size: 14px;
     padding-bottom: 8px;
}
 .home-list-pop-desc p {
     margin-bottom: 0px;
     font-size: 13px;
}
 .home-list-pop-rat {
     position: absolute;
     background:#f2861f;
     padding: 4px;
     font-weight: 600;
     color: var(--white);
     right: 15px;
     top: 0px;
     font-size: 14px;
     border-radius: 2px;
}
 .home-list-pop-rat span {
}
 .home-list-pop-rat i {
}
 .list-inn-rat {
}
 .list-inn-rev {
}
 .list-inn-links {
}
 .list-number {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 10px;
}
 .list-number ul {
     padding: 0px;
}
 .list-number ul li {
     display: inline-block;
     float: left;
     width: 50%;
     color: #000000;
     font-size: 12px;
}
 .list-number ul li img {
     width: 18px;
     height: 18px;
     margin-right: 7px;
}
 .list-number ul li:nth-child(1) {
}
 .list-number ul li:nth-child(2) {
}
 .inn-list-pop-desc {
}
 .inn-list-pop-desc h3 {
     font-size: 24px;
}
 .inn-list-pop-desc p {
     font-size: 14px;
}
 .inn-list-pop-desc p b {
     color: #333;
}
 .list-enqu-btn {
     position: relative;
     overflow: hidden;
     width: 100%;
    /* border-top: 1px solid #e6e6e6;
     */
    /* margin-top: 10px;
     */
     padding-top: 10px;
}
 .list-enqu-btn ul {
     padding: 0px;
}
 .list-enqu-btn ul li {
     display: inline-block;
     /*float: left;*/
     float: right;
     width: 25%;
     margin: 0px;
}
 .list-enqu-btn ul li a {
     border: 1px solid #eaeaea;
     text-align: center;
     display: block;
     padding: 5px;
     color: #3e4c56;
     box-sizing: border-box;
     margin: 4px;
     border-radius: 2px;
     font-weight: 600;
     font-size: 14px;
}
 .list-enqu-btn ul li a:hover {
     color: var(--white);
     background-color: #172437;
     border: 1px solid #172233;
}
 .list-enqu-btn ul li a:hover i {
     margin-right: 10px;
}
 .list-enqu-btn ul li a i {
     margin-right: 5px;
}
 .list-enqu-btn ul li:last-child a {
     background: #F44336;
     border: 1px solid #dc2e21;
     color: var(--white);
}
/*-------------------------------------------------------*/
/* HOME PAGE: DISCOUNT 
/*-------------------------------------------------------*/
 .home-dis {
     position: relative;
     overflow: hidden;
     background: #253d52;
     padding: 70px 0px;
}
 .home-dis h2 {
     color: var(--white);
     font-size: 46px;
     vertical-align: middle;
     text-align: center;
}
 .home-dis h2 span {
     color: #fdb714;
     font-size: 46px;
     font-family: 'Quicksand', sans-serif;
     font-weight: 600;
}
 .home-dis h2 a {
     padding: 4px 7px;
     border-radius: 30px;
     color: #253d52;
     font-size: 24px;
     border: 1px dashed var(--white);
     box-shadow: 0 0 0 3px #ceae0c;
     background-color: #eac610;
     color: var(--white);
     vertical-align: middle;
}
 .home-dis:before {
     content: '';
     position: absolute;
     background: url(../images/services/s2.jpg) no-repeat;
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 50%;
     opacity: 0.2;
}
/*-------------------------------------------------------*/
/* HOME PAGE: CREATE A ACCOUNT 
/*-------------------------------------------------------*/
 .hom-cre-acc-left {
}
 .hom-cre-acc-left h3 {
     font-weight: 100;
     font-size: 34px;
}
 .hom-cre-acc-left h3 span {
     text-transform: capitalize;
     font-weight: 600;
     font-size: 42px;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
     */
     color: #333333;
}
 .hom-cre-acc-left h5 {
     font-weight: 700;
     font-size: 20px;
}
 .hom-cre-acc-left p {
     padding-top: 8px;
     font-size: 13px;
}
 .hom-cre-acc-left ul {
     padding: 0px;
     margin-bottom: 0px;
     margin-top: 50px;
}
 .hom-cre-acc-left ul li {
    /* padding-top: 25px;
     */
     padding-bottom: 30px;
     list-style-type: none;
}
 .hom-cre-acc-left ul li img {
     text-align: center;
     float: left;
     width: 50px;
}
 .hom-cre-acc-left ul li div {
     display: block;
     margin-left: 80px;
    /* float: left;
     */
    /* margin-top: 0px;
     */
     margin-top: -10px;
}
 .hom-cre-acc-right {
}
 .hom-cre-acc-right form {
     border: 1px solid #ededed;
     background-color: #f9f9f9;
     padding: 30px;
     box-sizing: border-box;
     padding: 35px 50px 35px 50px;
     background: #eaedef;
}
 .animate-lab {
    /* position: absolute;
     */
     color: #9e9e9e;
     z-index: 9;
    /* padding: 18px 24px;
     */
     font-size: 15px;
     transition: 0.2s ease all;
     -moz-transition: 0.2s ease all;
     -webkit-transition: 0.2s ease all;
    /* margin-top: -61px;
     */
     position: absolute;
     pointer-events: none;
     margin-top: -35px;
     margin-left: 24px;
}
 .hom-cre-acc-right form input:focus ~ label {
}
 .cbox-res {
     width: auto !important;
}
 .hom-cre-acc-right form input:focus {
     outline: none;
}
 .hom-cre-acc-right form input {
     height: 45px;
     position: relative;
     padding: 5px 24px;
     box-sizing: border-box;
     box-shadow: none;
     border: 1px solid #e8e8e8;
     text-indent: 0;
     line-height: 12px;
     -webkit-transition: border-color .4s, color .4s;
     transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
     */
     width: 100%;
     font-size: 14px;
     background: var(--white);
}
 .hom-cre-acc-right form select {
     height: 5.5rem;
     position: relative;
     padding: 15px 24px;
     box-sizing: border-box;
     box-shadow: none;
     border: 1px solid #e8e8e8;
     text-indent: 0;
     line-height: 12px;
     -webkit-transition: border-color .4s, color .4s;
     transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
     */
     width: 100%;
     font-size: 15px;
     background: var(--white);
}
 .hom-cre-acc-right form textarea {
     height: 120px;
     position: relative;
     padding: 15px 24px;
     box-sizing: border-box;
     box-shadow: none;
     border: 1px solid #e8e8e8;
     text-indent: 0;
     line-height: 25px;
     -webkit-transition: border-color .4s, color .4s;
     transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
     */
     width: 100%;
     font-size: 15px;
     background: var(--white);
}
 .hom-cre-acc-right form input[type="submit"] {
     font-size: 20px;
     border: none;
     width: 100%;
     padding: 18px;
     background: #31c6f5;
    /* color: var(--white);
     */
    /* text-transform: uppercase;
     */
}
 .hom-cre-acc-right form input[type="submit"]:hover {
     background: #14addb;
}
 .blue-btn {
     color: var(--white);
     background-color: #1ebef0;
     border: 1px solid #1ebef0;
     font-weight: 600;
     border-radius: 2px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .blue-btn:hover {
     background: #14addb;
     border: 1px solid #14addb;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .hom-cre-acc-right form input[type="submit"] {
}
 .hom-cre-acc-right .checkbox {
     padding: 10px 0px;
}
 .hom-cre-acc-right .checkbox label {
}
/*--========================================================--*/
 .sea-drop {
}
 .sea-drop-com {
     background: var(--white);
     display: none;
     position: relative;
     z-index: 9999;
     width: 100%;
     box-shadow: 0px 2px 5px 0px rgba(46, 46, 46, 0.2);
     overflow: hidden;
}
 .sea-drop-1 {
     position: absolute;
     width: 58.4%;
}
 .sea-v2-drop-1 {
     position: absolute;
     width: 78%;
}
 .sea-drop-com ul {
     background: var(--white) !important;
     padding: 0px !important;
}
 .sea-drop-com ul li {
     display: block !important;
     width: 100% !important;
     text-align: left;
     border-bottom: 1px solid #f7f7f7;
}
 .sea-drop-com ul li a:hover {
     background: #ededed;
}
 .sea-drop-com ul li a {
     text-align: left;
     display: block;
     padding: 10px 20px;
     color: #303848;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .sea-drop-com ul li a img {
     margin-right: 10px;
     width: 24px;
}
 .mar-bot-0 {
     margin-bottom: 0px;
}
/*-------------------------------------------------------*/
/* SOCIAL MEDIA LOGIN 
/*-------------------------------------------------------*/
 .soc-login {
     position: relative;
     overflow: hidden;
     border-top: 1px solid #dcdcdc;
     margin-top: 15px;
     padding-top: 15px;
}
 .soc-login h4 {
     text-align: center;
     padding-bottom: 15px;
}
 .soc-login ul {
     padding: 0px;
     margin: 0px;
}
 .soc-login ul li {
     list-style-type: none;
     float: left;
     width: 33.333%;
     padding: 5px;
}
 .soc-login ul li a {
     display: block;
     color: var(--white);
     padding: 7px 18px;
     text-align: center;
     border-radius: 2px;
}
 .soc-login ul li:nth-child(1) a {
     background: #3b5998;
}
 .soc-login ul li:nth-child(2) a {
     background: #00aced;
}
 .soc-login ul li:nth-child(3) a {
     background: #d34836;
}
 .soc-login ul li a i {
     padding-right: 5px;
}
 .get-quo {
}
 .get-quo textarea {
     margin-top: 0px !important;
}
 .list-rat-ch {
}
 .list-rat-ch span {
     width: 25px;
     height: 25px;
     background-color: #f2861f;
    /* bottom: 8px;
     */
     padding: 4px;
     border-radius: 2px;
     color: var(--white);
     font-weight: 600;
     text-align: center;
     font-size: 12px;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
     margin-right: 10px;
}
 .list-rat-ch i {
     color: #000000;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
     border: 1px solid #000;
     padding: 3px 2px 2px 2px;
     text-align: center;
     border-radius: 3px;
     background: #ffe500;
     font-size: 11px;
}
 .full-btn {
     width: 100%;
     font-size: 16px;
}
 .hom-cr-acc-check {
     padding: 15px 8px !important;
}
 .hom-cr-acc-check input {
}
 .hom-cr-acc-check label {
     font-size: 12px;
     font-weight: 500;
     color: #454f54;
     text-shadow: none;
}
/*-------------------------------------------------------*/
/* LISTING LEAD FORM 
/*-------------------------------------------------------*/
 .list-pg-lt {
     width: 70%;
     float: left;
}
 .list-pg-rt {
     width: 30%;
     float: left;
     padding: 0px 0px 0px 20px;
}
 .list-page-enq {
     margin-top: 60px;
     background: url('../images/banner2.jpg') no-repeat;
     background-size: cover;
     position: relative;
}
 .list-page-enq:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(32, 52, 76, 0.64) 14%, rgba(0, 0, 0, 0.55) 66%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .lpe-com-main {
     position: relative;
     overflow: hidden;
     width: 75%;
     margin: 0 auto;
     padding: 50px 35px;
}
 .lpe-com {
     width: 50%;
     float: left;
}
 .lpe-left {
     padding: 14% 0%;
     color: var(--white);
}
 .lpe-left h4 {
     text-transform: uppercase;
}
 .lpe-left h5 {
     font-size: 20px;
}
 .lpe-left h2 {
     font-size: 60px;
}
 .lpe-right {
     text-align: center;
}
 .lpe-right h3 {
     color: #000000;
     font-size: 28px;
}
 .lpe-right p {
     font-size: 14px;
     text-align: center;
     padding-top: 7px;
     margin-bottom: 5px;
}
 .lpe-right form {
     background: var(--white);
     padding: 25px;
     border-radius: 4px;
     box-shadow: 0px 16px 4rem -10px rgb(0, 0, 0);
     border-bottom: 5px solid #d6c492;
}
 .lpe-right input, textarea {
     height: 45px;
     position: relative;
     padding: 15px 24px;
     box-sizing: border-box;
     box-shadow: none;
     border: 1px solid #e8e8e8;
     text-indent: 0;
     line-height: 12px;
     -webkit-transition: border-color .4s, color .4s;
     transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
     */
     width: 100%;
     font-size: 14px;
     background: var(--white);
}
 .lpe-right label {
     top: 14px;
}
 .lpe-right textarea {
     height: 75px;
}
 .lpe-right input[type="submit"] {
}
 .list-red-btn {
     background: #F44336;
     background: linear-gradient(to top, #ec3123, #f44336);
    /* border: 1px solid #f14033;
     */
     color: var(--white);
     height: 45px;
     line-height: 45px;
}
 .list-pagenat {
     margin-bottom: 0px;
     margin-top: 15px;
     margin: 0 auto;
     display: table;
}
/*-------------------------------------------------------*/
/* LISTING DETAILS PAGE 
/*-------------------------------------------------------*/
 .pg-list-1 {
     /*margin-top: 60px;*/
    /* background: url(https://new-img.patrika.com/upload/images/2016/06/22/cims-1466570776.jpg) no-repeat center bottom;*/
     background-size: cover !important;
     position: relative;
     padding: 200px 0px 230px 0px;
     width: 100%;
     box-sizing: content-box;
}

 .pg-list-prop {
     background: url(../images/list-deta/prop-bg.jpg) no-repeat;
     background-size: cover;
     box-sizing: content-box;
}
 .pg-list-shop {
     background: url(../images/list-deta/shop-bg.jpg) no-repeat;
     background-size: cover;
     box-sizing: content-box;
}
 .pg-list-auto {
     background: url(../images/list-deta/auto-bg.jpg) no-repeat;
     background-size: cover;
     box-sizing: content-box;
}
 .pg-list-1:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgb(21, 31, 50) 14%, rgba(0, 0, 0, 0.14) 66%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
.list-pg-bg .container {
    margin-top: -150px;
    position: relative;
    background: var(--white);
    border-radius: 4px;
    margin-bottom:30px;
}
.list-pg-bg .com-padd {
   padding: 18px 10px 10px 10px;
}
 .pg-list-1-left {
     /*float: left;*/
     /*width: 50%;*/
     text-align: center;
     position: relative;
     overflow: hidden;
}
 .pg-list-1-left a {
}
 .pg-list-1-left h3 {
     font-size: 36px;
     color: var(--white);
     padding-bottom: 15px;
}
 .pg-list-1-left p {
     /*color: #b7b7b7;*/
     color: var(--white);
     font-size: 18px;
}
 .pg-list-1-left h4 {
     color: #b7b7b7;
     padding: 15px 00px;
     font-size: 16px;
}
 .pag-p1-phone {
}
 .pag-p1-phone ul {
}
 .pag-p1-phone ul li {
     color: #dcdcdc;
     font-size: 14px;
     /*width: 33.33%;*/
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .pag-p1-phone ul li i {
     width: 24px;
     height: 24px;
    /* color: var(--white);
     */
     font-size: 18px;
}
 .pg-list-1-right {
     float: left;
     width: 50%;
     padding: 0px 15px;
}
 .pg-list-1-right-p1 {
     padding-top: 165px;
}
 .pg-list-1-right-p1 ul {
}
 .pg-list-1-right-p1 ul li {
}
 .pg-list-1-right-p1 ul li a {
     background: var(--white);
     border: 1px solid var(--white);
     color: #162336;
     padding: 12px 12px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
     font-size: 14px;
}
 .pglist-p1 {
}
 .pglist-p2 {
}
 .pglist-p3 {
}
 .pglist-p4 {
}
 .pglist-p5 {
}
 .pglist-p-com {
     margin-bottom: 20px;
}
 .pglist-p-com-ti {
     border-bottom: 1px solid #e2e2e2;
}
 .pglist-p-com-ti h3 {
     padding: 15px 20px;
     background: var(--white);
     font-weight: 700;
     font-size: 16px;
     text-transform: uppercase;
     margin-bottom:0;
}
 .pglist-p-com-ti h3 span {
     color: #8a8d92;
     font-weight: 700;
     font-size: 16px;
     text-transform: uppercase;
     font-family: 'Quicksand', sans-serif;
}
 .list-360 {
}
 .list-360 iframe {
     width: 100%;
     height: 300px;
     border: 0px;
}
 .list-tit-mar-0 {
     padding-top: 0px !important;
}
 .pglist-p-com-ti h3 i {
}
 .list-slider {
}
 .list-slider-nav {
     margin-top: 175%;
     position: absolute;
     background: #333;
     width: 32px;
     height: 32px;
     padding: 5px;
     text-align: center;
     border-radius: 2px;
     color: var(--white);
}
 .list-slider-nav-rp {
     margin-right: 4rem;
     position: initial;
}
 .list-page-com-p {
}
 .list-page-com-p p {
     font-size: 14px;
     color: #2d323c;
     line-height: 24px;
}
/*--==== LISTING SHARE =====--*/
 .share-btn {
     padding-bottom: 10px;
    margin-top: 10px;
}
 .share-btn ul {
     margin-bottom: 0px;
}
 .share-btn ul li:nth-child(1) a {
     background: #3b5998;
}
.contact_shere_btn ul li a {
    background: transparent !important;
}
 .share-btn ul li:nth-child(2) a {
     background: #00aced;
}
 .share-btn ul li:nth-child(3) a {
     background: #1f77bd;
}
.share-btn ul li:nth-child(4) a {
   background: rgba(36, 59, 84, .9);
    font-weight: 500;
}
.share-btn ul li:nth-child(4) a i {
    font-weight: 600;
    font-size: 12px;
}
.share-btn ul li:nth-child(4) span {
    color: var(--white);
    font-size: 12px;
}
 .share-btn ul li:nth-child(5) a {
     background: #2574ed;
     cursor: default;
}
 .share-btn ul li a {
     padding: 7px;
     color: var(--white);
     font-weight: 500;
     font-size: 15px;
     border-radius: 3px;
     text-shadow: none;
}
 .share-btn ul li {
     display: inline-block;
     /*margin-bottom: 5px;*/
     margin-bottom: 12px;
     margin-right: 1px;
    line-height: 32px;
}
 .share-btn ul li i {
     /*padding-right: 3.75pt;*/
}
/*--==== LISTING SERVICES =====--*/
 .pg-list-ser {
}
 .pg-list-ser ul {
}
 .pg-list-ser ul li {
     padding: 8px;
}
 .pg-list-ser-p1:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.71) 14%, rgba(0, 0, 0, 0.32) 66%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .pg-list-ser ul li h4 {
}
 .pg-list-ser-p1 {
     position: relative;
     overflow: hidden;
}
 .pg-list-ser-p1:hover img {
     -moz-transform: scale(1.2);
     -webkit-transform: scale(1.2);
     -o-transform: scale(1.2);
     transform: scale(1.2);
}
 .pg-list-ser-p1 img {
     width: 100%;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .pg-list-ser-p2 {
     position: absolute;
    /* text-align: center;
     */
     width: 89.5%;
     margin-top: -35px;
}
 .pg-list-ser-p2 h4 {
     text-align: center;
     color: var(--white);
     font-size: 16px;
}
 .list-pg-bg {
     /*background: #f7f8fa;*/
     background: #f2f3f4;
         padding: 1px 0;
}
 .pglist-bg {
     background: var(--white);
     border: 1px solid #e2e2e2;
     border-radius: 2px;
}
 .list-pg-inn-sp {
     padding: 20px;
}
 .list-rom-pric {
     font-size: 26px !important;
     background: var(--white);
}
 .list-room-type {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 10px;
}
 .list-room-type ul {
     padding: 0px;
}
 .list-room-type ul li {
     display: inline-block;
     float: left;
     color: #636363;
     font-size: 14px;
}
 .list-room-type ul li img {
     width: 18px;
    /* margin-right: 7px;
     */
    /* border: 1px solid #333;
     */
    /* padding: 3px;
     */
     border-radius: 4rem;
}
 .list-room-type ul li:nth-child(1) {
}
 .list-room-type ul li:nth-child(2) {
}
 .list-room-deta {
}
 .list-room-deta h3 {
     font-size: 20px;
     color: #141f31;
     font-weight: 700;
     font-size: 18px;
}
 .list-room-rati {
     padding: 10px 0px 5px 0px;
}
 .list-rom-ami {
}
 .list-rom-ami ul li {
    /* padding-right: 10px;
     */
     padding-bottom: 6px;
     font-family: 'Montserrat', sans-serif;
     font-size: 12px;
     background: #f5f5f5;
     border-radius: 4px;
     margin-right: 5px;
     padding: 4px 8px;
     margin-bottom: 5px;
}
 .list-rom-ami ul li img {
     vertical-align: sub;
     width: 15px;
     height: 15px;
    /* display: none;
     */
}
 .list-room-mar-o {
}
 .lp-ur-all {
     position: relative;
     overflow: hidden;
}
 .lp-ur-all-rat {
     position: relative;
     overflow: hidden;
    /* border-top: 1px solid #e2e2e2;
     margin-top: 20px;
     padding-top: 20px;*/
}
 .lp-ur-all-left {
     float: left;
     width: 40%;
     border-right: 4px solid #6b7f8a;
     padding-right: 20px;
}
 .lp-ur-all-left-1 {
     float: left;
     width: 100%;
}
 .lp-ur-all-left-2 {
    /* float: left;
     */
    /* width: 50%;
     */
}
 .lp-ur-all-left-11 {
     float: left;
     width: 50%;
     font-size: 13px;
     padding-right: 14px;
     color: #4d5158;
}
 .lp-ur-all-left-12 {
     float: left;
     width: 50%;
     height: 6px;
     background: #dadada;
     margin-top: 7px;
     border-radius: 0px;
}
 .lp-ur-all-left-13 {
     width: 100%;
     background: #43a047;
     height: 6px;
     border-radius: 0px;
}
 .lp-ur-all-left-Good {
     width: 50%;
     background: #73ca14;
}
 .lp-ur-all-left-satis {
     width: 18%;
     background: #3dbbd0;
}
 .lp-ur-all-left-below {
     width: 20%;
     background: #ca7224;
}
 .lp-ur-all-left-poor {
     width: 5%;
     background: #de382c;
}
 .lp-ur-all-right {
     float: left;
     width: 60%;
     padding: 2px 20px;
}
 .lp-ur-all-right h5 {
     font-family: 'Montserrat', sans-serif;
     font-weight: 500;
     font-size: 18px;
     padding-bottom: 20px;
}
 .lp-ur-all-right p {
}
 .lp-ur-all-right p span {
     background: #55bf15;
     font-size: 34px;
     color: var(--white);
     font-weight: 600;
     padding: 8px;
     border-radius: 5px;
     vertical-align: sub;
     margin-right: 15px;
}
 .lp-ur-all-right p span i {
     font-size: 20px;
     vertical-align: text-top;
}
 .lp-ur-all-rat {
}
 .lp-ur-all-rat h5 {
     padding: 15px 0px 5px 0px;
     background: var(--white);
     font-weight: 700;
     font-size: 18px;
     text-transform: uppercase;
}
 .lp-ur-all-rat ul {
     margin-bottom: 0px;
}
 .lp-ur-all-rat ul li {
     position: relative;
     overflow: hidden;
     border-bottom: 1px solid #e2e2e2;
     padding-top: 15px;
     padding-bottom: 5px;
}
.lp-ur-all-rat ul li:last-child {
    border-bottom: 0;
}
 .lr-user-wr-img {
     float: left;
    /* width: 10%;
     */
     display: inline-block;
}
 .lr-user-wr-img img {
     width: 42px;
     height: 42px;
     border-radius: 100%;
}
 .lr-user-wr-con {
     float: left;
     width: 90%;
     display: inline-block;
     padding: 0px 20px;
}
 .lr-user-wr-con h6 {
     line-height: 36px;
     font-size: 18px;
}
 .lr-user-wr-con p {
     font-size: 13px;
     color: #21344c;
}
 .lr-revi-date {
     font-size: 13px;
     color: #828282;
}
 .lr-user-wr-con h6 span {
     background: #f2861f;
     font-size: 15px;
     color: var(--white);
     font-weight: 600;
     padding: 4px 4px;
     border-radius: 4px;
     /*vertical-align: top;*/
     margin-left: 6px;
}
 .lr-user-wr-con h6 span i {
     font-size: 11px;
     vertical-align: middle;
}
 .lr-user-wr-con ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
}
 .lr-user-wr-con ul li {
     list-style-type: none;
     display: inline-block;
     padding-right: 15px;
     padding-top: 0px;
     border: 0px;
}
 .lr-user-wr-con ul li a {
     color: #333;
     font-size: 14px;
}
 .lr-user-wr-con ul li a span {
     padding-right: 7px;
     color: #888;
     font-size: 12px;
}
 .lr-user-wr-con ul li a i {
}
 .list-pg-write-rev {
     position: relative;
     overflow: hidden;
}
 .list-pg-write-rev form input {
     height: 45px;
     position: relative;
     padding: 15px 24px;
     box-sizing: border-box;
     box-shadow: none;
     border: 1px solid #e8e8e8;
     text-indent: 0;
     line-height: 12px;
     -webkit-transition: border-color .4s, color .4s;
     transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
     */
     width: 100%;
     font-size: 14px;
     background: var(--white);
}
 .list-pg-write-rev form label {
     top: 14px;
}
 .list-pg-write-rev form textarea {
     height: 100px;
     position: relative;
     padding: 15px 24px;
     box-sizing: border-box;
     box-shadow: none;
     border: 1px solid #e8e8e8;
     text-indent: 0;
     line-height: 12px;
     -webkit-transition: border-color .4s, color .4s;
     transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
     */
     width: 100%;
     font-size: 14px;
     background: var(--white);
}
 .list-pg-guar {
}
 .list-pg-guar ul {
     margin-bottom: 0px;
}
 .list-pg-guar ul li {
     border-bottom: 1px solid #e2e2e2;
     padding: 12px 0px 8px 0px;
}
 .list-pg-guar ul li:nth-child(1) {
     padding: 5px 0px 5px 0px;
}
 .list-pg-guar ul li:nth-child(3) {
     border-bottom: 0px solid #e2e2e2;
     padding-bottom: 5px;
}
 .list-pg-guar ul li h4 {
     font-size: 16px;
     padding-bottom: 5px;
}
 .list-pg-guar ul li p {
     line-height: 18px;
     font-size: 13px;
}
 .list-pg-guar-img {
     display: inline-block;
     float: left;
     height: 100%;
     margin-right: 15px;
     margin-bottom: 8px;
}
 .list-pg-guar-img img {
}
 .list-pg-btn {
     width: 100%;
     font-size: 14px;
     height: 45px;
     line-height: 45px;
}
 .pglist-p-com-ti-right {
}
 .pglist-p-com-ti-right h3 {
     background: #20334c;
     color: var(--white);
     font-size: 15px;
}
 .pglist-p-com-ti-right h3 span {
     color: #c7c7c7;
     font-size: 15px;
}
 .pg-list-user-pro {
     background: url('../images/profile-bg.jpg') no-repeat;
     height: 100px;
     background-size: cover;
}
 .pg-list-user-pro img {
    /* display: table;
     */
    /* margin: 0 auto;
     */
     position: relative;
    /* left: 40%;
     */
     margin-top: 72px;
     margin-left: 41%;
}
 .list-pg-upro {
     text-align: center;
     padding-top: 30px;
}
 .list-pg-upro h5 {
     font-size: 16px;
}
 .list-pg-upro p {
     padding-bottom: 5px;
     font-size: 15px;
}
 .list-pg-upro a {
     background: #f44336;
}
 .list-pg-map {
}
 .list-pg-map iframe {
     height: 180px;
     width: 100%;
     border: 0px;
}
 .list-pg-oth-info {
}
 .list-pg-oth-info ul {
}
 .list-pg-oth-info ul li {
     border-bottom: 1px solid #e2e2e2;
     padding: 10px 0px;
}
 .list-pg-oth-info ul li:last-child {
     border-bottom: 0px solid #e2e2e2;
     padding-bottom: 0px;
}
 .list-pg-oth-info ul li span {
     float: right;
     text-align: right;
     background: #f7f8fa;
    /* color: var(--white);
     */
     border-radius: 5px;
     padding: 0px 5px;
     border: 1px solid #e2e2e2;
     font-size: 12px;
}
 .green-bg {
     background: #55bf15 !important;
     color: var(--white);
}

 .list-mig-like-com {
     position: relative;
     border-radius: 5px;
     margin-bottom: 20px;
     background: var(--white);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .list-mig-like-com:hover img {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     /*opacity: 0.5;*/
}
 .list-mig-lc-img img {
     width: 100%;
     border-radius: 1rem 1rem 0 0;
     min-height: 15rem;
}
.load-more-btn{background: var(--blue-d-2) !important; color: var(--white) !important; padding: .8rem 1.8rem; font-weight: 600; }
 .list-mig-like-com:before {
     content: '';
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
     border-radius: 5px;
}
.details_background:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
}
 .list-mig-lc-con {
     width: 100%;
     padding: 32px 20px 5px 20px;
     text-align: center;
     display: block;
}
 .list-mig-lc-con2 {
     margin-top: -90px;
}
 .list-mig-lc-con h5 {
     font-size: 14px;
     color: #20344c;
     padding-top: 2px;
     padding-bottom: 8px;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
}
 .list-mig-lc-con h6 {
     font-size: 14px;
     color: var(--white);
     position: absolute;
     top: -20px;
    /* right: 0px;
     */
     border: 1px solid var(--white);
     padding: 8px 10px 3px 10px;
     border-radius: 18px;
     margin-bottom: 5px;
     padding-bottom: 10px;
}
 .list-mig-lc-con p {
     /*color: #c1c1c1;*/
     color: var(--white);
     font-size: 13px;
}
 .list-mi-pr {
     top: 15px;
}
 .list-ri-spec-tit {
}
 .list-ri-spec-tit h3 {
     padding: 5px 20px 18px 20px;
     font-weight: 700;
     font-size: 16px;
     text-transform: uppercase;
     text-align: center;
     letter-spacing: 1px;
}
 .list-ri-spec-tit h3 span {
     font-weight: 700;
     font-size: 16px;
}
/*-------------------------------------------------------*/
/* HOW IT WORK 
/*-------------------------------------------------------*/
 .inn-pag-ban {
     position: relative;
     overflow: hidden;
     width: 75%;
     margin: 0 auto;
     padding: 75px 35px;
     color: var(--white);
     text-align: center;
}
 .inn-pag-ban h4 {
     font-size: 20px;
}
 .inn-pag-ban h2 {
     font-size: 50px;
}
 .inn-pag-ban h5 {
     font-size: 14px;
}
 .how-com {
     padding-top: 20px;
}
 .how-com ul {
     margin-bottom: 0px;
}
 .how-com ul li {
     position: relative;
     overflow: hidden;
     padding-left: 95px;
     padding-bottom: 30px;
}
 .how-com ul li:last-child {
     padding-bottom: 0px;
}
 .how-com ul li img {
     text-align: center;
     margin-left: -95px;
     position: absolute;
     color: var(--white);
}
 .how-com ul li h4 {
     font-size: 18px;
     font-family: 'Montserrat', sans-serif;
     font-weight: 500;
     text-transform: uppercase;
     padding-bottom: 4px;
}
 .how-com ul li p {
     margin-bottom: 0px;
     font-size: 15px;
}
 .inn-page-bg {
     /*margin-top: 60px;*/
    /*background: url(../images/collegeimg/banner.jpg) no-repeat;*/
     background-size: cover !important;
     position: relative;
}
.video_img{
    background: url(../images/collegeimg/video.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}
.inn-page-bg-bds{
    background: url(../images/collegeimg/banner_bds.jpg) no-repeat;
    background-size: cover;
}
.inn-page-bg-bvsc{
    background: url(../images/collegeimg/banner_bvsc.jpg) no-repeat;
    background-size: cover;
}
.inn-page-bg-mbbs{
    background: url(../images/collegeimg/banner_mbbs.jpg) no-repeat;
    background-size: cover;
}
.inn-page-bg-ayush{
    background: url(../images/collegeimg/banner_ayush.jpg) no-repeat;
    background-size: cover;
}
 .inn-page-bg:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(32, 52, 76, 0.64) 14%, rgba(0, 0, 0, 0.55) 66%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
     opacity: .5;
}
 .how-border {
     background: var(--white);
     border: 1px solid #e2e2e2;
     border-radius: 2px;
     padding: 25px 25px 28px 25px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.36);
}
.blog_img{
    background: url(../images/collegeimg/banner_blog.jpg) no-repeat;
    background-size: cover;
}
/*-------------------------------------------------------*/
/* ABOUT US 
/*-------------------------------------------------------*/
 .p-about {
     background: var(--white);
}
 .page-about {
}
 .page-about img {
     width: 100%;
}
 .page-about h3 {
     margin-bottom:20px;
}
 .page-about span {
     display: inline-block;
     padding: 20px 0px;
     font-size: 20px;
     font-style: italic;
     font-weight: 200;
     color: #a2a2a2;
}
.about_padding p {
    line-height: 28px;
     text-align: justify;
}
.who_-padding {
    padding: 4rem 0;
}
.who_background {
    background: #f2f3f4;
     margin-top: 20px;
}
.about_services{
    box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
        max-height: 267px;
    min-height: 245px;
}
.about_services .tz-2-main-2 {
    border: 0;
}

 .page-about p {
     /*font-size: 16px;*/
     line-height: 24px;
}
 .page-about a {
     margin-top: 10px;
     width: 200px;
}
 .p-about-count {
     background: #253d52;
     padding: 0px;
     padding: 4rem 0px;
}
 .page-about-count {
     text-align: center;
     color: var(--white);
     border-right: 1px solid #30485d;
}
 .page-about-count-no-bor {
     border: 0px;
}
 .page-about-count span {
     font-size: 45px;
     color: #FFEB3B;
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.62);
}
 .page-about-count h4 {
     font-size: 16px;
     color: var(--white);
     font-weight: 100;
     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.62);
     text-transform: uppercase;
     font-weight: 600;
     padding-bottom: 20px;
}
 .page-about-count p {
     color: #aba9a9;
    /* font-weight: 600;
     */
}
/*-------------------------------------------------------*/
/* CONTACT US 
/*-------------------------------------------------------*/
 .con-page {
     /*background: url(../images/con-bg.jpg) no-repeat left center;
     background-attachment: fixed;
     background-size: 40%;
     position: relative;
     overflow: hidden;*/
}
 .con-page-ri {
     /*width: 60%;*/
     float: right;
     padding: 100px;
     padding-top: 150px;
     background: #f3f3f3;
}
 .con-com {
     border: 1px solid #e0e0e0;
     padding: 25px;
     margin-bottom: 25px;
     background: var(--white);
}
 .con-com h4 {
     font-size: 24px;
     padding-bottom: 10px;
     margin-top: 25px;
}
 .con-com p {
     font-size: 16px;
}
 .con-com span img {
     width: 20px;
     margin-right: 15px;
}
 .con-com span {
     font-size: 16px;
     display: block;
     margin-bottom: 15px;
     /*padding-top: 5px;*/
     padding-top: 15px;
}
.con-com span i {
    margin-right: 10px;
     color: #111a29;

}
 .foot-soc {
}
 .foot-soc ul {
     padding: 0px;
     display: inline-block;
     position: relative;
     width: 100%;
     margin-bottom: 0px;
     margin-top: 0px;
}
 .foot-soc ul li {
     list-style-type: none;
     float: left;
     margin-right: 5px;
     margin-bottom: 5px;
}
 .foot-soc ul li i {
     width: 32px;
     height: 32px;
     text-align: center;
     color: var(--white);
     padding: 8px;
}
 .sh1 {
     background: #4c4c4c;
}
 .con-tit-top-o {
     margin-top: 0px !important;
}
 .cpn-pag-form {
    /* margin-top: 20px;
     */
}
 .cpn-pag-form form {
    /* background: var(--white);
     */
    /* padding: 25px;
     */
    /* border-radius: 4px;
     */
    /* box-shadow: 0px 16px 4rem -10px rgb(0, 0, 0);
     */
    /* border-bottom: 5px solid #d6c492;
     */
}
 .cpn-pag-form form h3 {
    /* color: #FF5722;
     */
    /* font-size: 28px;
     */
    /* text-align:center;
     */
}
 .cpn-pag-form form p {
    /* text-align: center;
     */
     padding-top: 7px;
     margin-bottom: 20px;
}
 .cpn-pag-form form input, textarea {
     height: 45px;
     position: relative;
     padding: 15px 24px;
     box-sizing: border-box;
     box-shadow: none;
     border: 1px solid #e8e8e8;
     text-indent: 0;
     line-height: 12px;
     -webkit-transition: border-color .4s, color .4s;
     transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
     */
     width: 100%;
     font-size: 14px;
     background: var(--white);
}
 .cpn-pag-form form textarea {
     height: 75px;
}
 .con-pag-map iframe {
     width: 100%;
     border: 0px;
     margin-top: 15px;
}
 .con-com-mar-bot-o {
     margin-bottom: 0px !important;
}
 .cpn-pag-form label {
     top: 14px;
}
/*-------------------------------------------------------*/
/* BLOG 
/*-------------------------------------------------------*/
 .blog-single {
     border: 1px solid #e4e4e4;
     padding: 15px 0px;
     margin-bottom: 20px;
}
.single_blog{
     border: 1px solid #e4e4e4;
     /*padding: 15px 0px;*/
     margin-bottom: 20px;
         min-height: 596px;
}
 .blog-img {
     height: 435px;
}
 .blog-img img {
     width: 100%;
     height:100%;
}
.single_blog .blog-imgs {
    /* max-height: 300px; */
    /* min-height: 250px; */
    height: 280px;
}
 .page-blog {
}
 .page-blog h3 {
     /*font-size: 28px;*/
     font-size: 24px;
     color: #2a2b33;
}
 .page-blog span {
     font-size: 16px;
     padding: 12px 0px;
     display: inline-block;
     color: #888;
}
 .page-blog p {
     padding-bottom: 10px;
    line-height: 24px;
}
 .page-blog a {
     /*width: 200px;*/
}
 .share-pad-bot {
     padding-bottom: 10px;
}
 .blog-comment {
}
 .blog-comment h3 {
     color: #333;
     font-family: 'Montserrat', sans-serif;
     font-weight: 500;
     font-size: 18px;
     text-transform: uppercase 
}
 .pg-re-rat {
     padding: 1px 0px 0px 61px;
}
 .pg-revi-re {
     position: relative;
     overflow: hidden;
     padding-bottom: 10px;
     padding-top: 5px;
}
 .pg-revi-re img {
     width: 45px;
     height: 45px;
     float: left;
     margin-right: 15px;
}
 .pg-revi-re p {
     color: #333;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
}
 .pg-revi-re p span {
     color: #a0a0a0;
    /* text-transform: capitalize;
     */
     padding-left: 5px;
}
 .span-none {
}
 .span-none span {
     display: none;
}
 .list-grid-rig-pad {
     padding-right: 30px !important;
     padding-top: 30px;
}
/*-------------------------------------------------------*/
/* CUSTOMER REVIEWS 
/*-------------------------------------------------------*/
 .cus-rev {
     border: 1px solid #dcdcdc;
     padding: 20px;
     margin-bottom: 30px;
}
 .cus-rev p:nth-child(2){
}
 .cus-re-com {
     position: relative;
     overflow: hidden;
     border-top: 1px solid #dcdcdc;
     padding-top: 20px;
     margin-top: 20px;
}
 .cus-re-com img {
     width: 45px;
     height: 45px;
     float: left;
     margin-right: 15px;
}
 .cus-re-com h4 {
}
 .cus-re-com span {
}
/*-------------------------------------------------*/
/* PRE LOADING 
/*-------------------------------------------------*/
 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: var(--white);
    /* change if the mask should have another color then white */
     z-index: 99999;
    /* makes sure it stays on top */
}
 #status {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
    /* centers the loading animation horizontally one the screen */
     top: 50%;
    /* centers the loading animation vertically one the screen */
     /*background-image: url(../images/preloader.gif);*/
    background-image: url(../images/collegeimg/Loader.png);
    /* path to your loading animation */
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
/****** Style Star Rating Widget *****/
 .rating {
     border: none;
     float: left;
     height: 48px;
     overflow: hidden;
}
 .rating > input {
     display: none;
}
 .rating > label:before {
     margin: 5px;
     font-size: 22px;
     font-family: FontAwesome;
     display: inline-block;
     content: "\f005";
     border: 0px !important;
}
 .rating > label:after {
     background: none !important;
     border: 0px !important;
}
 .rating > .half:before {
     content: "\f089";
     position: absolute;
     border: 0px;
}
 .rating > label {
     color: #ddd;
     float: right;
}
 .half {
     display: none !important;
}
/*-------------------------------------------------*/
/* ELEMENTS 
/*-------------------------------------------------*/
 .pg-elem {
   border: 1px solid #e4e4e4;
     padding: 20px;
     position: relative;
     overflow: hidden;
     /*margin-bottom: 30px;*/
     margin: 45px 0;
     background: var(--white);
     padding: 25px;
     border-radius: 4px;
     /*box-shadow: 0px 16px 25px -22px rgb(0, 0, 0);*/
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
     /*border-bottom: 2px solid #d6c492;*/
}
 .pg-elem h3 {
     padding-bottom: 10px;
}
 .pg-elem span {
}
 .pg-elem-inn {
     margin-top: 20px;
}
 .ele-btn {
}
 .ele-btn a {
     margin-right: 5px;
     margin-bottom: 5px;
}
 .icon-container .icon-preview {
     height: 120px;
     text-align: center;
}
 .icon-container i {
     font-size: 3em;
     margin-bottom: 10px;
}
 .icon-container span {
     display: block;
}
 .pg-ele-tab {
     padding-bottom: 15px;
     margin-bottom: 15px;
}
/*-------------------------------------------------*/
/* = DASHBOARD 
/*-------------------------------------------------*/
/*-------------------------------------------------------*/
/* DASHBOARD 
/*-------------------------------------------------------*/
 .tz {
     position: relative;
     overflow: hidden;
     width: 100%;
     background: #eaedef;
    /* margin-top: 100px;
     */
     padding: 100px 50px;
}
 .tz-l {
     float: left;
     width: 20%;
}
 .tz-2 {
     float: left;
     width: 58%;
     position: relative;
     overflow: hidden;
     background: var(--white);
     border: 1px solid #dadada;
    /* margin-bottom: 25px;
     */
     box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
     border-radius: 4px;
     margin-left: 12px;
     margin-right: 12px;
}
 .tz-3 {
     float: left;
     width: 20%;
     position: relative;
     overflow: hidden;
     background: var(--white);
     border: 1px solid #dadada;
    /* margin-bottom: 25px;
     */
     box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
     /*border-radius: 4px;*/
     border-radius: 2px;
}
 .tz-l-1 {
     position: relative;
     overflow: hidden;
     background: var(--white);
     border: 1px solid #dadada;
    /* margin-bottom: 25px;
     */
     box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
     border-radius: 4px;
}
 .tz-l-1 ul {
     padding: 0px;
}
 .tz-l-1 ul li {
     color: #60676b;
     list-style-type: none;
     text-align: center;
     font-size: 14px;
     font-weight: 500;
}
 .tz-l-1 ul li span {
     display: block;
     font-size: 32px;
     font-weight: 500;
     line-height: 30px;
     color: #21252b;
}
 .tz-l-1 ul li:nth-child(1) {
     width: 100%;
     float: left;
}
 .tz-l-1 ul li:nth-child(1) img {
     width: 100%;
}
 .tz-l-1 ul li:nth-child(2) {
     width: 50%;
     float: left;
     padding: 20px 10px;
    /* text-align: center;
     */
}
 .tz-l-1 ul li:nth-child(3) {
     width: 50%;
     float: left;
     padding: 20px 10px;
}
 .tz-l-2 {
     position: relative;
     overflow: hidden;
     background: var(--white);
     border: 1px solid #dadada;
     padding: 20px;
     margin-top: 12px;
     box-shadow: 0px 2px 4px rgba(224, 224, 224, 0.8);
     border-radius: 4px;
}
 .tz-l-2 ul {
     padding: 0px;
}
 .tz-l-2 ul li {
     border-bottom: 1px solid #eaedef;
     list-style-type: none;
}
 .tz-l-2 ul li:last-child {
     border-bottom: 0px solid #dcdcdc;
     padding: 0px 0px 0px 0px;
}
 .tz-l-2 ul li a {
     color: #333;
     padding: 12px 0px;
     display: block;
}
 .tz-l-2 ul li a:hover {
     color: #333;
     padding-left: 8px;
     background: #eaedef;
     padding-left: 12px;
}
 .tz-lma {
     color: #333;
     background: #eaedef;
     padding-left: 12px !important;
}
 .tz-l-2 ul li a img {
     width: 20px;
     margin-right: 8px;
}
 .tz-3 h4 {
     margin: 0px;
     background: #253d52;
     padding: 15px;
     color: var(--white);
}
 .tz-3 ul {
     margin-bottom: 0px;
     /*padding: 20px;*/
     padding: 5px 12px 12px 12px;
     /*padding-left: 20px !important;*/
}
 .tz-3 ul li {
     border-bottom: 1px solid #dcdcdc;
     padding: 12px 0px;
}
 .tz-3 ul li a {
}
 .tz-3 ul li a img {
     float: left;
     width: 28px;
     height: 28px;
     border-radius: 50px;
     margin-right: 10px;
}
 .tz-3 ul li a h5 {
     color: #333;
     font-size: 15px;
     margin-top: 0px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
     text-transform: capitalize;
     margin-bottom: 0px;
}
 .tz-3 ul li a p {
     padding-left: 4rem;
     margin-bottom: 0px;
     color: #969595;
     font-size: 12px;
     line-height: 18px;
}
 .tz-3 ul li:last-child {
     border-bottom: 0px solid #dcdcdc;
     padding: 12px 0px 0px 0px;
}
 .tz-2-com {
}
 .tz-2-com h4 {
     margin: 0px;
     background: #253d52;
     padding: 15px;
     color: var(--white);
}
 .tz-2-main {
}
 .tz-2-main-com {
     /*padding: 20px;*/
     position: relative;
     overflow: hidden;
}
 .tz-2-main-com img {
     display: block;
     margin: 0 auto;
     border: 1px solid #eaedef;
     padding: 12px;
     border-radius: 5px;
     margin-bottom: 20px;
}
 .tz-2-main-com span {
     font-size:1.6rem; 
     font-weight: 600;
}
 .tz-2-main-com h2 {
     color: #14addb;
     font-size: 72px;
}
 .tz-2-main-com ul {
     margin-bottom: 0px;
    /* border-top: 1px solid #eaedef;
     */
     margin-top: 10px;
     padding: 0px;
}
 .tz-2-main-com ul li {
     text-align: left;
     border-bottom: 1px solid #eaedef;
     padding: 12px 0px;
     list-style-type: none;
     background: url('../images/icon/tz-arrow.png') no-repeat center left;
     background-size: 10px;
     text-overflow: ellipsis;
     white-space: inherit;
     overflow: hidden;
}
 .tz-2-main-com ul li a {
    /* text-align: left;
     */
     display: block;
     color: #333;
     font-size: 13.5px;
     padding-left: 14px;
}
 .tz-2-main-com ul li a:hover {
     padding-left: 10px;
}
 .tz-done {
     font-size: 12px !important;
     background: #3e8e41;
     color: var(--white);
     padding: 2px 4px;
     border-radius: 3px;
     text-transform: lowercase;
     margin-left: 5px;
}
 .tz-done:hover {
     color: var(--white);
}
 .tz-not-done {
     font-size: 12px !important;
     background: #f4a321;
     color: var(--white);
     padding: 2px 4px;
     border-radius: 3px;
     text-transform: lowercase;
     margin-left: 5px;
}
 .tz-2-main-1 {
     position: relative;
     overflow: hidden;
     float: left;
     width: 100%;
     text-align: center;
     border-radius: 1rem;
}
 .tz-2-main-2 {
     border: 1px solid #eaedef;
     padding: 20px;
}
 .tz-2-main-com-table {
}
 .tz-2-main-com-table th {
     font-weight: 600;
     padding: 10px 4px;
}
 .tz-2-main-com-table tr {
     border-bottom: 1px solid #eaedef;
     line-height: 37px;
     padding: 10px;
}
 .tz-2-main-com-table tr td {
    font-size: 14px;
    color: #333;
    padding: 14px 14px 14px 0px;
}
 .tz2-form-com {
}
 .tz2-form-com form {
     padding: 35px 50px 35px 50px;
     background: #eaedef;
     margin-top: 15px;
}
 .tz2-form-com form input {
     /*border: 1px solid #e4e4e4;
     line-height: 44px;
     padding: 0px 25px;
     background: var(--white);
     font-size: 14px;*/
}
 .tz2-form-com form input[type="submit"] {
     padding: 0px;
}
 .tz2-form-com form label {
     font-size: 14px;
     color: #646464;
}
 .tz2-form-pay {
}
 .full-btn {
     height: 45px;
     line-height: 45px;
     /*background: #f74d40;*/
     /*background: linear-gradient(to top, #F44336, #fb5a4e);*/
     background: #1779d3;
     outline: none;
     font-size: 16px;
     display: block !important;
     color: var(--white);
     font-weight: 600;
     font-family: 'Quicksand', sans-serif;
     text-transform: uppercase;
     text-align: center;
      border-radius: 0.2em;
}
 .full-btn:hover,.full-btn:focus{
     background: #1779d3;
 }
 .tz-pay-card {
     position: relative;
     overflow: hidden;
     border: 1px solid #eaedef;
     padding: 1px 10px;
}
 .tz-pay-card h5 {
     display: inline-block;
     padding: 10px 5px;
}
 .tz-pay-card img {
     width: 175px;
     border: 0px;
     display: inline-block;
     margin-bottom: 0px;
     float: right;
     padding: 0px;
}
 .tz2-form-pay ul li {
     background: none;
     padding: 5px 0px 12px 0px;
}
 .tz-pay-amount {
     float: right;
     color: #FFC107;
     font-size: 22px;
}
 .tz-down-pdf {
     border: 1px solid #c7c8c9;
     border-radius: 3px;
     padding: 4px 8px;
     color: #333;
}
 .tz-make-pay {
     border: 1px solid #c7c8c9;
     border-radius: 3px;
     padding: 4px 8px;
     color: #333;
}
 .tz-make-pay:hover {
     background: #3e8e41;
     color: var(--white);
     border: 1px solid #317d34;
}
 .tz-mak-pay-bot {
     margin-top: 25px;
}
 .tz-mak-pay-bot p {
     color: #969595;
     font-size: 14px;
     line-height: 24px;
     font-weight: 400;
}
 .tz-mak-pay-bot a {
     font-size: 16px;
     text-transform: capitalize;
}
 .tz-mak-pay-bot a:hover {
     color: var(--white);
}
 .tz-up-btn {
     display: inline-block;
     padding: 6px 12px;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: normal;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-image: none;
     border: 1px solid transparent;
     border-radius: 4px;
     float: left;
     height: 3rem;
     line-height: 3rem;
     height: 45px;
     padding: 10px 25px;
     background: #14addb;
     color: var(--white);
}
 .tz-file-upload {
     padding: 0 0.75rem;
}
 .tz-com-p {
}
 .tz-com-p h5 {
     font-size: 20px;
    margin-bottom: 12px;
}
 .tz-com-p p {
     color: #969595;
     font-size: 14px;
     line-height: 24px;
     font-weight: 500;
         color: #030202;
    font-size: 14px;
    line-height: 24px;
}
 .ds-boar-title {
}
 .ds-boar-title h2 {
     font-size: 32px;
     color: #14addb;
     padding-bottom: 10px;
}
 .ds-boar-title p {
}
 .tz-db-table {
}
 .tz-db-table table {
}
 .tz-db-table table tr {
     color: #969595;
}
 .tz-db-table table tr td {
     font-size: 14px;
     color: #333;
     padding: 14px 14px 14px 0px;
}
 .tz-db-table table tr th {
    font-size: 15px;
    color: #333;
    padding: 14px 14px 14px 0px;
    font-weight: 600;
}
 .tz-db-table-bor {
}
 .tz-db-table-bor table tr {
}
 .db-list-com {
     padding: 20px;
     position: relative;
     overflow: hidden;
}
 .db-list-rat {
     background: #f7ed94;
    padding: 4px 8px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
}
 .db-list-ststus {
    background: #35d8a5;
    padding: 4px 8px;
    font-weight: 600;
    color: var(--white);
    right: 15px;
    top: 0px;
    font-size: 12px;
    border-radius: 2px;
    border: 0px solid #d3d3d3;
}
 .db-list-ststus-na {
    background: #fd8478;
    padding: 4px 8px;
    font-weight: 600;
    color: var(--white);
    right: 15px;
    top: 0px;
    font-size: 12px;
    border-radius: 2px;
}
 .db-list-edit {
    padding: 4px 8px;
    font-weight: 600;
    color: #595b64;
    right: 15px;
    top: 0px;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
}
 .db-list-edit:hover {
     background: #76cce6;
}
 .db-mak-pay-bot {
     margin-top: 25px;
}
 .db-mak-pay-bot p {
     color: #969595;
}
 .tz-file-upload {
     padding: 0 0.75rem;
}
 .tz-up-btn {
     display: inline-block;
     padding: 6px 12px;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: normal;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-image: none;
     border: 1px solid transparent;
     border-radius: 4px;
     float: left;
     height: 3rem;
     line-height: 3rem;
     height: 45px;
     padding: 8px 25px 10px 25px;
     background: #eac610;
     color: var(--white);
}
 .tz-up-btn span {
     color: var(--white);
}
 .db-mak-pay-bot a {
     font-size: 14px;
}
 .tz-mess {
}
 .tz-mess ul {
     margin-bottom: 0px;
}
 .tz-mess ul li {
     border-bottom: 1px solid #dcdcdc;
     padding: 30px 0px 10px 0px;
}
 .tz-mess ul li img {
}
 .tz-mess ul li h5 {
     color: #333;
     font-size: 18px;
     vertical-align: top;
}
 .tz-mess ul li h5 img {
     float: left;
     width: 50px;
     height: 50px;
     border-radius: 50px;
     margin-right: 10px;
     margin-right: 22px;
}
 .tz-mess ul li h5 span {
     font-size: 12px;
     color: var(--white);
     padding: 0px 5px 2px 5px;
     border-radius: 35px;
     margin-top: 3px;
     position: absolute;
     margin-left: 5px;
}
 .tz-mess ul li p {
     padding-left: 72px;
     padding-top: 15px;
     color: #969595;
}
 .tz-msg-read {
     background: #607D8B;
}
 .tz-msg-un-read {
     background: #4CAF50;
}
 .hid-msg {
     position: relative;
     overflow: hidden;
     margin-left: 72px;
     display: none;
}
 .hid-msg a {
}
 .hid-msg a i {
     border: 1px solid #eaedef;
     padding: 3px 3px;
     border-radius: 5px;
     color: #333;
     margin-right: 12px;
}
 .view-msg {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .view-msg:hover .hid-msg {
     display: block;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .hide-box {
     display: none;
}
 .hide-box label {
     left: 18px;
     top: 12px;
}
 .tz-revi-star i {
     font-size: 12px;
     color: #64addb;
     margin-right: 2px;
}
 .switch label {
     cursor: pointer;
     color: #636363;
     font-weight: 500;
}
 .tz-2-main-1 p {
    color: #030202;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
}
/*-------------------------------------------------------*/
/* REGISTER AND LOGIN 
/*-------------------------------------------------------*/
 .tz-register {
     position: relative;
     padding: 50px 0;
}
 .tz-login {
     background: url(../images/banner5.jpg) #3F51B5;
     position: relative;
     overflow: hidden;
     padding-top: 50px;
     width: 100%;
     padding-bottom: 50px;
     background-size: cover;
     background-attachment: fixed;
}
 .tz-login::before {
     content: '';
     position: absolute;
     background: rgba(0, 0, 0, 0.21);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
     border-radius: 5px;
}
 .tz-regi-form {
     margin: 0 auto;
     width: 45%;
     background: var(--white);
     padding: 60px 50px 70px 50px;
     margin-top: 70px;
     margin-bottom: 70px;
     border-radius: 5px;
     text-align: center;
     position: relative;
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.8);
}
 .tz-regi-form input {
     padding: 10px;
     border: 1px solid #c9c9c9;
     height: 45px;
     font-size: 16px;
}
 .tz-regi-form textarea {
     padding: 10px;
     border: 1px solid #c9c9c9;
     height: 100px;
}
 .tz-regi-form input[type="submit"] {
     padding: 0px;
     font-size: 18px !important;
}
 .tz-regi-form label {
}
 .tz-regi-form h4 {
     margin-top: 0px;
     font-size: 42px;
     margin-bottom: 8px;
}
 .tz-regi-form h4 span {
     color: #ff6f6f;
     font-size: 42px;
     font-weight: 600;
}
 .tz-regi-form form {
     position: relative;
     overflow: hidden;
     padding: 20px;
}
 .tz-regi-form p {
     font-size: 18px;
     margin-bottom: 0px;
}
 .tz-regi-form p a {
     color: #2c649e;
     font-size: 18px;
}
 .full-btn {
     width: 100%;
     display: block;
}
 .soc-login {
     position: relative;
     overflow: hidden;
     border-top: 1px solid #dcdcdc;
     margin-top: 15px;
     padding-top: 15px;
}
 .soc-login h4 {
     text-align: center;
     padding-bottom: 15px;
}
 .soc-login ul {
     padding: 0px;
     margin: 0px;
}
 .soc-login ul li {
     list-style-type: none;
     float: left;
     width: 33.333%;
     padding: 5px;
}
 .soc-login ul li a {
     display: block;
     color: var(--white);
     padding: 7px 18px;
     text-align: center;
     border-radius: 2px;
}
 .soc-login ul li:nth-child(1) a {
     background: #3b5998;
}
 .soc-login ul li:nth-child(2) a {
     background: #00aced;
}
 .soc-login ul li:nth-child(3) a {
     background: #d34836;
}
 .soc-login ul li a i {
     padding-right: 5px;
}
/*-------------------------------------------------*/
/* = ADMIN PAGES 
/*-------------------------------------------------*/
 .tz-2-admin {
     width: 100%;
     margin: 0px;
}
 .tz-2-main-admin {
     width: 25%;
     margin-bottom: 30px;
}
 .sb1 {
     background: var(--white);
     position: fixed;
     width: 100%;
     top: 0px;
     z-index: 9999;
     box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.22);
}
 .sb1 h3 {
     color: var(--white);
     font-weight: 700;
     font-size: 16px;
     text-transform: uppercase;
}
 .sb1-1 {
}
 .sb1-2 {
     float: right;
}
 .sb1-2 button {
     background: #2d3a40;
     border: 0px;
     color: var(--white) !important;
     font-weight: 600;
     text-transform: uppercase;
     font-size: 12px;
     padding: 20px;
     border-radius: 0px;
}
 .sb2 {
     background: var(--white);
     margin-top: 59px;
}
 .sb2-1 {
     float: left;
     width: 20%;
     background: var(--white);
     color: var(--white);
     height: 100%;
     position: absolute;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .sb2-1 a {
     color: #494b4b;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .sb2-1 a:hover {
     color: var(--white);
     padding-left: 30px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     text-decoration: none;
}
 .sb2-12 {
     position: relative;
     overflow: hidden;
     padding: 15px;
     background: var(--white);
}
 .sb2-12 ul {
     padding: 10px 0px;
     margin: 0px;
     position: relative;
     overflow: hidden;
}
 .sb2-12 ul li {
     float: left;
     display: inline-block;
}
 .sb2-12 ul li:nth-child(1) {
     width: 20%;
}
 .sb2-12 ul li:nth-child(2) {
     width: 70%;
     padding: 0px 7px;
}
 .sb2-12 ul li:nth-child(3) {
     width: 10%;
}
 .sb2-12 ul li img {
     width: 30px;
     border-radius: 50%;
}
 .sb2-12 ul li h5 {
     margin-bottom: 0px;
     margin-top: 0px;
     font-size: 14px;
}
 .sb2-12 ul li h5 span {
     display: block;
     font-size: 12px;
     color: #989fa2;
     padding-top: 3px;
}
 .sb2-13 {
     background: var(--white);
}
 .sb2-13 ul {
    /* padding: 20px;
     */
     margin-left: 0px;
     padding-left: 0px;
     margin-bottom: 0px;
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
     margin-top: 0px;
}
 .sb2-13 ul li {
     list-style-type: none;
    /* border-bottom: 1px solid #303b40;
     */
    /* padding: 3px 20px;
     */
}
 .sb2-13 ul li a {
     display: block;
     font-size: 13.5px;
     padding: 10px 0px;
     border-bottom: 1px solid #e3e8ea;
     padding: 12px 20px;
     background: var(--white);
}
 .sb2-13 ul li a:after {
     font-family: FontAwesome;
     content: "\f105";
     font-size: 16px;
     display: block;
     position: absolute;
     margin-top: -15px;
     right: 20px;
     font-size: 12px;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     -webkit-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: -webkit-transform .2s ease-in-out;
     -o-transition: -webkit-transform .2s ease-in-out;
     transition: -webkit-transform .2s ease-in-out;
}
 .sb2-13 ul li a:hover:after {
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
 .sb2-13 ul li a:focus:after {
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
 .sb2-13 ul li a:hover {
     background: #57666d;
}
 .sb2-13 ul li a:focus {
     background: #57666d;
     color: var(--white);
}
 .menu-act {
     background: #57666d;
}
 .sb2-13 ul li a i {
     margin-right: 8px;
     width: 16px;
}
 .sb2-2 {
     float: left;
     width: 80%;
     padding: 4rem;
     margin-left: 20%;
     background: #e3e8ea;
}
 .sb2-2-1 {
     background: var(--white);
     padding: 25px;
}
 .sb2-2-1 h2 {
     margin-top: 0px;
}
 .sb2-2-1 p {
}
 .sb2-2-1 table {
     width: 100%;
}
 .sb2-2-1 table tr {
}
 .sb2-2-1 table tr th {
}
 .sb2-2-1 table tr td {
}
 .sb2-2-1 table tr td a {
}
 .sb2-2-1-edit {
}
 .sb2-2-1-edit i {
     color: #FF5722;
}
 .sb2-2-add-blog textarea {
     width: 100%;
     display: block;
     border: 1px solid #ccc;
     border-radius: 4px;
     height: 200px;
}
/*-------------------------------------------------------*/
/* 2.LEFT MENU 
/*-------------------------------------------------------*/
 .left-sub-menu {
}
 .left-sub-menu ul {
    /* padding: 0px 0px 10px 4rem;
     */
}
 .left-sub-menu ul li {
     list-style-type: none;
}
 .left-sub-menu ul li:last-child {
     border-bottom: 0px solid #303b40;
}
 .left-sub-menu ul li a {
     display: block;
     font-size: 13.5px;
     padding: 10px 48px;
}
 .left-sub-menu ul li a:hover {
     background: none;
     padding-left: 5.5rem;
     color: #494b4b;
}
 .left-sub-menu ul li a:focus {
     background: none;
}
 .left-sub-menu ul li a:after {
     display: none;
}
 .sb2-2-2 {
     position: relative;
     overflow: hidden;
     margin-bottom: 15px;
}
 .sb2-2-2 ul {
     padding: 0px;
     margin-bottom: 0px;
}
 .sb2-2-2 ul li {
     list-style-type: none;
     float: left;
     padding-right: 5px;
}
 .sb2-2-2 ul li a {
     color: #495d65;
     vertical-align: middle;
}
 .sb2-2-2 ul li a i {
     padding-right: 2px;
}
 .active-bre:before {
     content: "/";
     padding: 0 5px;
     color: #333;
}
 .my-acc {
}
 .my-acc:hover {
     background: #4b5a61 !important;
}
 .my-acc:focus {
     background: #4b5a61 !important;
}
/*-------------------------------------------------------*/
/* 8. TAB AND SEARCH 
/*-------------------------------------------------------*/
 .tab-inn {
     padding: 25px;
}
 .tab-posi {
     position: relative;
     overflow: hidden;
}
 .top-menu-sty {
     width: 250px !important;
}
 .my-btn {
     color: var(--white);
     background: #57666d;
     padding: 21px;
     line-height: 18px;
     font-weight: 700;
}
 .app-search {
     position: relative;
     margin: 12px 15px 8px 5px;
     font-size: 13px;
     color: #626773;
     padding-left: 20px;
     padding-right: 4rem;
     background: transparent;
     border: 1px solid rgba(122, 125, 132, 0.15);
     box-shadow: none;
     border-radius: 30px;
     height: 36px;
     font-weight: 600;
     width: 100%;
}
 .app-search input {
     border: 0px !important;
    /* line-height: 7px !important;
     */
     height: 35px !important;
     color: #cecece;
}
 .app-search a {
     position: absolute;
     top: 6px;
     right: 16px;
     color: #7a7d84;
}
 .box-second-inn {
     margin-top: 30px;
}
 .mar-bot-20 {
     margin-bottom: 20px;
}
 .icon-container .icon-preview {
     height: 90px;
     text-align: center;
}
 .icon-container span {
     display: block;
}
 .icon-container i {
     font-size: 3em;
     margin-bottom: 10px;
}
 .tab-pad {
     padding-top: 20px !important;
}
 .tab-col {
     padding: 20px !important;
     color: #000;
}
 .top-not-cen {
     margin: 0 auto;
     display: table;
     padding-top: 5px;
}
 .btn-noti {
     width: 35px;
     height: 23px;
     top: 18px;
     display: initial !important;
     color: #000;
     font-size: 20px;
     margin-right: 20px;
}
 .btn-noti span {
     position: absolute;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     top: -8px;
     height: 14px;
     border-radius: 10px;
     min-width: 15px;
     background: #4CAF50;
     color: var(--white);
     line-height: 14px;
     padding: 0px 2px;
     font-size: 11px;
     white-space: nowrap;
     -webkit-transform-origin: -10% center;
     -ms-transform-origin: -10% center;
     transform-origin: -10% center;
     font-family: tahoma;
     box-shadow: 0 0 0 1px #3d793f;
     text-align: center;
}
 .top-user-pro {
     padding: 18px 20px;
     color: #494b4b;
     float: right;
}
 .top-user-pro img {
     width: 25px;
     margin-right: 10px;
     border-radius: 35px;
     border: 2px solid #a1adb3;
}
 .top-user-pro i {
     margin-left: 5px;
}
 .page-back {
     float: right !important;
}
 .page-back a {
     background: #13addb;
     color: var(--white) !important;
     font-size: 12px;
     padding: 3px 8px;
     border-radius: 25px;
     font-weight: 600;
}
/*-------------------------------------------------------*/
/* 5. INNER PAGE TITLE 
/*-------------------------------------------------------*/
 .inn-title {
     padding: 20px 15px 10px 15px;
     background: #253d52;
}
 .inn-title h4 {
     font-weight: 700;
     padding-bottom: 10px;
     color: var(--white);
     background: none;
     padding-left: 0px;
     padding-top: 0px;
}
 .txt-danger {
     color: #ea6c41;
}
 .inn-title p {
    /* padding-bottom: 10px;
     */
     color: #929292;
     margin-bottom: 0px;
     display: none;
}
/*-------------------------------------------------------*/
/* 7.DROPDOWN 
/*-------------------------------------------------------*/
 .drop-down-meta {
     position: absolute;
     right: 30px;
     padding: 3px;
     color: black;
     z-index: 999;
     top: 15px;
     background: #e3e8ea;
     width: 30px;
     height: 30px;
     border-radius: 25px;
}
 .drop-down-meta:hover {
     background: #29a0da;
     color: var(--white);
}
 .box-inn-sp {
     background: var(--white);
    /* padding: 25px;
     */
     border: 1px solid #e3e8ea;
     margin-bottom: 4rem;
}
 .tab-inn {
}
 .tab-inn th {
     font-size: 13px;
     text-transform: uppercase;
}
 .tab-inn td {
     font-size: 14px;
     padding: 15px 8px 12px 8px !important;
}
 .tab-inn table {
     margin-bottom: 0px;
}
 .tab-inn table thead {
     background: #abbaab;
    /* fallback for old browsers */
     background: -webkit-linear-gradient(to bottom, #e3e6e3, #afbcaf);
    /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to bottom, #e3e6e3, #afbcaf);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
 .split-row {
     width: 100%;
     position: relative;
    /* overflow: hidden;
     */
     display: block;
}
 .table-desi i {
     background: #8BC34A;
     color: var(--white);
     padding: 5px 6px;
     border-radius: 2px;
     font-size: 13px;
     text-align: center;
     margin-right: 10px;
}
 .txt-success i {
     color: var(--white);
     margin-right: 10px;
}
 .txt-danger {
     color: #ea6c41;
}
 .table-desi tbody tr td {
     color: #929292;
     padding: 15px 8px 12px 8px !important;
}
 .list-enq-name {
     display: block;
     font-weight: 700;
     color: #263238;
}
 .bot-sp-20 {
     /*margin-bottom: 20px;*/
    margin-bottom: 25px;

}
 .ad-inn-page {
     margin: 30px 15px;
}
 .ad-mar-to-min {
     margin-top: 4rem;
}
 .ad-mar-to-min form {
     margin-top: 0px;
}
 .ad-inn-page thead {
}
 .ad-inn-page th {
     padding: 12px !important;
}
 .ad-inn-page td {
     padding: 15px !important;
}
 .ad-inn-page tr {
}
 .ad-tab-inn {
     padding: 0px;
}
 .ad-inn-page i {
     color: #253d52;
     width: 20px;
     height: 20px;
     border: 1px solid #e3e8ea;
     text-align: center;
     border-radius: 4px;
     font-size: 12px;
     padding: 3px;
}
 .drop-down-meta-inn {
     top: 9px;
     right: 15px;
}
 .admin-pag-na {
     position: relative;
     overflow: hidden;
     padding-bottom: 35px;
}
 .admin-pag-na i {
     border: 0px;
     padding: 0px;
     width: inherit;
     height: inherit;
}
 .ad-noto-text {
}
 .ad-noto-text textarea {
     height: 120px;
     position: relative;
     padding: 15px 24px;
     box-sizing: border-box;
     box-shadow: none;
     border: 1px solid #e8e8e8;
     text-indent: 0;
     line-height: 12px;
     -webkit-transition: border-color .4s, color .4s;
     transition: border-color .4s, color .4s;
    /* -webkit-appearance: none;
     */
     width: 100%;
     font-size: 15px;
     background: var(--white);
}
 .atab-menu {
     display: inline-block;
     cursor: pointer;
}
 .logo {
}
 .logo img {
     width: 100%;
}
 .tab-menu {
     display: none;
}
 .btn-close-menu {
     display: none;
     z-index: 999;
     background: #0e76a8;
     color: var(--white);
     position: absolute;
     left: 24rem;
     padding: 5px 8px;
     border-radius: 2px;
     top: 0px;
}
 .db-mak-sett-save {
     margin-top: 25px;
     padding: 0px 25px 25px 25px;
}
 .list-img {
}
 .list-img img {
     width: 28px;
     height: 28px;
     border-radius: 50px;
}
/*-------------------------------------------------------*/
/* DASHBOARD: INVOICE 
/*-------------------------------------------------------*/
 .invoice {
     position: relative;
     overflow: hidden;
     width: 100%;
     border: 1px solid #eaedef;
}
 .invoice:hover {
     box-shadow: 0px 0px 50px 7px rgba(150, 150, 150, 0.8);
}
 .invoice-1 {
     padding: 50px;
}
 .invoice-1-logo {
     margin-bottom: 60px;
}
 .invoice-1-logo img {
}
 .invoice-1-logo span {
     float: right;
     text-transform: uppercase;
     font-size: 50px;
     font-family: 'Quicksand', sans-serif;
     color: #2a2b33;
     font-weight: 700;
     line-height: 35px;
}
 .invoice-1-add {
     position: relative;
     overflow: hidden;
     margin-bottom: 50px;
}
 .invoice-1-add-left {
     float: left;
     width: 100%;
     margin-bottom: 4rem;
}
 .invoice-1-add-left h3 {
}
 .invoice-1-add-left p {
}
 .invoice-1-add-left h5 {
}
 .invoice-1-add-right {
     float: left;
     padding: 20px;
     background: #fdfae9;
     border-radius: 4px;
    /* display: inline-block;
     */
     width: 100%;
}
 .invoice-1-add-right ul {
     margin-bottom: 0px;
}
 .invoice-1-add-right ul li {
}
 .invoice-1-add-right ul li span {
     float: left;
     width: 50%;
     color: #343c42;
}
 .invoice-1-tab {
}
 .invoice-1-tab table {
}
 .invoice-1-tab table th {
     text-transform: uppercase;
}
 .invoice-1-tab table td {
}
 .invo-sub {
     font-family: 'Quicksand', sans-serif;
     font-weight: 700;
     font-size: 24px !important;
}
 .invoice-2 {
     background: #fdfae9;
     padding: 50px;
}
 .invoice-price {
}
 .invoice-price th {
     text-transform: uppercase;
}
 #invo-date {
     font-family: 'Quicksand', sans-serif;
     font-weight: 700;
     font-size: 28px;
}
 #invo-tot {
     font-family: 'Quicksand', sans-serif;
     font-weight: 700;
     font-size: 28px;
     color: #F44336;
}
 .invoice-print {
     padding: 50px;
}
 .invoice-print a {
     margin-right: 10px;
     font-size: 14px;
     background: #20344c;
}
 .tz-invo-full {
     padding: 0px;
}
 .tz-invo-full1 {
     width: 100%;
     margin: 0px;
}
 .db-v2-list-form-inn-tit {
}
 .db-v2-list-form-inn-tit h5 {
     font-weight: 600;
     font-size: 20px;
     padding: 0px 8px;
     margin-top: 4rem;
}
 .db-v2-pg-inp {
}
 .db-v2-pg-inp input {
     height: 45px !important;
}
 .v2-db-form-note {
     font-size: 13px;
}
 .v2-mar-top-40 {
     margin-top: 30px;
}
 .cat-v2-hom-list {
}
 .cat-v2-hom-list ul {
     margin-bottom: 0px;
}
 .cat-v2-hom-list ul li {
     float: left;
     width: 20%;
     text-align: center;
}
 .cat-v2-hom-list ul li a {
     background: #eef6f9;
     display: block;
     margin: 10px;
     text-align: center;
     padding: 28px 20px 20px 20px;
     border-radius: 2px;
     color: #273440;
     font-size: 16px;
     font-weight: 600;
     font-family: 'Quicksand', sans-serif;
     border: 1px solid #e8e8e8;
}
 .cat-v2-hom-list ul li a:hover {
     background: #01a0d8;
     color: var(--white);
}
 .cat-v2-hom-list ul li a img {
     display: block;
     margin: 0 auto;
     margin-bottom: 10px;
}
/*-------------------------------------------------*/
/* = DROPDOWN MENU 
/*-------------------------------------------------*/
 .v3-top-menu {
     position: fixed;
     top: 0;
     width: 100%;
     height: 60px;
     border-top: 1px solid #ececec;
     background: var(--white);
     z-index: 99;
     transition: all 1s;
     -webkit-box-shadow: 0 1px 3px #960;
     -moz-box-shadow: 0 1px 3px #960;
     box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
     border-bottom: 1px solid #ececec;
}
 .v3-menu {
     padding: 10px 0px;
     position: relative;
}
 .v3-m-1 {
     float: left;
     width: 20%;
}
 .v3-m-1 img {
     width: 85%;
}
 .v3-m-2 {
     float: left;
     width: 60%;
     padding: 5px 20px;
}
 .v3-m-2 ul {
     margin-bottom: 0px;
}
 .v3-m-2 ul li {
     float: left;
}
 .v3-m-2 ul li a {
     color: #333;
     padding: 10px 20px;
}
 .v3-m-3 {
     float: left;
     width: 20%;
}
 .dropdown-content {
     /*overflow: visible;*/
}
 #dropdown2 {
     left: 162px !important;
}
 #dropdown3 {
     left: 184px !important;
}
 .ed-sub-menu:after {
     content: "\f107";
     font-family: FontAwesome;
     padding: 5px 5px;
     position: relative;
     top: 0px;
     font-size: 14px;
     font-weight: 900;
}
 .ed-sub-drop-menu:after {
     content: "\f105";
     font-family: FontAwesome;
     padding: 5px 5px;
     position: relative;
     top: -5px;
     font-size: 14px;
     font-weight: 900;
     float: right;
}
 .v3-top-ri {
     padding: 8px 0px;
}
 .v3-top-ri ul {
     margin-bottom: 0px;
     float: right;
}
 .v3-top-ri ul li {
     float: left;
}
 .v3-top-ri ul li a {
     font-size: 14px;
     color: var(--white);
     /*border: 1px solid #44526c;*/
     font-weight: 400;
     border-radius: 4px;
     padding: 6px 10px;
     margin-left: 7px;
    text-transform: capitalize;
}
 .v3-top-ri.v32-top-ri ul li a {
     color: #000000;
    border: 1px solid #bababa; 
 }
 .v3-top-ri ul li a i {
     margin-right: 5px;
}
 .v3-add-bus {}
 .v3-menu-sign {
     /* background-color: #01a0d8; */
}
 .v3-mob-top-menu {
     display: none;
     position: fixed;
     top: 0;
     width: 100%;
     height: 60px;
     border-top: 1px solid #ececec;
     background: var(--white);
     z-index: 9;
     transition: all 1s;
     -webkit-box-shadow: 0 1px 3px #960;
     -moz-box-shadow: 0 1px 3px #960;
     box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
     border-bottom: 1px solid #ececec;
}
 .v3-mob-menu {
}
 .v3-mob-m-1 {
     float: left;
}
 .v3-mob-m-1 img {
}
 .v3-mob-m-2 {
     float: right;
     padding: 8px 15px;
}
 .v3-mob-m-2 ul {
}
 .v3-mob-m-2 ul li {
}
 .v3-mob-m-2 ul li a {
}
 #v3-mob-menu-btn {
     width: auto;
     float: initial;
}
 .v3-list-ql {
     position: fixed;
     top: 60px;
     width: 100%;
     height: 50px;
     background: #151f31;
     z-index: 9;
     transition: all 1s;
     -webkit-box-shadow: 0 1px 3px #960;
     -moz-box-shadow: 0 1px 3px #960;
     box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
     background: var(--white);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .v3-list-ql-inn {
}
 .v3-list-ql-inn ul {
     margin-bottom: 0px;    display: table;
    margin: 0 auto;
}
 .v3-list-ql-inn ul li {
     float: left;
}
 .v3-list-ql-inn ul li a {
     color: #151f31;
     border-right: 1px solid #e0e0e0;
     line-height: 50px;
     display: block;
     padding: 0px 15px;
     font-size: 14px;
     font-weight: 600;
}
 .v3-list-ql-inn ul li a i {
     margin-right: 5px;
}
 .v3-list-ql-inn ul li a:hover {
     background: #01a0d8;
     color: var(--white);
}
 .v3-list-ql-inn .active-list a {
     background: #01a0d8;
     color: var(--white);
}
/*-------------------------------------------------*/
/* = CHECK OUT 
/*-------------------------------------------------*/
 .list-check-out{
}
 .list-check-out-inn{
     border: 1px solid #dcdcdc;
     margin: 0px;
}
 .list-check-out-inn ul li b{
     color: #000000;
}
 .chec-out-pay{
     border: 1px solid #dcdcdc;
     padding: 20px;
}
 .chec-out-pay h5{
     font-size: 20px;
}
 .chec-out-pay label{
     margin-right: 15px;
}
 .chec-out-pay [type="radio"] + label:before, [type="radio"] + label:after{
     top:12px;
}
 .chec-out-pay label img{
}
/*-------------------------------------------------*/
/* = PRICE LISTR V4 
/*-------------------------------------------------*/
 .v4-pri-bg{
     background: url(../images/banner5.jpg) no-repeat;
     background-size: cover;
     padding-bottom: 100px;
}
 .v4-price-list{
}
 .v4-pril-inn{
     position: relative;
     overflow: hidden;
     border-radius: 5px;
}
 .v4-pril-inn-top{
     background: #222222;
     color: #eee;
     padding: 4rem;
     color: #ECF0F1;
     text-align: center;
}
 .v4-pril-inn-top h2{
     font-size: 24px;
     margin-bottom: 20px;
     font-weight: normal;
}
 .v4-pril-inn-top p{
     margin: 0px;
}
 .v4-pril-price{
     margin: 0px;
}
 .v4-pril-price b{
     font-size: 70px;
     line-height: 70px;
     color: var(--white);
}
 .v4-pril-curr{
     font-size: 28px;
     line-height: 4rem;
     vertical-align: top;
     display: inline-block;
     color: #FBA507;
}
 .v4-pril-mon{
     color: #ccc;
}
 .v4-pril-inn-bot{
     border-top: 0px;
    /* padding-bottom: 5px;
     */
     background: #222222;
     text-align: center;
}
 .v4-pril-inn-bot ul{
     list-style: none;
     list-style-type: none;
     margin: 0px;
     padding: 0px;
     text-align: left;
     margin-bottom: 35px;
}
 .v4-pril-inn-bot ul li{
     color:var(--white);
     line-height: 45px;
     padding: 0px 25px;
}
 .v4-pril-inn-bot ul li i{
     margin-right: 15px;
}
 .v4-pril-inn-bot ul li .fa-check{
     color: #ef9d07;
}
 .v4-pril-inn-bot ul li .fa-times{
     color: #7b7b7b;
}
 .v4-pril-inn-bot ul li:nth-child(odd){
     background: #282828;
}
 .v4-pril-inn-bot ul li:nth-child(even){
     background: #2d2d2d;
}
 .v4-pri-best{
     width: 200px;
     position: absolute;
     top: 20px;
     left: -5.5rem;
     text-align: center;
     line-height: 50px;
     letter-spacing: 1px;
     color: #222;
     font-weight: bold;
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     background-color: #FBA507;
     font-size: 15px;
}
/*-------------------------------------------------*/
/* HOME PAGE SEARCH BOX 
/*-------------------------------------------------*/

 #select-city {
     background: var(--white);
     border: 0px;
     height: 5.5rem;
     border-radius: 2px;
    /* padding: 5px 10px;
     */
     box-sizing: border-box;
     font-size: 14px;
     padding-left: 30px;
}
#state_select {
    background: var(--white);
    border: 0px;
    height: 5.5rem;
    border-radius: 2px;
    /* padding: 5px 10px; */
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 30px;
    color: #333;
}
 #select-search {
     background: url(../images/icon/search.png) no-repeat left center var(--white);
     border: 0px;
     height: 5.5rem;
     border-radius: 2px;
     padding: 0px 10px 0px 35px;
     box-sizing: border-box;
     font-size: 14px;
     background-size: 17px;
     background-position-x: 10px;
}
 #search_selected {
     background: url(../images/icon/search.png) no-repeat left center var(--white);
     border: 0;
     height: 5.5rem;
     border-radius: 1rem;
     padding: 1rem 1.6rem;
     box-sizing: border-box;
     font-size: 1.4rem;
     background-size: 1.7rem;
     background-position-x: 1rem;
     color: var(--black);
}
 #top-select-city {
     background: var(--white);
     border: 0px;
     height: 38px;
     border-radius: 2px;
     padding: 5px 10px;
     box-sizing: border-box;
     font-size: 14px;
}
 #top-select-search {
     /*background: url(../images/icon/search.png) no-repeat left center var(--white);*/
     border: 0px;
     height: 38px;
     border-radius: 2px;
     /*padding: 0px 10px 0px 35px;*/
     padding: 0px 10px 0px 10px;
     box-sizing: border-box;
     font-size: 14px;
     background-size: 17px;
     background-position-x: 10px;
}
 .tourz-top-sear-btn {
     height: 38px;
     line-height: 38px;
     outline: none;
     display: block !important;
     background: url(../images/search_bg1.png) no-repeat center center #1779d3;
     color: #eac610;
     font-weight: 600;
     padding: 7px;
     background-size: 24px;
}
 .search-hotel-type {
     padding-left: 18px;
}

 .tourz-search-1 {
     padding: 150px 0px 100px 0px;
     width: 70%;
     margin: 0 auto;
     text-align: center;
     position: relative;
}
 .tourz-search-1 h1 {
     color: var(--white);
     font-size: 50px;
}
 .tourz-search-1 p {
     font-size: 18px;
     color: var(--white);
     padding-bottom: 30px;
     margin-bottom: 0px;
}
 .tourz-search-1 form {
}
 
 .tourz-search:before {
     content: '';
     background: #141E30;
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     position: absolute;
     bottom: 0px;
     top: 0px;
     left: 0px;
     right: 0px;
}
 .tourz-sear-btn {
     height: 5.5rem;
     line-height: 57px;
     outline: none;
     display: block !important;
     color: var(--white);
     font-weight: 600;
     font-family: 'Quicksand', sans-serif;
     font-size: 16px;
     background: #3384ff;
     background: linear-gradient(to bottom,#3384ff, #2170e8);
     text-transform: uppercase;
}
 .tourz-hom-ser {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 38px;
     padding-bottom: 5px;
}
 .tourz-hom-ser ul {
     margin-bottom: 0px;
     margin: 0 auto;
     display: table;
     padding: 0px;
}
 .tourz-hom-ser ul li {
     float: left;
     display: inline;
     text-align: center;
     width: 25%;
     padding: 0px 5px;
}
 .tourz-hom-ser ul li a {
     background: #234868;
     width: 90px;
     height: 90px;
     display: block;
     padding: 18px 2px 10px 2px;
     text-align: center;
     color: var(--white);
     border-radius: 5px;
     font-family: 'Arimo', sans-serif;
    /* position: relative;
     */
    /* overflow: hidden;
     */
     line-height: 24px;
}
 .tourz-hom-ser ul li a:hover {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     background: #1aa5d8;
}
 .tourz-hom-ser ul li a img {
     display: table;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 5px;
     width: 36px;
}
 .tourz-pop-ser-btn {
}
 .tourz-pop-ser-btn img {
}
 .tourz-top-phone {
     border: 1px solid #9a729a;
     border-radius: 50px;
}
 .autocomplete-content ul li a {
     border-bottom: 1px solid #e0e0e0;
}
 .profile-btn {
     border: none;
     height: 30px;
     line-height: 26px;
     color: var(--white);
     padding: 2px 10px;
     border-radius: 2px;
     background: #1aa5d8;
     background: linear-gradient(to bottom, #1aa5d8, #1386b1);
     font-family: 'Quicksand', sans-serif;
}
 .profile-btn:hover {
     color: var(--white);
}
 .autocomplete-content li img {
     float: left;
     width: 26px !important;
     height: 26px!important;
     left: 0px;
     top: 15px;
}
 .autocomplete-content li {
}
/*-------------------------------------------------------*/
/* EMAIL TEMPLATE 
/*-------------------------------------------------------*/
 .email-tem{
     background: #efefef;
     position: relative;
     overflow: hidden;
}
 .email-tem-inn{
     width: 50%;
     margin: 0 auto;
     padding: 50px;
     background: var(--white);
    /* margin-top: 50px;
     */
    /* margin-bottom: 50px;
     */
}
 .email-tem-main{
     background: #fdfdfd;
     box-shadow: 0px 10px 24px -10px rgba(0, 0, 0, 0.8);
     margin-bottom: 50px;
     border-radius: 10px;
}
 .email-tem-head{
     width: 100%;
     background: #006df0 url('../images/mail/bg.png') repeat;
     padding: 50px;
     box-sizing: border-box;
     border-radius: 5px 5px 0px 0px;
}
 .email-tem-head h2{
     color: var(--white);
     font-size: 32px;
     text-transform: capitalize;
}
 .email-tem-head h2 img{
     float: left;
     padding-right: 25px;
     width: 100px;
}
 .email-tem-body{
     padding: 50px;
}
 .email-tem-body h3{
     margin-bottom: 25px;
}
 .email-tem-body p{
}
 .email-tem-body a{
     background: #006df0;
     color: var(--white);
     padding: 12px;
     border-radius: 2px;
     margin-top: 15px;
     position: relative;
     display: inline-block;
}
 .email-tem-foot{
     text-align: center;
}
 .email-tem-foot h4{
}
 .email-tem-foot ul{
     position: relative;
     overflow: hidden;
     margin: 0 auto;
     display: table;
     margin-bottom: 18px;
     margin-top: 25px;
}
 .email-tem-foot ul li{
     float: left;
     display: inline-block;
     padding: 0px 10px;
}
 .email-tem-foot ul li a{
}
 .email-tem-foot ul li a img{
}
 .email-tem-foot p{
     margin-bottom: 0px;
     padding-top: 5px;
     font-size: 13px;
}
 .email-point{
     position: relative;
     overflow: hidden;
     width: 100%;
     border-bottom: 1px solid #e6e6e6;
    /* margin-bottom: 25px;
     */
     padding-bottom: 15px;
     padding-top: 20px;
}
 .email-point-left{
     float: left;
     width: 20%;
}
 .email-point-left img{
     width: 100%;
     padding: 0px 20px 0px 0px;
}
 .email-point-righ{
     float: left;
     width: 80%;
}
 .email-point-righ h4{
     padding-bottom: 10px;
}
 .email-point-righ p{
     font-size: 13px;
     margin-bottom: 15px;
}
 .email-list{
}
 .email-list ul{
     margin-bottom:0px;
}
 .email-list ul li{
     display:block;
     font-size:14px;
}
/*-------------------------------------------------*/
/* = REGISTER LOGIN POPUPS 
/*-------------------------------------------------*/
 .log-in-pop {
     position: relative;
     background: var(--white);
     width: 60%;
     margin: 0 auto;
     box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
     border-radius: 1rem;
}
.log-in-pop-right a:hover {
    color: var(--blue-d);
}
.registration_login {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1rem;
}
.form-group .form-control{height: 4.5rem; border-radius: .4rem; box-shadow: none; border: 1px solid #ddd; font-size: 1.4rem; font-weight: 400; padding: 1rem;}
.form-group .form-control::placeholder{color: #636363; font-weight: 300;}
.btn-submit{padding: 1.4rem 1rem; font-weight: 700; background: var(--blue-d) !important; border: 0; color: var(--white) !important;}
.errorForm{color: #ff0000;}
.log-in-pop-right { padding: 3rem;}
 .log-in-pop-right h4 {
     font-size: 24px;
     margin-bottom: 20px;
}

.profile-padding select{
      color: #6B6B6B !important;
}
.profile-padding input{
      color: #6B6B6B !important;
}
 .log-in-pop-right form textarea {
     border: 1px solid #dfdfdf;
     padding: 8px;
     box-sizing: border-box;
     height: 70px;
     border-radius: 2px;
     font-size: 15px;
     color: #636363;
}
 .log-in-pop-right form input[type="submit"] {
     color: var(--white) !important;
     font-size: 14px;
     font-weight: 600;
}
 .padd-top {
     margin-top: 15px;
}
 .log-in-btn {
     /*background: #f4364f;*/
     background: #1779d3;
     color: var(--white);
     padding: 2px 10px;
     font-weight: 600;
}
 .pop-close {
     color: #333;
     width: 24px;
     height: 24px;
     display: inline-block;
     position: absolute;
     top: 15px;
     right: 15px;
}
 .pop-close:hover {
     transform: rotate(180deg);
}
 .pop-close img {
     width: 24px;
}
 .modal-open {
     overflow: inherit !important;
}
 .log-ch-bx p label {
     left: 1px;
     top: 10px;
     color: #727070;
}

/*-------------------------------------------------------*/
/* INDEX 3 STYLES 
/*-------------------------------------------------------*/
 .dir-cat-search{
     width:70%;
}
 .cate-search-form div:nth-child(1) {
     /*width: 40%;*/
     width:100%;
}
 .cate-search-form div:nth-child(1) input{
     background:var(--white) !important;
}
 .cate-search-form div:before{
     font-family: FontAwesome;
     /*content: "\f002";*/
     position: absolute;
     font-size: 14px;
     color: #6a6f73;
     margin: 18px 5px 5px 16px;
     font-weight: 300;
     left: 0;
}
 .cate-search-form div:nth-child(2):before{
     /*content: "\f041";*/
     font-size: 18px;
     margin-top: 17px;
}
 .cate-search-form div:nth-child(3):before{
     /*content: "\f0ca";*/
}
 .cate-search-form div input{
     padding-left: 35px;
}
.cate-search-form .categorysearch {
    background: var(--white);
    border: 0px;
    height: 5.5rem;
    border-radius: 2px;
    /* padding: 5px 10px; */
    box-sizing: border-box;
    font-size: 14px;
}
/**/
 .cate-search-form .auto-category{
     background: var(--white);
     border: 0px;
     height: 55px;
     border-radius: 2px;
    /* padding: 5px 10px;
     */
     box-sizing: border-box;
     font-size: 14px;
}
 .cate-search-form div.input-field label{
     top: 18px;
     left: 38px;
}
 .dir3-home-head{
    background-position: center; 
    background: url(../images/medical.png) no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 46rem;
}
 .dir3-home-head:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgb(0 0 0 / 71%) 14%, rgb(0 0 0 / 41%) 66%);
     inset: 0;
}
 .hom3-top-menu{
     display: block;
     top: -80px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .top-menu-down{
     top:0px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .cate-search-form div input[type="submit"] {
     padding-left: 0px;
}
 .land-packages{
     /*background: #e9f8fd;*/
     /*margin-top: -5px;*/
     /*margin-bottom: -5px;*/
     /*border-bottom: 1px solid #cfe5ec;*/
     /*border-top: 1px solid #cfe5ec;*/
     padding-top: 50px;
}
 .land-pack{
     position: relative;
     display: table;
     /*width: 80%;*/
     /*width: 90%;*/
     width: 100%;
     margin: 0 auto;
     padding-bottom: 50px;
}
 .land-pack ul{
}
 .land-pack ul li{
     float: left;
     width: 25%;
}
 .land-pack-grid{
     display:inline-block;
     width: 90%;
     position:relative;
     overflow:hidden;
     height: auto;
     box-sizing:border-box;
     border-radius: .4rem;
     background: var(--blue-d-1);
     box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
 .land-pack-grid:hover .land-pack-grid-text{
     margin-top: -42px;
     -webkit-transition:all .5s ease;
     -moz-transition:all .5s ease;
     -o-transition:all .5s ease;
     transition:all .5s ease;
}
 .land-pack-grid:hover .land-pack-grid-btn{
     height:4rem;
     -webkit-transition:all .5s ease;
     -moz-transition:all .5s ease;
     -o-transition:all .5s ease;
     transition:all .5s ease 
}
 .land-pack-grid-img img{
     width: 100%;
     height: 180px;
     -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     transition: all .5s ease;
     opacity: 0.8;
}
 .land-pack-grid:hover .land-pack-grid-img img{
     -webkit-transform:scale(1.05);
     -moz-transform:scale(1.05);
     transform:scale(1.05) 
}
 .land-pack-grid-text{
     position:relative;
     -webkit-transition:all .5s ease;
     -moz-transition:all .5s ease;
     -o-transition:all .5s ease;
     transition:all .5s ease;
     margin-top: -5px;
}
 .land-pack-grid-text h4{
     margin:0;
     background:var(--white);
     padding:15px;
     font-size: 15px;
     font-weight:600;
     text-align: center;
     font-family: 'Open Sans', sans-serif;
}
 .land-pack-grid-btn{
     background: #17b599;
     color: var(--white) !important;
     text-align: center;
     display: block;
     height: 2.5px;
     line-height: 42px;
     box-sizing: border-box;
     -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
     text-transform: uppercase;
     text-decoration: none;
     font-weight: 700;
     font-size: 12px;
     letter-spacing: 0.5px;
}
 .land-pack-grid-btn-red{
     background:#df431f 
}
 .land-pack-grid-btn-yel{
     background:#f3c438 
}
 .land-pack-grid-btn-blu{
     background:#01a0d8 
}
 .land-com-form{
     background: #262e3e;
     padding: 30px;
     border-radius: 4px;
     box-shadow: 0 2px 15px -5px rgba(0,0,0,0.76);
}
 .land-com-form h2{
     font-size: 22px;
     text-align: center;
     margin-bottom: 18px;
     color: var(--white);
}
 .land-com-form form{
}
 .land-com-form form ul{
}
 .land-com-form form ul li{
     margin-bottom: 15px;
     position: relative;
     list-style-type: none;
}
 .land-com-form form ul li:before{
     font-family: FontAwesome;
     content: "\f002";
     position: absolute;
     font-size: 18px;
     margin-top: 19px;
     margin-left: 10px;
     color: #424a5a;
     font-weight: 300;
     z-index: 1;
}
 .land-com-form form ul li .autocomplete-content li{
     margin-bottom: 0px;
}
 .land-com-form form ul li .autocomplete-content li:before{
     display:none;
}
 .land-com-form form ul li:nth-child(1):before{
     content: "\f007";
}
 .land-com-form form ul li:nth-child(2):before{
     content: "\f095";
}
 .land-com-form form ul li:nth-child(3):before{
     content: "\f0e0";
}
 .land-com-form form ul li:nth-child(4):before{
     content: "\f0ca";
}
 .land-com-form form ul li:nth-child(5):before{
     display:none;
}
 .land-com-form form ul li:nth-child(6):before{
     display:none;
}
 .land-com-form form ul li .input-field label{
     top: 9px;
     left: 55px;
}
 .land-com-form form ul li input{
     width: 100%;
     display: block;
     border: 0;
     border: 1px solid #d4d4d4;
     line-height: 24px;
     font-size: 14px;
     outline: none;
     height: 4rem;
     background: var(--white);
     padding-left: 45px;
     box-sizing: border-box;
     border-radius: 3px;
     color:#1a2a38;
}
 .land-com-form form ul li select{
     width: 100%;
     display: block;
     border: 0;
     border: 1px solid #d4d4d4;
     line-height: 24px;
     font-size: 14px;
     outline: none;
     height: 4rem;
     background: var(--white);
     padding-left: 45px;
     box-sizing: border-box;
     border-radius: 3px;
     color:#1a2a38;
}
 .land-com-form form ul li input[type="submit"]{
     background: #f74d40;
     color: var(--white);
     height: 50px;
     line-height: 50px;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 16px;
     text-align: center;
     border-radius: 3px;
     cursor: pointer;
     padding-left: 0;
     background: -webkit-linear-gradient(to top, #3547ab, #3F51B5);
     background: linear-gradient(to top, #F44336, #fb5a4e);
     border: 0px;
     border-bottom: 1px solid #ea3224;
}
 .land-com-form form ul li:nth-child(5):before{
     content: "send";
     margin-left: 207px;
     margin-top: 17px;
     color: var(--white);
     font-size: 16px;
     opacity:0;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .land-com-form form ul li:nth-child(5):hover:before{
     opacity:1;
     margin-left: 212px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .land-com-form form ul li p{
     margin-bottom: 0px;
     color: #a1aab3;
     font-size: 13px;
     text-align: center;
}
 .land-com-form form ul li p a{
     color: #d4d5d8;
     font-size: 12px;
}
 .land-com-form form ul li:last-child{
     margin-bottom:0px;
}
 .land-3-dwn-full{
    /* position: relative;
     */
     display: inline-block;
     padding: 60px 0px;
}
 .quic-book-ser-full{
    background: #e6e9f1;
    display: inline-block;
    width: 100%;
    /*background: linear-gradient(to bottom, var(--white), #e3e6ef);*/
    padding: 50px 0px 100px 0px;
}
 .quic-book-ser{
}
 .quic-book-ser-inn{
     display: table;
     width: 75%;
     margin: 0 auto;
     max-width: 1020px;
}
 .quic-book-ser-left{
     float: left;
     width: 40%;
}
 .quic-book-ser-right{
     float: left;
     width: 60%;
     padding-left: 70px;
}
 .quic-book-text1{
}
 .quic-book-text1 h3{
     font-weight: 100;
     font-size: 34px;
}
 .quic-book-text1 h3 span{
     text-transform: capitalize;
     font-weight: 600;
     font-size: 42px;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
     */
     color: #333333;
     margin-top: 10px;
     display: inline-block;
     margin-bottom: 30px;
}
 .quic-book-text1 p{
}
 .hom-cre-acc-right form .dropdown-content{
     overflow-y: auto !important;
}
/*-------------------------------------------------------*/
/* HOME PAGE: INDEX 4 
/*-------------------------------------------------------*/
 .i4-header{
    background: #a7e7f0;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #dcfbfc,var(--white));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #dcfbfc,var(--white));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
 .i4-header:before{
     content:'';
     position:absolute;
     width:100%;
    height:700px;
    background:url(../images/home4.png) no-repeat top center;
}
 .i4-header .dir-ho-t-tit h1 {
     color: #2b3f43;
}
 .i4-header .dir-ho-t-tit p {
     font-size: 18px;
     font-weight: 300;
     padding-top: 0px;
     color: #2b3f43;
     text-shadow: none;
}
 .i4-header .dir-ho-tr ul li a{
    color: #2b3f43;
     font-weight: 700;
}
 .i4-header .dir-ho-tr ul li:nth-child(3) a{
    color:var(--white);
    border: 0px solid #039ad0;
    background: #04a44b;
    background: linear-gradient(to bottom, #05d15f, #07c75c);
    font-size: 14px;
    padding: 7px 20px;
}
 .i4-header .com-title {
     width: 100%;
     margin-top: 200px;
     display: inline-block;
}
 .i4-header .cate-search-form {
     position: absolute;
     width: 100%;
     background: var(--white);
     border-radius: 50px;
     padding: 10px 10px 20px 10px;
     border: 1px solid #dfdfdf;
     box-shadow: 0px 4px 22px -10px rgba(0, 0, 0, 0.42);
}
 .i4-header .cate-search-form div:nth-child(1) {
    width: 22%;
}
 .i4-header .cate-search-form div:nth-child(2) {
    width: 55%;
}
 .i4-header .cate-search-form div:nth-child(3) {
    width: 100%;
}
 .i4-header .cate-search-form div:before{
    /*content: "\f0ca";*/
}
 .i4-header .cate-search-form div:nth-child(2):before{
    /*content: "\f002";*/
     margin-top: 15px;
}
 .i4-header #select-search{
    background:none;
    font-size: 18px;
}
 .i4-header .tourz-sear-btn {
     background: #04a44b;
     background: linear-gradient(to bottom, #05d15f, #07c75c);
     border-radius: 50px;
}
 .i4-header .cate-search-form .auto-category {
     border-right: 1px solid #dfdfdf;
     font-size: 16px;
}
 .i4-header .autocomplete-content{
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.10);
}
 .i4-header .cate-search-form div.input-field label{
     top: 15px;
    left: 50px;
    font-size:18px;
}
 .i4-top .tourz-top-sear-btn {
     background: url(../images/search_bg1.png) no-repeat center center #05d15f;
}
 .i4-top .v3-top-ri ul li a {
     background-color: #05d15f;
     border: 1px solid #05d15f;
}
 .i4-top .dir-home-nav-bot ul li a {
     background: #04a44b;
     background: linear-gradient(to bottom, #05d15f, #07c75c);
}

/*-------------------------------------------------------*/
/* Manual checkboxes styles
/*-------------------------------------------------------*/
.v8-chbox input[type="checkbox"] { display: none; }

.v8-chbox input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.v8-chbox input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.v8-chbox input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #2a2b33;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.v8-chbox input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: -3px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.req-pop{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7607843137254902);
    z-index: 99;display:none;
}
.req-pop-in{
    background: var(--white);
    width: 750px;
    margin: 0 auto;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
     box-shadow: 0px 11px 32px -9px rgb(0, 0, 0);
}
.req-pop-lhs{
    float: left;
    width: 45%;
    background: #182830;
    padding: 50px 30px;
    text-align: center;
    color: var(--white);
}
.req-pop-lhs h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.req-pop-lhs ul{}
.req-pop-lhs ul li{
    margin-bottom: 25px;
    border-bottom: 1px solid #283541eb;
    padding-bottom: 13px;
}
.req-pop-lhs ul li img{
    margin-bottom: 10px;
    width: 65px;
}
.req-pop-lhs ul li p{
    color: #737c80;
    font-size: 14px;
}
.req-pop-rhs{
    float: left;
    width: 55%;
    padding: 4rem;
}
.req-pop-rhs h2{
    margin-bottom: 12px;
    font-weight: 600;text-align: center;
}
.req-pop-rhs p{
    margin-bottom: 25px;
}
.req-pop-sec-1{}
.req-pop-sec-1 .v8-chbox{}
.req-pop-sec-1 .v8-chbox ul{
    overflow: hidden;
    overflow-y: auto;
    max-height: 350px;
}
.req-pop-sec-1 .v8-chbox ul li{
    margin-bottom: 15px;
}
.req-pop-lhs ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.req-pop-sec-1 .v8-chbox ul li input{}
.req-pop-sec-1 .v8-chbox ul li label{
    color: #333;
    font-weight: 600;
}
.req-pop-rhs .req-nxt{
    background: #dce3e3;
    color: #748484;
    padding: 10px 4rem;
    display: inline-block;
    float: right;
    margin-top: 15px;
    cursor: pointer;
}
.req-pop-rhs .req-nxt.nxt-act{background: #f66262;
    color: var(--white);}
     

.req-pop-sec-2, .req-pop-sec-3{display:none;}     
.v8-inputs{}
.v8-inputs form{}
.v8-inputs form ul{}
.v8-inputs form ul li{
    margin-bottom: 15px;    padding: 0px 15px;
}
.v8-inputs form ul li input{
    border: 1px solid #d4d4d4;
    font-weight: 600;
    color: #1a2a38;
    width: 100%;
    padding: 5px 20px 5px 45px;
    height: 42px;
    font-size: 15px;
    border-radius: 2px;
}
.v8-inputs form ul li input::placeholder {
     font-weight: 500;
    color: #63686e;
  opacity: 1; /* Firefox */
}
.v8-inputs form ul li:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    font-size: 18px;
    margin: 9px 10px 10px 15px;
    color: #424a5a;
    font-weight: 300;
    z-index: 1;
}
.v8-inputs form ul li:nth-child(1):before {
    content: "\f007";
}
.v8-inputs form ul li:nth-child(2):before {
    content: "\f095";
}
.v8-inputs form ul li:nth-child(3):before {
    content: "\f0e0";
}
.v8-inputs form ul li:last-child:before {
    display:none;
}
.rer-sub-btn{
    background: #f74d40;
    color: var(--white);
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    padding-left: 0;
    background: -webkit-linear-gradient(to top, #3547ab, #3F51B5);
    background: linear-gradient(to top, #F44336, #fb5a4e);
    border: 0px;
    border-bottom: 1px solid #ea3224;display: block;
}
.req-pop-clo{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;     
}
.req-pop-sec-3 div h2{font-size:42px;}
.req-pop-sec-3 div p{    text-align: center;
    font-size: 18px;
    color: #394d53;}
.req-pop-sec-3 div img{width:100%;}




/*custom css start*/
.dir3-home-head .logoimg{
     padding: 0;
}
.dir3-home-head .dir-ho-tl img{
     /*width: 100%;*/
     width: 45%;
}
.dir3-home-head .menu_top{
     padding-right: 0 ;
}
.dir-ho-tr li{
     color: var(--white);
}
.bds{
     background: #1779d3;
}
/*custom cs end*/





.content{
  padding:50px 100px;
}
.content h2{
  padding:0;
  margin:0 0 20px;
  font-size:30px;
}
.content p{
  font-size:18px;
}
.sidebar-contact{
  position:fixed;
  top:50%;
  /*left:-350px;*/
  right: -351px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:4rem;
  background:var(--white);
  /*box-shadow: 0 20px 50px rgba(0,0,0,.5);*/
  box-sizing:border-box;
  transition:0.5s;
  z-index: 999;
}
.sidebar-contact.active{
  /*left:0;*/
  right: 0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  /*border:1px solid rgba(0,0,0,.5);*/
  outline:none;
}.sidebar-contact input::placeholder,
.sidebar-contact textarea::placeholder{
color: #333;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  /*background:#00bcd4;*/
     background: linear-gradient(to bottom,#3384ff, #2170e8);
  color:var(--white) !important;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#172438;
  top:0;
  /*right:-48px;*/
  left: -48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:var(--white);
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:767px){
    .favroite_colleges{
            top: 60% !important;
    }
    .more_info li {
        margin-right: 20px !important;
        margin-bottom: 18px;
    }
   .more_info li:nth-child(3) {
        margin-bottom: 0;
    } 
    .more_info li:nth-child(4) {
     margin-bottom: 0;
    }
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .not_available {
    background: var(--white);
    padding: 15px;
}
  .img-icons{
    width: 329px !important;
  }
  .img-icons_js {
    margin: auto 0px !important;
}
.dir-pop-com .video_dialog{
    width: 100% !important;
}
.mob-selectside{
     display: block !important;
     height: 45px;
}
.table-sidebar{
     display: none;
}
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
.v4-pril-inn-bot ul li .fa-times {
    color: #f54343;
}
.checkbox-name .checkmark:after {
    left: .4rem;
    top: .1rem;
    width: .5rem;
    height: 1rem;
    border: solid white;
    border-width: 0 .2rem .2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-name input:checked ~ .checkmark {
    background-color:  #111a29;
}
.checkmark {
    position: absolute;
    top: .3rem;
    left: 0;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .2rem;
    border: .1rem solid var(--blue-d);
}
.checkbox-name {
    display: block;
    position: relative;
    padding-left: 2rem;
    margin-bottom: .8rem;
    cursor: pointer;
    letter-spacing: -.003rem;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-name input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-name input:checked ~ .checkmark:after {
    display: block;
}
.list_logo {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center
}
.list_logo img{
    width: 6.5rem;
    background: var(--white);
    height: 6.5rem;
    padding: .2rem;
    border-radius: .4rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    object-fit: contain;
}
.pg-list {
    /*margin-top: 60px;*/
    background: url(https://new-img.patrika.com/upload/images/2016/06/22/cims-1466570776.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    padding: 6.5rem 0;
    width: 100%;
    box-sizing: content-box;
}
.mbbs_allms{
     background: url(../images/collegeimg/mbbs_allms.jpg) no-repeat center bottom;
     background-size: cover;
}
.mbbs_state{
     background: url(../images/collegeimg/mbbs_state.jpg) no-repeat;
     background-size: cover;
}
 .mbbs_eslc{
     background: url(../images/collegeimg/mbbs_eslc.jpg) no-repeat center bottom;
     background-size: cover;
}
 .mbbs_deemed{
     background: url(../images/collegeimg/mbbs_deemed.jpg) no-repeat center top;
     background-size: cover;
}
 .mbbs_central{
     background: url(../images/collegeimg/mbbs_central.jpg) no-repeat center top;
     background-size: cover;
}
.mbbs_afmc{
    background: url(../images/collegeimg/mbbs_afmc.jpg) no-repeat center top;
    background-size: cover;
}
.ayush_bams{
    
     background: url(../images/collegeimg/ayush_bams.jpg) no-repeat center top;
     background-size: cover;
}
.ayush_bhms{
     background: url(../images/collegeimg/ayush_bhms.jpg) no-repeat center top;
}
.ayush_bums{
     background: url(../images/collegeimg/ayush_bums.jpg) no-repeat center top;
     background-size: cover;
}
.ayush_bsms{
    background: url(../images/collegeimg/ayush_bsms.jpg) no-repeat center top;
    background-size: cover;
}
.bds_state{
     background: url(../images/collegeimg/bds_state.jpg) no-repeat center top;
}
.bds_demeed{
     background: url(../images/collegeimg/bds_demeed.jpg) no-repeat center top;
     background-size: cover;
}
.bds_central{
     background: url(../images/collegeimg/bds_central.jpg) no-repeat center top;
     background-size: cover;
}
.bds_esic{
     background: url(../images/collegeimg/bds_esic.jpg) no-repeat center top;
}
.bvsc_private{
     background: url(../images/collegeimg/bvsc_private.jpg) no-repeat center top;
     background-size: cover;
}
.bvsc_state{
     background: url(../images/collegeimg/bvsc_state.jpg) no-repeat center top;
     background-size: cover;
}
.pg-list:before {
    content: '';
    position: absolute;
    /*background: linear-gradient(to top, rgb(21, 31, 50) 14%, rgba(0, 0, 0, 0.14) 66%);*/
    background:linear-gradient(to top, rgba(32, 52, 76, 0.64) 14%, rgba(0, 0, 0, 0.55) 66%);
        opacity: .5;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.list-mig-like {
    position: relative;
    /* border-radius: 10px; */
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
     background: #14addb; 
    background: var(--white);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow:1px 3px 5px rgba(0,0,0,0.3);
}
.list-mig-like:before {
    content: '';
    position: absolute;
     /*background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%); */
     background:linear-gradient(to top, rgb(48, 70, 103) 10%, rgb(168, 179, 197,0.35) 80%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
}
.list-mig-like .list-mig-lc-img img {
    width: 100%;
     border-radius: 5px; 

}
.list-mig-like .list-mig-lc-con {
     position: absolute; 
    width: 100%;
     margin-top: -125px; 
     padding: 20px 20px 0px 20px; 
    text-align: left;
    display: block;
}
.list-mig-like .list-mig-lc-con h5 {
     font-size: 18px; 
    /*font-size: 14px;*/
     color: var(--white);
}
.list-mig-like .list-mig-lc-con2 {
    /*margin-top: -90px;*/
}
.list-mig-like:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.5;
}
.contact_us{
     background: #f3f3f3;
}
.contact_row {
    margin: 67px 0;
}
.whitecolor{
    color:var(--white);
}
.contact_form{
     margin-top: 15px;
}
.contact_form input {
    /*margin-bottom: 21px;*/
    margin-bottom: 10px;
}
.submit_button{
    margin-top: 17px;
}

.tz-2-main-com i {
    display: block;
    font-size: 4.5rem;
    margin: 0 auto 2rem;
    color: #20344c;
}
.list-mig-likes {
    position: relative;
    /* border-radius: 10px; */
    border-radius: 5px;
    margin-bottom: 20px;
    background: #14addb;
    background: var(--white);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list-mig-likes .list-mig-lc-img img {
    width: 100%;
    border-radius: 5px;
   object-fit: cover;
   height: 250px;
}
.list-mig-likes .list-mig-lc-con {
    position: absolute;
    width: 100%;
    /*margin-top: -125px;*/
    margin-top: -90px;
    padding: 20px 20px 0px 20px;
    text-align: left;
    display: block;
}
.list-mig-likes .list-mig-lc-con h5 {
    font-size: 18px;
    /* font-size: 14px; */
    color: var(--white);
}
.blog_section{
     width: 100%;
}
span.blog_date {
    font-size: 12px;
    padding: 0px 0 0px 0;
    display: inline-block;
    color: #888;
    font-weight: 900;
}
.blog-img {
    /*padding: 5px;*/
}
.blog_single-contant {
    padding: 15px;
}
.comments_blog{
     margin-top: 35px;
    margin-bottom: 30px;
}
.end_section {
    margin-bottom: 30px;
}
.about_section {
    margin-bottom: 50px;
}
 
.contact_form input {
    border: 1px solid #dfdfdf;
    padding: 8px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    font-size: 15px;
    color: #636363 !important;
}
.contact_form label {
    font-size: 14px !important;
    font-weight: 200;
    left: 15px;
    top: 14px;
}
.contact_form textarea{
    height: 75px;
}
.submit_button button {
    background: #1779d3;
    border-color:  #1779d3;
    border-radius: 0.2em;
    padding: 6px 29px;
}
.submit_button button:hover, .submit_button button:focus,.submit_button button:active:hover,.submit_button button:active:focus{
    background: #1779d3;
    border-color:  #1779d3;
}

.services_hedding h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 4px;
    color: #333333;
    padding: 0 10px;
}
.services_top ul {
    padding-left: 24px !important;
    padding-top: 15px;
    margin-bottom: 25px;
}
.services_top ul li{
     list-style-type: disc;
    color: #636363;
    font-size: 14px;
    line-height: 28px;
}
.services_hedding i {
    font-size: 25px;
    color: #172438;
    margin-right: 6px;
}
.service_background {
    background: #f7f8fa;
    padding: 30px;
    border-radius: 4px;
}
.blog_btn {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    padding: 7px 7px;
    color: var(--white);
}
.blog-imgs img{
     width: 100%;
     height:100%;
}

/*testing*/
.bvsc{
    background: #01a0d8;
}
.ayush{
     background: #f3c438;
}
.neet-2020{
     background: #df431f;
}
/*end testing*/
.page_container{
     padding: 50px 80px;
}
/*.services_container{
     padding: 6% 9%;
}*/
.services_container ul li{
 list-style-type: disc !important;
}
.services_container ul{
    padding-left: 24px !important;
    padding-top: 15px;
    margin-bottom: 25px;
}
.content_service{
    padding: 20px 0px;
}


/*custome conainer*/
@media (min-width: 1200px){
.custome_container {
    width: 1170px;
}
}
@media (min-width: 992px){
.custome_container {
    width: 970px;
}
}
@media (min-width: 768px)
{
.custome_container {
    width: 750px;
}
}
.custome_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 993px)
{
.custome_container {
    width: 70%;
}
}
@media only screen and (min-width: 601px){
   .custome_container {
    width: 85%;
}  
}
.row-custome {
    padding-top: 8%;
}
/*end custome container */

/*.aboutus_container {
    padding: 6% 6%;
}
.aboutus_container .row{
 padding-top: 4%;
}*/
 .background_service{
    background: #f7f8fa;
    padding: 30px;
    border-radius: 4px;
 }
 .shipping-detail {
    display: none;
    position: absolute;
    left: 35%;
    z-index: 999;
    background-color: #ddd;
    /* top: 27%; */
}
/*change css start*/
.category-center {
    text-align: center !important;
    margin-top: -123px !important;
}
.category-title{
         text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
}
.category-title h2 {
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
    font-weight: 600;
    font-size: 4rem;
    text-transform: capitalize;
}
.category-title p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 0px;
    color: var(--light-blue);
}
.category-center h5{
     font-size: 20px !important;
}
.tz-regi-form input::placeholder{
     color: #495057;
}
.log-in-pop-right form input::placeholder{
     color: #495057;
}
        
.demo-header {
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
}
        
@media (min-width: 62em) {
  .demo-wrap {
      padding-top: 0;
      height: 100vh;
  }
}
/* --- Pricing Plans --- */

.pricing-plans {
  padding: 2em 0;
  width: 100%;
}
        
.pricing-tables {
  display: flex;
  flex-flow: column;
     /*padding: 0 60px;*/
     padding: 0 70px;
  /*padding-top: 1em;*/
}
        
.pricing-plan {
  background-color: #f6f6f6;
  /*border: 2px solid #DDD;*/
  border-bottom: 2px solid #DDD;
  display: block;
  /*padding: 1em 0;*/
  padding: 4em 0 !important;
  text-align: center;
  width: 100%;
 border-radius: 10%;
}
        
.pricing-plan:first-child,
.pricing-plan:last-child {
  /*background-color: #EEE;*/
  background: var(--white);
}

.pricing-plan:first-child {
  border-bottom: 0;
}

.pricing-plan:last-child {
  border-top: 0;
}

.pricing-plan:nth-child(2) {
  border-bottom: 0;
}

.no-flexbox .pricing-plan {
  float: left;
}
        
.plan-title {
  font-size: 1em;
  letter-spacing: -0.05em;
  margin: 0;
  /*padding: 0.75em 1em 1.25em;*/
  padding: 0.75em 1em 0.75em;
  text-transform: uppercase;
}

.plan-cost {
  background-color: white;
  color: #77b9dd;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1.25em 1em;
  text-transform: uppercase;
}

.plan-cost span {
  /*display: none;*/
  margin-top: -10px;
    font-size: 22px !important;
}

.plan-price {
  font-size: 3em;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0;
}
        
.plan-type {
  border: 0.313em solid #DDD;
  color: #999;
  display: inline-block;
  font-size: 0.75em;
  margin: 0.75em 0 0 0.75em;
  padding: 0.3em 0.4em 0.25em;
  width: auto;
}

.plan-features {
  margin: 0;
  padding: 2em 1em 1em;
}

.plan-features li {
     list-style-type: none;
     /*border-bottom: 1px solid #DDD;*/
     /*margin-bottom: 0.5em;
     padding-bottom: 0.75em;*/
     /*margin-bottom: 20px;
     padding-bottom: 19px;*/
     margin-bottom: 7px;
    padding-bottom: 7px;
     color: #555;
     display: block;
     font-size: .8em;
     font-weight: normal;
     line-height: 1.3;
}
        
.plan-features li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.plan-features h3 {}

.plan-features i {
  font-size: 1.5em;
}

.plan-features i.icon-ok-squared {
  color: #3aa14d;
}

.plan-features i.icon-cancel-circled {
  color: darkRed;
}

.btn-plan {
    /* background-color: #1B8DC8; */
    color: #1779d3;
    /* max-width: 12em; */
    /* background: #1779d3; */
    border: 1px solid #1779d3;
    /* border-radius: 0.2em; */
    border-radius: 50px;
    padding: 7px;
    /*padding: 8px;*/
    padding: 8px 25px;
    font-size: 12px;

}
.border_price .btn-plan {
    background: #1779d3;
    color: var(--white);
}
.cta {
  background-color: #6cb507;
}

.featured-plan {
  background-color: var(--white);
  border-right: 0 solid transparent;
  border-bottom: 5px solid #8cd0f5;
  border-left: 0 solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  order: -1;
  position: relative;
  transition: transform 400ms ease;
}

/* .featured-plan {
  .plan-title {
      color: #1B8DC8;
  }
} */

.featured-ribbon {
  width: 200px;
  background: #1B8DC8;
  position: absolute;
  top: 15px;
  left: -60px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 2px;
  font-size: 0.65em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* Custom styles */
  /* Different positions */
}

.featured-ribbon.sticky {
  position: fixed;
}

.featured-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.featured-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.featured-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.featured-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.featured-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (min-width: 400px) {
  .pricing-plans {
      padding-right: 2em;
      padding-left: 2em;
      width: 100%;
  }
  .featured-plan {
      transform: scale(1.05);
  }
}

@media (min-width: 33.75em) {
  .pricing-plans .module-title {
      margin-bottom: 1em;
  }
  .pricing-tables {
      flex-flow: row wrap;
  }
  .pricing-plan {
      flex-grow: 1;
      width: 50%;
  }
  .pricing-plan:first-child {
      border-right: 0;
      border-bottom: 0;
  }
  .featured-plan {
      margin-top: 0.6em;
      order: 0;
  }
  .pricing-plan:nth-child(3) {}
  .pricing-plan:last-child {
      border-top: 2px solid #DDD;
      border-left: 0;
  }
  .no-flexbox .pricing-plan {
      width: 48%;
  }
  .plan-title {
      /*font-size: 0.875em;*/
      font-size: 16px;
      letter-spacing: .7px;
  }
}

@media (min-width: 48em) {
  .no-flexbox .pricing-plan {
      width: 24%;
  }
  .plan-type {
      font-size: 0.7em;
      margin: 0.5em 0 0 1em;
      padding-bottom: 0.2em;
  }
  .featured-ribbon {
      font-size: 0.65em;
  }
}

@media (min-width: 62em) {
  .pricing-tables {
      /*padding-top: 3em;*/
  }
  .pricing-plan {
      flex-grow: 1;
      width: 25%;
  }
  .featured-plan {
      margin-top: 0;
      order: 0;
  }
  .pricing-plan:first-child,
  .pricing-plan:nth-child(2n) {
      border-bottom: 2px solid #DDD;
  }
  .pricing-plan .plan-features span {
      display: block !important;
     font-size: 13px;

  }
  .plan-cost {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      font-size: 1em;
  }
  .plan-cost span {
      color: #333;
      /*font-size: 1.5em;*/
      font-weight: 600;
      padding-right: 0.15em;
      padding-left: 0.15em;
  }
  .plan-price {
      /*font-size: 3.25em;*/
      font-size: 4rem;
     color: #333;
  }
  .btn-plan {
      /*font-size: 0.875em;*/
  }
  .featured-ribbon {
      /*font-size: 0.45em;*/
      font-size: 10px;
      left: -68px;
      line-height: 25px;
  }
}

@media (min-width: 75em) {
  .plan-cost {
      font-size: 1em;
  }
}

@media (min-width: 100em) {
  .pricing-tables {
      margin: 0 auto;
      max-width: 75.00em;
  }
}
section.pricing-plans {
    /*background: #eee;*/
    /*background: #333;*/
   padding: 0;
   /*background-image: linear-gradient(to bottom right, #172438, #eee);*/
       /*background-image: linear-gradient(-90deg, #1779d3, #182539);*/
}
a.btn-plan:hover {
    background: #1779d3;
    color: var(--white);
}
a.btn-plan:hover {
    background: #1779d3;
    color: var(--white);
}
.border_price .btn-plan:hover {
  border: 1px solid #1779d3;
  background-color: transparent;
  color: #1779d3;
}
.view_packages {
    margin-top: 20px;
}

.home_servisec:hover {
    background: #f2861f;
}
.home_servisec p {
    color: var(--white);
}
.home_servisec i {
    color: var(--white);
}
.home_servisec span {
    color: var(--white);
}


 .home_servisec {
    border: 0;
    padding: 2rem;
    min-height: 27rem;
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: linear-gradient(-90deg, #121c2d, #182539);
    border-radius: 1rem;
    margin-bottom: 3rem;
}
/*change css start*/
/*packeages css start*/
.package_headding {
    background: #1779d3;
    color: #eee;
    padding: 4rem;
    color: #ECF0F1;
    text-align: center;
    /* transform: rotate(20deg); */
    /* transform: scale(20); */
    border-radius: 0 0 0 192px;
}
.package_background{
     position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: var(--white);
    border: 1px solid #EEE;
    /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1)*/
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
    box-shadow: 0 0 11px rgba(33,33,33,.5);
   margin-bottom: 45px;
}
.package_list{
    border-top: 0px;
    /* padding-bottom: 5px; */
    background: var(--white);
    text-align: center;
    margin-top: 33px;
}
.package_list ul li {
    color: #333;
    line-height: 45px;
    padding: 0px 25px;
}
.package_list ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-bottom: 35px;
}
.top_course {
    /* width: 200px; */
    /* position: absolute; */
    /* top: 20px; */
    /* left: -55px; */
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: var(--white);
    font-weight: 500;
    /* transform: rotate(-45deg); */
    /* -webkit-transform: rotate(-45deg); */
    -moz-transform: rotate(-45deg);
    background-color: #236caf;
    font-size: 21px;
}
.packages-pril-curr{
    font-size: 25px;
    line-height: 4rem;
    vertical-align: top;
    display: inline-block;
    color: var(--white);
}
.packages_price {
    margin: 0px;
}
.packages_price b {
    font-size: 50px;
    line-height: 70px;
    color: var(--white);
}
.package_top_background{
    /*background: #eae7e7;*/
    /*background: #eee;*/
    background-size: cover;
    padding-bottom: 100px;
}
.package_list ul li i {
    margin-right: 10px;
}
.two-columns li{
     line-height: 30px;
}
/*packages css end*/
.categories_background{
    background: #f2f3f4;
}
.category_box {
    background: var(--white);
     border: 1px solid #dcdcdc;
     /*box-shadow: 0 6px 10px rgba(0,0,0,0.30), 0 11px 0px rgba(0,0,0,0.22);*/
     box-shadow: 0 0 11px rgba(33,33,33,.5);
}
.tz-regi-form input::placeholder{
     color: #495057;
}
.log-in-pop-right form input::placeholder{
     color: #495057;
}
.mar_25 {
    margin-bottom: 20px;
    margin-top: 25px;
}
.list-img-width{
     width: 32px;
     height: 32px;
}
.list-pg-guar-img_newimg {
    display: inline-block;
    float: left;
    height: auto;
    margin-right: 15px;
    margin-bottom: 8px;
}


/*profile css start*/
.img_profile {
   /* width: 230px;
    height: 180px;*/
    border: 1px solid #eee;
    margin-bottom: 25px;
    padding: 4px;
}
.img_profile img {
    width: 100%;
    /*height: 100%;*/
    height: 190px;
    object-fit: cover;
}
.file-input-wrapper {
    /*width: 200px !important;
    height: 4rem !important;
    overflow: hidden !important;
    position: relative !important;
    left: 45px;
    bottom: 10px;*/
        /* width: 200px !important; */
    /* height: 4rem !important; */
    overflow: hidden !important;
    position: relative !important;
    /* left: 45px; */
    bottom: 10px;
    text-align: center;
}
.file-input-wrapper > .btn-file-input {
    display: inline-block !important;
    width: 14rem !important;
    height: 4rem !important;
    border-radius: 3px;
    border: none;
    background: #1779d3;
    color: var(--white);
     font-size: 14px;
}
.file-input-wrapper > input[type="file"] {
    font-size: 200px !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    opacity: 0 !important;
}
.profile_section {
    /*background: var(--white);*/
    padding: 50px 0;
}
.profile_backgound {
     /*background: #eae7e7;*/
    /*padding: 4rem 0;*/
    /* box-shadow: 
/*   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);*/

}
.profile_right {
    background: var(--white);
    /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 11px rgba(33,33,33,.5);
   padding-bottom: 30px;
}
.background_profile {
    background: #172438;
   margin-bottom: 20px;
}
.background_profile p {
    margin: 0;
    padding: 10px 20px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}
.profile_sidebar {
    border: 1px solid #eaedef;
    box-shadow: 0 0 11px rgba(33,33,33,.5);
    background: var(--white);
}
.profile_input .form-group {
    margin-bottom: 20px;
}
.profile_sidebar a {
    padding: 6px 25px;
    display: block;
}
.profile_sidebar i {
    margin-right: 8px;
}
.profile_sidebar .active-side {
    background: #172438;
}
.profile_sidebar .active-side a{
     color: var(--white);
}
.profile_sidebar a {
    color: #333;
}
.profile_sidebar ul {
    margin-bottom: 0;
}
.profile_sidebar li {
    /*margin-bottom: 10px;*/
    padding: 5px 0;
}
.submit-profile input {
    background: #1779d3;
    padding: 8px 23px;
    color: var(--white) !important;
    border-radius: 0.2em;
    border: 1px solid #1779d3;
    font-size: 14px;
}
.submit-profile button{
     background: #1779d3;
    padding: 8px 23px;
    color: var(--white);
    border-radius: 0.2em;
    border: 1px solid #1779d3;
    font-size: 14px;
}
.profile-padding {
    padding: 0 18px;
}
/*profile css end*/
input::placeholder {
  color: #7f7f7f !important;
}
.list-pg-inn-sp .carousel-inner img {
    width: 100%;
}
.package_background_three {
    background: #f3c438;
    color: var(--white);
}
.package_background_one {
    /*background: #95ad16;*/
    background: #17b599;
    color: var(--white);
}
.package_background_two {
    /*background: #dc1d1d;*/
    background: #df431f;
    color: var(--white);
}
.package_border_two {
    border: 1px solid #f3c438 !important;
}
.package_border_one {
    border: 1px solid #17b599 !important;
}
.package_border {
    border: 1px solid #df431f !important;
}
.sub_menu{
     display: none;
}
.sub_menu_mobile{
     display: none;
}
/*slider video css start*/
.w3codemasters_time_slote h3{ 
            font-size: 14px;
    text-align: center;
    margin: 10px 0 4px 0;
        color: #333;
        }
.w3codemasters_time_slote
{ 
    position:relative;
    margin: 50px 0;
}
.video_contant {
    margin-bottom: 23px;
}
.owl-carousel .owl-nav button.owl-next {
    /*background-color: #525252;*/
    background-color: #d0d0d0 !important;
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 20px;
    position: absolute;
    right: 0px;
    top: 50px;
}
.owl-carousel .owl-item img {
    display: block !important;
    width: 50px !important;
    margin: 0 auto;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}
 .owl-carousel .owl-nav button.owl-prev {
    /*background-color: #525252;*/
    background-color: #d0d0d0 !important;
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 20px;  position: absolute;
    left: 0px;
    top: 50px;
    
}


.w3codemasters_time_slote ul.nav.nav-tabs li a span {
    display: block;
    text-transform: capitalize;
}

.w3codemasters_time_slote ul.nav.nav-tabs {
    margin-bottom: 20px;
}


.w3codemasters_time_slote .owl-dots {
    display: none;
}
.w3codemasters_time_slote ul.nav.nav-tabs a {
    padding: 0px;
    background-color: var(--white);
    color: var(--white);
    display: block;
    width: 130px;
    height: 130px;
    border: 1px solid #eee;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    /* border-radius: 100%; */
    font-size: 12px;
    box-shadow: 0 0px 14px rgba(253, 233, 233, 0.19), 0 6px 12px rgba(191, 162, 162, 0.23);
}

.w3codemasters_time_slote ul.nav.nav-tabs li a strong {
    display: block;
}
.w3codemasters_time_slote ul.nav.nav-tabs {
    border: none;
}

.w3codemasters_time_slote ul.nav.nav-tabs li.active a {
    /*background-color: #03a9f4!important;*/
    color: var(--white);
    text-decoration: none!important;
}

.w3codemasters_time_slote ul.nav.nav-tabs li a {
   
    text-decoration: none!important;
}

.w3codemasters_time_slote .tab-content {
    background-color: var(--white);
    /*padding: 20px;*/
        border-top: 1px solid #d6d6d6;
}
.item p {
    font-size: 12px;
    color: #1779d3;
    font-weight: 700;
}
.video_description {
    background: var(--white);
    padding: 15px 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    min-height: 100px;
    height: auto;
}
.video_description h5 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
span.education {
    color: #06c706;
    font-size: 12px;
    font-weight: 500;
}
.video_view {
    margin: 4px 0 0 0;
}
.video_view span {
    font-size: 10px;
    color: #8c8989;
    font-weight: 500;
}
  /*.owl-item {
    width: 135px !important;
}
.owl-item.active {
    width: 135px !important;
}  */
.video_view i {
    margin-left: 5px;
}
.video_top_headding h3 {
    text-align: left;
    margin: 18px 0;
    font-size: 19px;
    color: #3a3636;
}
/*slider video css end*/
.alert-success {
    width: 85%;
    margin: 42px auto 0;
}
.alert .close:before {
    content: "\0274c";
}
/*services details css start*/
.section.services_background {
            background: #f2f3f4;
        }
        
        .body_colspan {
            padding: 20px;
        }
        
        .body_colspan ul {
            padding-left: 20px;
        }
        
        .body_colspan ul li {
            list-style-type: circle;
            font-size: 14px;
            line-height: 30px;
            text-align: justify;
        }
        
        .header_colspan {
            font-size: 14px;
            background-color: #172438;
            color: var(--white);
        }
        
        .services_info h3 {
            margin-top: 25px;
        }
/*services css end*/
ul.college_list li {
    text-align: left;
    padding: 10px 28px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
ul.college_list {
    background: var(--white);
    max-height: 145px;
    min-height: auto;
    overflow: auto;
   margin-top: 1px;
   border-radius: 2px;
}
ul.state_list{
    background: var(--white);
    max-height: 145px;
    min-height: auto;
    overflow: auto;
   margin-top: 1px; 
   border-radius: 2px;
}
ul.state_list li {
    text-align: left;
    padding: 10px 28px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
ul.category_list{
   background: var(--white);
    max-height: 145px;
    min-height: auto;
    overflow: auto;
   margin-top: 1px; 
   border-radius: 2px; 
}
ul.category_list li {
    text-align: left;
    padding: 10px 28px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.category-college{
     padding-bottom: 10px;
}
.left_font_align{
     float: left;
    width: 50%;
     text-align: left; 
    position: relative;
    overflow: hidden;
}
.left_font_align p {
    margin: 20px 0 0 0;
}
#email-error font {
    color: #ec1212;
}
.error {
     color: #ec1212 !important;
}
.section_background {
    background: url(../public/images/banner_log.jpg);
    background: url(../images/banner_log.jpg) #e6e6e6;
}
.not_available h4 {
    font-size: 26px;
}
.not_available{
     margin-bottom: 30px;
}
.video_no_text {
    text-align: center;
}
.popular_courses {
    background: #e9f8fd;
}
.packages_backgrounds {
    background: linear-gradient(-90deg, #1779d3, #182539);
}
.custome_container_contact{
     overflow: hidden;
}
.contact_padding {
    padding: 50px 0;
}
.alert {
    margin-bottom: 0 !important;
}
.bestcollegeimg{
     width:55.5rem; 
     height:346px;
     object-fit: cover;
}
.collgimg{
     width:263px; 
     height:164px;
     object-fit: cover;
}
.contact_padding .alert-success {
    width: 100%;
    /* margin: 42px auto 4px; */
    margin-bottom: 30px !important;
}
.category_college p{
  color: #20344c;   
}
/*.owl-stage-outer .item li.active:before {
    content: "\2713";
    position: absolute;
    color: green;
    font-size: 20px;
    right: 14px;
    bottom: 43px;
}*/
.owl_1 .item li.active i {
    display: inline-block !important;
    color: #06c706;
}
.owl_1 .item h3 i {
    display: none;
}
.input-field button {
    /*background: linear-gradient(to bottom,#3384ff, #2170e8);*/
    background: #1779d3;
    border: 1px solid #2878f1;
    color: var(--white);
    border-radius: 0.2em;
    font-size: 16px;
    /*padding: 7px 15px;*/
    margin-right: 6px;
}
.body_colspan p span {
    color: rgb(52, 60, 66) !important;
}
.category_listing {
    padding: 12px 17px;
    background: #20334c;
    color: var(--white);
}
.general_category h5 {
    padding: 13px 13px;
    font-size: 16px;
}




/* carousel */

#quote-carousel {
  /*padding: 0 10px 30px 10px;*/
 padding: 0px 4rem 30px 4rem;
  margin-top: 100px;
  text-align: center;
}
/* indicator position */

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */

#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */

#quote-carousel .carousel-indicators .active {
  background: #333333;
  height: 10px;
  width: 10px;
  margin-bottom: 1px;
}
.initialized {
height: auto;
}
.item_slider p {
    color: var(--white);
    font-size: 1.8rem;
}
.item_slider h1 {
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 600;
}
   /* typography */
 /*checkout page css start*/
 .checkout_background {
    /*background: #eae7e7;*/
    padding: 4rem 0;
}
.check-right-background{
     background: var(--white);
     /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1)*/
     box-shadow: 0 0 11px rgba(33,33,33,.5);
}
.check-left-background{
     background: var(--white);
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}
.billingsubtitle {
    background: #182539;
    color: var(--white);
    padding: 10px 20px;
}
.create-new-account {
    padding: 20px 15px;
}
.amount-details .form-body {
    padding: 20px 15px;
}
.check_redio input[type="radio"] {
    position: relative;
    /*opacity: 1;*/
    left: 0;
   z-index: 999;
    margin: 0;
}
.check_redio {
    margin-bottom: 10px;
   font-size: 12px;
}
.checkoutbtn {
    background: #1779d3 !important;
    border-color: #1779d3 !important;
    outline:none !important;
}
.checkout_secion {
    /*margin: 50px 0;*/
    background: #f2f2f2;
}
.checkout_billing{
     margin: 50px 0 10px;
}
.order-block_thank{
     /*background: #eae7e7;*/
     margin: 50px 0;
    padding: 4rem;
}
.total_thank {
    background: #172438;
    padding: 10px 20px;
    color: var(--white);
    font-size: 14px;
}
.thank_form {
    background: var(--white);
     margin: 20px 0 30px;
     /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);*/
     box-shadow: 0 0 11px rgba(33,33,33,.5);
}
.thank_details {
    padding: 15px 20px;
    font-size: 13px;
}
.order-details_thanks {
    margin: 15px 0;
}
.order-details_thanks h4 {
    font-size: 16px;
}
.right_details {
    background: #172438;
    padding: 10px 20px;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
}
.billing_left {
    background: var(--white);
    /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 11px rgba(33,33,33,.5);
   margin-bottom: 10px;
}
.left_details {
    background: #172438;
    padding: 10px 20px;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
}
.billing_details {
    padding: 15px;
}
 /*checkout page css end*/
 .retting-form input {
    height: 45px;
}
.retting-form .form-group {
    margin-bottom: 20px;
}
.contact_form .form-group {
    margin-bottom: 20px;
}

.alert.alert-success.reviewsuccess{
    width: 100% !important;
}

.alert.alert-success.reviewsuccess:after {
   /* content: "\0274c";
    float: right;*/
}
.comment_btn a {
    padding: 11px 7px;
}
.ratingno_star{
         background: #55bf15;
    font-size: 15px;
    color: var(--white);
    font-weight: 600;
    padding: 4px 4px;
    border-radius: 4px;
    vertical-align: top;
    margin-left: 6px;
}
.search_button button {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    /*padding: 6px 142px;*/
   width: 100%;
}
.search_button button:hover,.search_button button:active:hover,.search_button button:active:focus{
     background: #1779d3;
    border-color: #1779d3;
}
.mobile_search {
    background:linear-gradient(to right, #243B55, #141E30);
    padding: 14px 0;
    display: none;
}
.top_search button {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    padding: 6px 13px;
   margin: 14px 0;
   outline: none;
}
.top_search button:hover,.top_search button:active:hover,.top_search button:focus,.top_search button:active:focus{
    background: #1779d3;
    border-color: #1779d3;
    outline: none;
}
ul.college_list_second{
    background: var(--white);
    max-height: 145px;
    min-height: auto;
    overflow: auto;
    margin-top: 1px;
    border-radius: 2px;
}
ul.college_list_second li {
    text-align: left;
    padding: 10px 28px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.video_float_right{
     float: right;
}
/*state wisw css start*/
.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}
.tabs-left>li {
  float: none !important;
 margin:0px;
  
}
.tabs-left>li>a{
    margin: 3px 0;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {

  background:#141f31;
  color: var(--white);
}
.guest_btton{
     margin-top: 30px;
}
.tabs-left>li>a:hover {
     color: var(--white);
     background: #141f31;
}

.table-con {
     position: relative;
     overflow: hidden;
     background: #eee;
     box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.36);
     padding: 50px 0;
}
.sideways {
    background: var(--white);
    background: var(--white);
    overflow: auto;
    max-height: 550px;
    min-height: 180px;
}
.sideways li a {
    color: #20344c;
}
.top_clg_heading p {
    padding: 18px 0;
}

ul.state_list_second {
    background: var(--white);
    max-height: 145px;
    min-height: auto;
    overflow: auto;
    margin-top: 1px;
    border-radius: 2px;
}
ul.state_list_second  li {
    text-align: left;
    padding: 10px 28px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
  ul.state_list_mobile{ 
     background: var(--white);
    max-height: 145px;
    min-height: auto;
    overflow: auto;
    margin-top: 1px;
    border-radius: 2px;
}
ul.state_list_mobile li {
    text-align: left;
    padding: 10px 28px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
ul.college_list_mobile{
     background: var(--white);
    max-height: 145px;
    min-height: auto;
    overflow: auto;
    margin-top: 1px;
    border-radius: 2px;
}
ul.college_list_mobile li {
    text-align: left;
    padding: 10px 28px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.table_second {
    margin: 50px 0 0 0;
}
.top_clg_heading h3 {
    margin: 15px 0 0;
    text-transform: capitalize;
}
/*back to top css start*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgb(37, 116, 237);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: var(--white);
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(38, 117, 238);
}
#return-to-top:hover i {
    color: var(--white);
    /*top: 5px;*/
}
.custome-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*back to top css end*/



/*header css start*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: var(--white);
}
.header_image img{
     /*width: 75%;*/
     max-width:100%;
}
.header_image {
    margin-top: 10px;
}
.header_image_top {
    /*margin-top: 10px;*/
}
.top_header li a {
    font-size: 14px;
    color: var(--white);
    padding: 35px 6px 5px !important;
    font-weight: 500;
}
.top_header .navbar-nav > li {
    float: none;
    display: inline-block;
}
.top_header .nav.navbar-nav {
    float: none;
    text-align: right;
}
.top_header .dropdown-menu li a{
    padding: 8px 20px !important;
    color: var(--black);
}
.top_header .dropdown-menu > li > a:hover{
     background: transparent;
}
.header_image_top img{
     max-width: 100%;height: 5.5rem;
}
.all_menu{
     padding: 0 !important;
     text-align: center;
}
.all_menu li a {
    color: var(--white);
    padding: 20px 0 !important;
}
.all_menu .dropdown-menu > li > a {
    padding: 8px 20px !important;
}
.state_seach {
    /*padding: 13px 0 0 15px !important;*/
}
.clg_search{
   /*padding: 13px 0 0 15px !important;*/
}  
.search_clgs{
     /*padding: 13px 0 0 0;  */
}
.img_clumn{
    margin: 7px 0;
}
label span {
    color: #e62e2e;
}
.search_clgs button {
    background: red;
    background: linear-gradient(to bottom,#3384ff, #2170e8);
    border: 1px solid #2878f1;
    color: var(--white);
    border-radius: 0.2em;
    font-size: 16px;
    padding: 5px 13px ;
}
.right_nav ul {
    /*float: right;*/
}
.right_nav li a {
    color: var(--white);
    padding: 20px 2px 10px !important;
}
.all_menu .navbar-nav {
     float: none; 
    display: inline-block;
}
.all_menu .dropdown-menu{
     border-radius: 0.2em
}
.all_menu .nav .open > a, .all_menu .nav .open > a:hover, .all_menu .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.top_header .nav .open > a, .top_header .nav .open > a:hover, .top_header .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
/*header css end*/
.custom_pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
    line-height: 2;
    width: 30px;
    }
.custom_pagination {
text-align: center;
}
.custom_pagination li.active {
    background-color: #ee6e73;
}
.pagination li.active {
    background-color: #172438;
}
.pagination li.active span{
     color: var(--white);
}
.counsell_background {
    background: #eee;
}
.counsell_background h3 {
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
}
.table_govt td {
    color: #333;
}

.social_shere{
      display:none;
}
.social_background {
    box-shadow: 0 0 4px rgba(33,33,33,.5);
    background: var(--white);
    padding: 8px;
    border: 1px solid #eee;
    margin: 12px 0 10px 0;
}
.social_background a {
    margin: 0 4px;
}
.social_background i {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 0;
}
.social_background i.fa.fa-facebook {
    background: #3b5998;

    color: var(--white);
    border-radius: 0.2em;
}
.social_background:before {
    position: absolute;
    content: '';
    border-bottom: 10px solid var(--white);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 3px;
    left: 45%;
    /* box-shadow: 0 0 4px rgba(33,33,33,.5); */
}
.social_background i.fa.fa-twitter {
    background: #1da1f2;

    color: var(--white);
    border-radius: 0.2em;
}
.social_background i.fa.fa-linkedin {
    background: #007bb6;
    color: var(--white);
    border-radius: 0.2em;
}

.tables_clg{
     display: none;
}
.government-1{
     display: block;
}
.table-bg{
     background-color: #eee;
     padding: 50px 0px;
}











/*table th {
    background: #182538;
    color: var(--white);
}
table td,th {
    padding: 20px 12px;
    border-right: 1px solid #eee;
}*/
.neet-about li{
list-style-type: circle !important;
}
.neet-about ul{
padding-left: 24px;
}
.neet-about {
    margin: 45px auto;
}
.privacy {
    padding-top: 50px;
     padding-bottom: 50px;
}
.privacy ul li{
     list-style-type: circle !important;
    color: #636363;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;

}
.privacy ul{
     padding-left: 24px;
}
.privacy h4 {
    margin-bottom: 13px;
    font-size:20px;
}
.category_listing h5 {
    font-size: 16px;
}
.forgrt_alert {
    width: 100%;
    margin: 0;
}
a.yu1 {
    background: #ff0000 !important;
}
.fb1{
     background: #3b5999 !important;
}
.tw1{
     background: #1da1f2 !important;
}
.it1{
     background: #d12798 !important;
}
.li1{
     background: #0073b0 !important;
}
textarea::placeholder {
  color: #636363 !important;  
}

.billing_details p {
    word-break: break-word;
}
.img-block img{
     width: 5%;
}
.Informations_span span:nth-child(1){
    font-size: 14px;
    padding-bottom: 5px;
    color: #2a2b33;
    font-weight: 700;
}
.Informations_span span:nth-child(2){
  float: right;
}
.fees-structure{
display:none;
}
.forget-in-pop {
    width: 30%;
}
.forget-in-pop .log-in-pop-right {
    width: 100%;
    padding: 0px 0px 37px 0px;
}
.forget-in-pop .log-in-pop-right h4{
    text-align: center;
    background: #141f31;
    padding: 13px;
    color: var(--white);
}
.forget-in-pop .log-in-pop-right form{
     padding: 13px 50px 0px 50px;
}
.forget_button{
     text-align: center;
    margin-top: 2rem;
}
.table-content .table tbody tr:first-child
{
     /*background-color: #141f31;*/
     background: linear-gradient(to right, #152032 , #2d7ef8);
}
.table-content .table tbody tr:nth-child(2) th
{
     /*background-color: #141f31;*/
     background: linear-gradient(to right, #152032 , #2d7ef8);
     color: var(--white);
     text-align: center;
}
.table-content .table tbody tr:first-child th {
     color: var(--white);
     /*text-align: center;*/
     padding: 13px !important;
     font-size: 16px;
}
/*.table-content .table tbody tr th {
     color: var(--white);
     background: linear-gradient(to right, #152032 , #2d7ef8);
     background: linear-gradient(to bottom right, #162133, #2d7cf3);
     text-align: center;
     padding: 13px !important;
     font-size: 16px;
}*/
.table-content .table {
     background-color: var(--white);
}
.table-content .table td {
    color: #333;
    padding: 15px 13px !important
}
.check-right-background input {
    color: #6B6B6B !important;
}
.check-right-background select {
    color: #6B6B6B !important;
}
.mobile_table_thankyou{
     display: none;
}
.table-content{
    /*display: block;*/
    width: 100%;
    overflow-x: auto;
   margin-top: 20px;
}
.table-content1{
 display: block;
    width: 100%;
    overflow-x: auto;
}
.mob-selectside{
     display: none;
}
.bg_color {
    background: #eee;
}
.table-content1 table thead tr:first-child {
    background: linear-gradient(to right, #152032 , #2d7ef8);
}
.favclg{
     font-size: 22px;
     text-align: center;
}
.pdf_btn a {
    background: #141f31 !important;
    padding: 9px 9px;
    padding: 6px 6px !important;
    border-radius: 0.2em !important;
    color: #20344c;
    border: 1px solid #141f31;
    color: var(--white);
    
}

@media (min-width: 768px){
.otp_form_dialog {
    width: 470px !important;
    margin:15% auto !important;
}
}
.register_select select{
    color: #6B6B6B !important;
    height:45px;
}
.language_select select{
     background: linear-gradient(to right, #2a71dd , #162133);
    color: var(--white);

}
.language_select option{
     color: #333;
}
.video-ifram{
     /*background: linear-gradient(to top, rgba(0, 0, 0, 0.56) 14%, rgba(0, 0, 0, 0.14) 66%); */
   position: absolute;
    text-align: 0;
    top: 0;
    left: auto;
    /* opacity: 0; */
    width: 100%;
    bottom: 112px;
    right: 0;
}
.img-icons {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    right: 0;
    /* bottom: 0; */
    /* opacity: 0; */
    width: 264px;
    height: 150px;
    text-align: center;
    margin: auto 17px;
    cursor: pointer;
}
.img-icons_js {
    margin: auto 14px;
}
.img-icons i {
     color: var(--white);
     font-size: 25px;
    margin: 63px 0px;
}
.img-icons i:hover {
     color:#ff0000
}
.video_dialog .modal-content {
    background: #030404;
}
.video_dialog{
    margin: 80px auto !important;
    width: 700px !important;
}
.video_dialog button.close {
    color: var(--white);
    opacity: 1;
    margin-top: -9px;
}
.social_shere {
    margin-top: -5%;
    margin-left: 35%;
}
.alert.show{
    font-size: 14px;
}
.clg_details_logo{
     text-align: center;
     margin-top: -19%;
    margin-bottom: 11px;
}
.clg_details_logo img{
    /*width: 31%;*/
    width: 80px;
    height: 80px;
    background: var(--white);
    border: 3px solid #e0e0e0;
    box-shadow: 0px 1px 10px #152033;
    object-fit: cover;
}
.review_heading h3{
    background: var(--white);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: inherit;
}
.review_bottom_border{
     padding: 15px 20px;
     border-bottom: 1px solid #e2e2e2;
}  
.reviwe_login a{
     background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    padding: 6px 11px;
    color: var(--white);
} 
.state_category h5 {
    text-transform: uppercase;
} 
.submited_button a:hover, .submited_button a:focus, .submited_button a:active:hover, .submited_button a:active:focus {
    background: #1779d3;
    border-color: #1779d3;
}
.submited_button a{
    background: #1779d3;
    border-color: #1779d3;
   padding: 9px 13px;  
}
.submited_button button {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    /*padding: 6px 15px;*/
    margin-right: 8px;
}
.submited_button button:hover, .submited_button button:focus, .submited_button button:active:hover, .submited_button button:active:focus {
    background: #1779d3;
    border-color: #1779d3;
    outline: none;
}
.submited_button {
    margin-top: 18px;
}
.img_height {
    height: 200px;
    object-fit: cover;
}
.register_btn button {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    outline: none;
    /* padding: 6px 29px; */
}
.register_btn button:hover, .register_btn button:focus, .register_btn button:active:hover, .register_btn button:active:focus {
    background: #1779d3;
    border-color: #1779d3;
    outline: none;
}
.about_icon_background{
     background: linear-gradient(to right, #152032 , #2d7ef8);
}
.about_icon_background i{
     color: var(--white);
}
.about_icon_background p{
     color: var(--white);
}


/*.check_redio [type="radio"]:checked,
.check_redio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
*/
.check_redio [type="radio"]:checked + label,
.check_redio [type="radio"]:not(:checked) + label
{
    position: relative;
    font-size: 14px;
    padding-left: 28px;
    cursor: pointer;
    /*line-height: 20px;*/
    display: inline-block;
    color: #666;
   left: -21px;
    /*top: -8px;*/
}
.check_redio [type="radio"]:checked + label:before,
.check_redio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #bab1b1;
   /*border:3px solid #2f7ff9; */
    border-radius: 100%;
    background: var(--white);
}
.check_redio [type="radio"]:checked + label:after,
.check_redio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--white);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.check_redio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.check_redio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.check_redio [type="radio"]:checked + label:after,.check_redio  [type="radio"].with-gap:checked + label:before, .check_redio [type="radio"].with-gap:checked + label:after {
    border: 3px solid #152032;
    /*border:2px solid #2e7ff9;*/
}


.input-field button:hover, .input-field button:active, .input-field button:focus{
     background: #1779d3 !important;
     border-color: #1779d3 !important;
     outline: none;
}
.log-in-pop-right .form-group {
    margin-bottom: 17px;
}
.verify_modal .form-group {
    margin-bottom: 17px;
}
@media (min-width: 768px){
.verify_modal .modal-dialog {
    width: 500px !important;
    margin: 15% auto !important;

}
}
.verify_btn button {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    margin-right: 8px;
}
.verify_btn button:hover, .verify_btn button:focus, .verify_btn button:active:hover, .verify_btn button:active:focus {
    background: #1779d3;
    border-color: #1779d3;
    outline: none;
}
.contact_form .popup_disabled_btn{
     background: #1779d3 !important;
     color: var(--white) !important;
    /*cursor: not-allowed !important;*/
}
.select_details .form-group{
   margin-bottom: 20px;
}
.select_details select{
     color: #6B6B6B !important;
}
.text-content h3 {
    text-align: center;
    margin: 20px 0 15px;
}
.text-content h4 {
       text-align: center;
    margin-bottom: 16px;
    margin-top: 27px;
    font-size: 24px;
}
.table_name h4 {
       text-align: center;
    font-size: 23px;
    margin: 20px 0 10px 0;
}
.table_name h5 {
      text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 19px;
}
.table_name p {
    text-align: justify;
    color: #333;
    margin-top: 7px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 28px;
}
.text-content p{
    text-align: center;
    color: #333;
    margin-top: 7px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.table-content table {
    margin-bottom: 0;
}
.table_head h4 {
    text-align: center;
    margin: 15px 0;
}
.blog_single-contant li {
    font-weight: 400;
    font-size: 15px;
    list-style: disc !important;
    color: #515151;
    margin-bottom: 10px;
}

.blog_single-contant ul {
    padding-left:20px;
}

.blog_table{
    height:650px;
    overflow-y: auto;
}
.blog_table tbody {
    display: block;
    max-height: 450px;
    overflow-y: auto;
}
.blog_table tbody td{
    width:10%;
}
.blog_table::-webkit-scrollbar {
        /*opacity: 0;*/
}
/*accordian css start*/
.accordio_row {
    padding: 20px 15px 0;
}

.accordion_panel p {
    color: var(--white);
    margin-bottom: 0px;
    line-height: 21px;
    font-size:16px;
}
.panel_contant h4 {
    font-size: 16px;
}
.accordion_panel p:nth-child(2) {
    font-size: 14px;
}
.accordion_panel {
    border:1px solid #e2e2e2;
    margin-bottom: 7px !important;
}
.courses_panel_body {
    max-height: 250px;
    min-height: auto;
    overflow: auto;
    width: 100%;
    border-top: 0 !important;
    padding-top: 0 !important;
}
.panel_contant{
    /*border: 1px solid #e2e2e2;*/
    padding:7px 2px;
    /*box-shadow: 0 0 4px rgba(33,33,33,.5);*/
    margin-bottom: 12px;
}
.panel_contant p {
    color: #333;
    margin-bottom: 3px;
}
.panel_contant li{
    margin-bottom:10px;
    border-bottom: 1px solid #e2e2e2;
}
.panel_contant li:last-child{
    border-bottom:0;
}
.panel_contant ul {
    margin: 0;
    overflow: auto;
    max-height: 200px;
    min-height: auto;
}
.panel_contant:last-child {
    margin-bottom: 0;
}
.accordion_panel .panel-body {
    padding: 7px 7px 0;
}
.inner_panel{
    padding: 4px 3px;
    box-shadow: none !important;
}
.panel-default>.panel-heading {
  color: var(--white) !important;
  background-color:#20334c !important;
  border-color: #20334c !important;
  padding: 0;
  border-radius:0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 5px 15px;
}
.heaaing-accordian h4{
    color: #333;
    display: inline;
    font-size: 16px;
}
.heaaing-accordian i{
    margin-left: 15px;
    font-size: 18px;
    color: #333;
}
.accordian-border p{
    color: #333;
}
.accordian-border {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 7px;
}
.panel-default>.panel-heading a:after {
  content: "\002b";
    font-size: 21px;
    position: relative;
    bottom: 41px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color:#20334c;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.courses_group {
    margin-bottom: 10px !important;
}
.courses_group .panel-group {
    margin-bottom: 10px !important;
}
/*accordian css end*/

/*horizantal tab*/
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px 0;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  /*margin-right: 2px;*/
    width: 50%;
    border-top:1px solid #eee;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  color: #333;
  text-align: center;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  /*border-bottom: 4px solid rgb(80,144,247);*/
  
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  /*border-bottom: 4px solid #32465B !important;*/
  border-top: 1px solid #20334c;
  background: #20334c;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: var(--white);
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  /*margin-top: -3px;*/
  background-color: var(--white);
  border: 0;
  border-top: 1px solid #eee;
  padding: 26px 19px 5px;
}
.tabbable-line p {
    font-size: 16px;
    line-height: 30px;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.number_color li {
    color: var(--white) !important;
    font-weight: 500;
    font-size: 20px !important;
}
.adress_color {
    color: var(--white) !important;
    font-size: 20px !important;
}
.right_span{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #636363;
    word-break: break-all;
}
.aminities-icon i{
    margin-right:10px;
}
.aminities-icon li{
    font-size:14px;
}
.number_color li {
    width: 100% !important;
}
.package_list ul li i.fa.fa-close {
    color: #f00;
}
.package_list ul li i.fa.fa-check {
    color: #22a946;
}
h3.clg_view {
    font-size: 32px;
}
/*#loader3 {*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  background-color: transparent;*/
/*  border-radius: 50%;*/
/*  border-top: 4px solid black;*/
/*  border-right: 4px solid #ccc;*/
/*  border-bottom: 4px solid #ccc;*/
/*  border-left: 4px solid #ccc;*/
/*  animation: rotate .8s linear infinite;*/
/*}*/

/*@keyframes rotate {*/
/*  from {*/
/*    transform: rotate(0);*/
/*  }*/
/*  to {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/
/*loader start*/
#overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	left:0;
	right:0;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 50px;
	height: 50px;
	border: 5px #ddd solid;
	border-top: 5px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}
/*end loader*/
@media all and (max-width: 1024px) and (min-width: 768px) {
 .img-icons {
    width: 345px !important;
}
.img-icons_js {
    margin: auto 10px !important;
}
}


.contact_shere_btn li {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align:center;
    border-radius: 3px;
}
.contact_shere_btn ul li a {
    padding: 0;
}
.contact_shere_btn li:nth-child(1) {
    background: #3b5999;
}
.contact_shere_btn li:nth-child(2) {
    background: #1da1f2;
}
.contact_shere_btn li:nth-child(3) {
    background: #ff0000;
}
.contact_shere_btn li:nth-child(4) {
    background: #E1306C;
}
.contact_shere_btn li:nth-child(5) {
    background: #0073b0;
}
.quotes_form input {
    color: #6B6B6B !important;
}
.quotes_form textarea {
    color: #6B6B6B !important;
}
.quotes_form .feed_back input{
    color:var(--white) !important;
}
.clg_details_img img {
    height: 200px !important;
    object-fit: cover;
}













#loader3 {
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
  border-top: 5px dotted black;
  border-right: 5px dotted #ccc;
  border-bottom: 5px dotted #ccc;
  border-left: 5px dotted #ccc;
  animation: rotate .8s linear infinite;
  text-align:center;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.photo_gallery {
    padding: 7px;
}
ul.information_enquiry {
    margin-bottom: 19px;
}
.favroite_colleges {
    /* text-align: right; */
    /* padding-right: 8px; */
    /* padding-top: 3px; */
    /*box-shadow: 0 0 3px rgba(33,33,33,.5);*/
    box-shadow:0px 1px 10px #152033;
    position: absolute;
    top: 48%;
    background: #152032;
    right: 15px;
    z-index: 1;
    /*    right: 50%;*/
    /*text-align: center;*/

}
.favroite_colleges i{
    /* box-shadow: 0 0 4px 0 rgba(0,0,0,.25); */
    padding: 6px;
    color: var(--white);
}
.favroite_colleges span{
    display:block;
}
.favroite_colleges ul{
    margin-bottom:0;
}
.favroite_colleges li {
    display: inline-block;
    border-right: 1px solid rgba(230, 235, 236, .6);
}
.favroite_colleges li:last-child {
    border-right: 0;
}

.closepdf{
    margin-top:-22px !important;
}
.closepdf span{
    font-size:17px !important;
}
.pdf_name span{
    padding-left:16px;
}
li.pdf_btn {
 line-height: 28px;
}
/*}*/

.metrix_right_btn a{
    font-family: 'Quicksand', sans-serif; 
    border: 1px solid #152033; 
    color: #151f32; 
    font-weight: 700; 
    margin-top: 0px; 
    padding: 5px; 
    margin-bottom: 0px; 
    font-size: 16px; 
    border-radius: 0.2em;
}
.metrix_right_btn a:hover{
    color:var(--white);
    background:#152033;
}

.more_info a {
    padding: 6px 6px !important;
    border-radius: 0.2em !important;
    color: #20344c;
    border: 1px solid #141f31;
}
.more_info a:hover{
    color:var(--white);
    background:#152033;
}
.more_info {
    padding: 13px 13px 3px 13px;
}
.more_info li {
    display: inline-block;
    margin-right: 34px;
}
.text-content p{
    text-align: justify;
}

.font_bold {
    font-weight: 600;
    font-size: 17px;
}
.text-content h5 {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 19px;
}
.text-content ul {
    padding-left: 18px;
}
.text-content li {
    list-style-type: disc !important;
}
.table_name li {
    list-style: disc !important;
    text-align: justify;
    font-size:14px;
    line-height: 30px;
    font-weight: 200;
}
.table_name ul {
    padding-left: 18px;
}

.cutoff_tables th {
    color: var(--white);
    border-radius: 0;
    background: #20334c;
}
.viewcutoffs{
    /*margin: 10px;*/
    background: #20344c;
    font-weight: 500;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 3px;
    text-transform: capitalize;
    color:var(--white);
    /*margin-bottom: 10px !important;*/
}

.viewcutoffs:hover
{
    background: #20344c;
    color: var(--white) !important;
}

.dir-alp-tit ul{
    /*font-size: 16px;*/
    font-size: 16px;
    padding: 16px 15px;
}



/* result page css start*/
 .radio-toolbar {
  /*margin: 10px;*/
      margin-bottom:12px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: var(--white);
    padding: 3px 7px !important;
    padding: 6px;
    /* font-family: sans-serif, Arial; */
    font-size: 14px !important;
    color: #141f31;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    margin-bottom: 0;
    width: 33%;
    height: auto !important;
    margin-left: 3px;
}
.margin_cutoff {
    margin-left: 0px !important;
}
.cources-toolbar {
  /*margin: 10px;*/
  margin: 10px 0 24px 0;
}
.cources-toolbar i {
    margin-right: 3px;
    background: #141f31;
    width: 25px;
    height: 25px;
    padding: 4px;
    color: var(--white);
    border-radius: 100%;
     text-align: center;
}
.cources-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.cources-toolbar label {
    display: inline-block;
    background-color: var(--white);
    padding: 4px 10px !important;
    font-family: sans-serif, Arial;
    font-size: 16px !important;
    border: 2px solid #141f31;
    border-radius: 50px;
    margin: 0 0 0 8px;
    color: #141f31;
    height: auto !important;
    font-weight: 500;
    width: 25%;
    text-align: left;
    
}
.cources-toolbar a.clear_search {
    background-color: var(--white);
    padding: 8px 10px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #141f31;
    border-radius: 50px;
    margin: 0 0 0 3px;
    color: #141f31;
    font-weight: 500;
}
.cources-toolbar a.clear_search:hover,.cources-toolbar a.clear_search:active{
  background-color: #141f31;
  color: var(--white);  
}
.cources-toolbar a.clear_search:hover i,.cources-toolbar a.clear_search:active i{
  color: #141f31;
  background-color: var(--white);  
}
.cources-toolbar label:hover {
  background-color: #141f31;
  color: var(--white);
}
.cources-toolbar label:hover i {
    background: var(--white);
    color: #141f31;
}
.cources-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.cources-toolbar input[type="radio"]:checked + label {
    background-color: #141f31;
    /*border-color: #4c4;*/
    color: var(--white);
}
.cources-toolbar input[type="radio"]:checked + label i {
    background: var(--white);
    color: #141f31;
}
.clg_info {
    padding: 0 10px;
}
.clg_info_left{
    padding:0px !important;
}
.clg_info_right{
   padding:0px !important;
}
.info_list{
   padding-left: 15px !important;
   margin-bottom: 0px !important;
}
   .cutoff_header {
    background: #0a1019;
    margin-bottom: 15px;
}
.cutoff_header button.close {
    color: var(--white);
    opacity: 1;
}
.cutoff_header h4 {
    color: var(--white);
    text-align: center;
}
.college_cutoff_result td{
     text-align: center;
}
.border_color{
    background: #f2f2f2;
}
.border_color th{
      border-bottom: 0 !important;
    font-weight: 600;
    color: #333333;
}
.cutoff_modal{
    margin: 135px auto !important;
    width: 650px !important;
}
.cutoff_modal .modal-body {
    padding: 25px 30px !important;
}
.vertical_top{
    vertical-align: middle !important;
}
/* result page css  end*/

  .submit-profile a {
    background: #1779d3;
    padding: 8px 23px;
    color: var(--white);
    border-radius: 0.2em;
    border: 1px solid #1779d3;
    font-size: 14px;
}

/*cutofforder css start*/
.cutoff_redio input[type="radio"] {
    position: relative;
    /*opacity: 1;*/
    left: 0;
   z-index: 999;
    margin: 0;
    top: 24px;
    left: 7px;
}
.cutoff_redio {
        /*margin-bottom: 18px;*/
            margin-bottom: 4rem;
    font-size: 12px;
    padding: 0 3px 10px 3px;
    border-radius: 0.2em;
}
.cutoff_redio.redio_border {
    border:3px solid #305ca9;
}
.cutoff_redio.border-redio {
    
    border: 3px solid #f38720;
}
.check_btn.text-center {
    margin-bottom: 8px;
}
/*.cutoff_redioo [type="radio"]:checked,
.cutoff_redio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
*/
.cutoff_redio [type="radio"]:checked + label,
.cutoff_redio [type="radio"]:not(:checked) + label
{
        position: relative;
    font-size: 15px;
    padding-left: 36px;
    /*cursor: pointer;*/
    line-height: 20px;
    display: inline-block;
    color: #666;
    /*left: -8px;*/
    /*top: -24px;*/
}
.cutoff_redio [type="radio"]:checked + label:before,
.cutoff_redio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #bab1b1;
    border-radius: 100%;
    background: var(--white);
}
.cutoff_redio [type="radio"]:checked + label:after,
.cutoff_redio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--white);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cutoff_redio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cutoff_redio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cutoff_redio [type="radio"]:checked + label:after,.cutoff_redio  [type="radio"].with-gap:checked + label:before, .cutoff_redio [type="radio"].with-gap:checked + label:after {
    border: 3px solid #152032;
}
.cutoff_redio span {
    color: #182539;
    font-weight: 600;
    font-size: 16px;
    /* padding-top: 58px; */
}
.coupen_btn {
    margin-top: 30px;
}
.coup_left {
    padding-left: 0 !important;
}
.coupen_btn button {
    background: linear-gradient(to bottom,#3384ff, #2170e8);
    border: 1px solid #2878f1;
    color: var(--white);
    border-radius: 0.2em;
    font-size: 14px;
    padding: 6px 13px;
    /* line-height: 2; */
}.apply_coupon {
    margin-bottom: 20px;
}
.order-cutoff h3 {
    padding-left: 38px;
    margin-bottom: 7px;
    font-size: 20px;
}
.order-cutoff h2 {
    margin-bottom: 4px;
    font-size: 22px;
}
.cutoff_table h4 {
    font-size: 17px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 16px;
}
.cutoff_table h5 {
    font-size: 17px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 6px;
}
.order-cutoff i{
    font-size: 31px;
}
.order-cutoff {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}
.cutoff-description {
    margin-top: 12px;
}
.cutoff-description p{
    text-align: justify;
}
.cutoff_table_scroll tr td {
    /* text-align: justify; */
    padding: 14px 8px !important;
}
.cutoff-description li {
    list-style: circle !important;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
    text-align: justify;
}
.cutoff_table_scroll thead td {
    border-bottom: 0 !important;
}
.cutoff_table_scroll {
    height: 250px;
    overflow-y: auto;
}
.cutoff_description_list p {
    line-height: 28px;
    text-align: justify;
}
.cutoff-description ul {
    padding-left: 24px;
}
.cutoff_table table.table {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.cutoff_description_list UL li {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}
.cutoff_table {
    /*border-bottom: 1px solid #ddd;*/
        margin-top: 15px;
    margin-bottom: 15px;
}
.cutoff_description_list {
    margin-top: 15px;
}
.cutoff_description_list h4 {
    margin-bottom: 5px;
}
.cutoff_description_list h5 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 18px;
}
.cutoff_description_list h4 {
    margin-bottom: 9px;
}
.cutoff_description_list li {
    list-style-type: disc !important;
    font-size: 14px;
}
.cutoff_description_list ul {
    padding-left: 24px;
}
.select-options {
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 25px;
    margin-top: 18px;
}
.apply_coupon label {
    margin-bottom: 9px;
}
.sub_cutoff td {
    /*padding: 15px 8px !important;*/
     padding: 30px 8px !important;
}
.grand_total td {
    font-size: 16px;
}

.check_redio.redio-margin_botttom {
    margin-bottom: 4rem;
}
/*cutofforder css end*/

/*college predictor css start*/
.neet_pera p{
    line-height: 28px;
    text-align: justify;
}
.neet_pera li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    list-style-type: disc !important;
    text-align: justify;
    margin-bottom: 6px;
}
.neet_pera ul {
    padding-left: 43px;
}
.predictor_padding li {
    /* list-style: circle !important; */
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    /* margin-bottom: 15px; */
    /* font-weight: normal; */
    padding-left: 20px;
}
.predictor_padding li:before {
    content: '';
    width: 8px;
    left: 0;
    height: 13px;
    border-bottom: 2px solid #152133;
    top: 6px;
    border-right: 2px solid #172438;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.predictor_padding ul {
    padding-left: 30px;
}
.predictor_background {
    background: #f2f3f4;
    padding: 4rem 0;
    margin-top: 4rem;
}
.all_predictor_background li {
    font-size: 15px;
    line-height: 30px;
    list-style-type: circle !important;
    margin-bottom: 12px;
        text-align: justify;
}
.all_predictor_background {
    background: var(--white);
 
    box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
    /*border: 1px solid #eaedef;*/
}
.all_predictor_background ul {
    padding: 5px 4rem 0px 4rem;
}
.all_predictor_background a {
    background: #1779d3;
    color: var(--white);
    background: #1779d3;
    border-color: #1779D4;
    border-radius: 0.2em;
    padding: 6px 29px;
    font-size: 15px;
}
.all_predictor_background h4 {
    background: #20334c;
    color: var(--white);
    padding: 15px;
}
/*college predictor css end*/


/*top header css start*/
.top_header_background {
    padding: 1rem 0;
    background: var(--orange);
}
.top_email-details ul {
    margin: 8px 0;;
}
.top_email-details li {
    line-height: 20px;
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    float: left;
    margin-right: 15px;

}
.top_email-details a {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
}
.top_header-icon {
    /*margin: 10px 0;*/
}
.top_header-icon ul {
    float: right;
    margin: 5px 0;
}
.top_header-icon li {
    width: 26px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    border-radius: 50%;
    float: left;
    margin: 0 8px;
    color: var(--white);
}
.top_header-icon li a {
    color: var(--white);
}
.top_header-icon img{
    width: 25px;
    border-radius: 50%;
}
.top_header-icon li:nth-child(1) {
    background: #3b5999;
    border: 1px solid #3b5999;
}
.top_header-icon li:nth-child(2) {
    background: #1da1f2;
     border: 1px solid #1da1f2;
}
.top_header-icon li:nth-child(3) {
    background: #ff0000;
    border: 1px solid #ff0000;
}
.top_header-icon li:nth-child(4) {
    background: #E1306C;
    border: 1px solid #E1306C;
}
.top_header-icon li:nth-child(5) {
    background: #007fb5;
    border: 1px solid #007fb5;
}
.top_header-icon li:nth-child(6) {
    background: #c8232c;
}
.top_email-details ul li i {
    padding-right: 5px;
}
/*top header css end*/
/*home notification css start*/
.neet_notification_icon i {
    font-size: 47px;
    margin: 0 0 13px 0;
}
.notification_update {
    text-align: center;
}
.neet_notification_content h4 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 32px;
    font-family: revert;
}
.neet_notification_content a {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    color: var(--white);
    margin-top: 9px;
    outline:none;
}
.neet_notification_content a:hover,.neet_notification_content a:focus,.neet_notification_content a:active,.neet_notification_content a:active:hover{
    background: #1779d3;
    border-color: #1779d3;
    outline: none;
}
.update_neet {
    background: #f2f3f4;
    height: 450px;
    padding: 7% 7% !important;
}
.notification_neet {
    background: linear-gradient(to bottom, #1779d3 , #233a53);
    height: 450px;
    padding: 3% 3% 4% !important;
}
.notification_scroll {
    height: 260px;
    overflow-y: auto !important;
}
.notification_scroll::-webkit-scrollbar {
        opacity: 0;
}
.updateds_background:hover.carousel-control{
    display:block !important;
}
.neet_notification_row {
    display: contents !important;
}
/*home notification css end*/
/*services page css start*/
.services_box_icon {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to bottom, #1779d3 , #233a53);
    box-shadow: 0 0 11px rgba(33,33,33,.5);
    margin: 0px auto;
    width: 70px;
    color: var(--white);
    padding: 5px;
    border-radius: .2rem;
    font-size: 36px;
}
.services_box {
    box-shadow: 0 4px 15px 0 rgba(40, 44, 53, 0.06), 0 2px 2px 0 rgba(40, 44, 53, 0.08);
    background: var(--white);
    border: 1px solid #E1E1E1;
    padding: 20px;
    position: relative;
    margin-bottom: 60px;
    min-height: 295px;
}
.servoces_layout {
    margin-top: 6%;
}
.services_box_description {
   padding-top: 4rem;
 
}
.services_box_description h4 {
    margin-bottom: 10px;
    text-align: center;
}
.read_box {
    text-align: center;
    margin: 29px 0 6px;
}
.read_box a {
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 0.2em;
    padding: 7px 7px;
    color: var(--white);
}
.services_page {
    margin: 45px 0;
}
.services_page h3 {
    margin-bottom: 10px;
}
.services_page p{
    line-height: 26px;
}
.services_box_description ul {
    padding-left: 15px;
}
.services_box_description li {
    font-size: 15px;
    font-weight: 200;
    line-height: 30px;
    list-style-type: circle !important;
    text-align: justify;
 
}
.services_box_descriptions li {
    font-size: 15px;
    font-weight: 200;
    line-height: 30px;
    list-style-type: disc !important;
    text-align: justify;
    margin-bottom: 9px;
  
}
.services_box_descriptions ul {
    padding-left: 30px;
}
.modal-body.services_box_descriptions {
    max-height: 500px;
    min-height: 350px;
    overflow-y: auto;
    padding: 15px 20px;
}
.modal-body.services_box_descriptions::-webkit-scrollbar {
        opacity: 0;
}
@media (min-width: 768px){
.services_box_modal .modal-dialog {
    width: 800px !important;
    margin: 30px auto;
}
}
/*services page css end*/
/*important ewbsite pagr css start*/
.table_website thead tr {
    background: linear-gradient(to right, #152032 , #2d7ef8);
}
.table_website thead tr th {
       color: var(--white);
    padding: 13px !important;
    font-size: 16px;
    border-bottom: 0 !important;
}
.table_website tbody tr td {
    padding: 13px 13px !important;
    color: #333;
    font-size: 15px;
}
.table_website > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table_website > tbody > tr:nth-of-type(odd) {
    background-color: var(--white);
}
.table_web_height {
    height: 550px;
    overflow-y: auto;
}

.page_background{
     background-color: #f9f9f9;
}
.table_web_height::-webkit-scrollbar {
        opacity: 0;
}
/*important ewbsite pagr css end*/
/*all about cources css start*/
.all_about_cources {
        background: var(--white);
    /* border: 5px solid #233a53; */
    border-radius: 10px;
    /* padding: 30px 20px; */
    text-align: center;
    box-shadow: 0 4px 15px 0 rgba(40, 44, 53, 0.06), 0 2px 2px 0 rgba(40, 44, 53, 0.08);
    background: linear-gradient(to top, #f2861f , #233a53);
    padding: 4px;
}
.all_about {
    background: var(--white);
    padding: 30px 20px;
    border-radius: 5px;
}
.all_about_icon {
    /*background: #2574ed;*/
    /*width: 52px;*/
    /*border-radius: 100%;*/
    margin: 0 auto 15px;
    padding:12px 0;
    /*height: 52px;*/
}
.all_about_icon i {
        width: 5.5rem;
    font-size: 30px;
    color: var(--white);
    background: linear-gradient(to bottom, #f2861f , #233a53);
    padding: 11px 0;
    border-radius: 100%;
    height: 5.5rem;
}
.all_about_cources:hover .all_about_icon i{
    background: transparent;
    border: 2px solid #f2861f;
    color:#f2861f;
}
.all_about_cources:hover .all_about_icon i{
    /*color:#2574ed;*/
}
.all_padding {
    padding: 60px 15px;
}
.all_about_contant {
    margin: 9px 0;
}
.all_about_btn a {
    border: 2px solid #f2861f;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #2a2b33;
}
.all_about_btn {
    margin-top: 25px;
}

.mbbs_eligibility {
    padding: 4rem 0 12px 0;
}
.mbbs_all_about p {
    line-height: 28px;
}
.mbbs_eligibility h2 {
    margin-bottom: 17px;
}
.eligibility_list li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    list-style-type: disc !important;
    text-align: justify;
    margin-bottom: 6px;
}
.eligibility_list {
    padding-bottom: 30px;
}
.mbbs_-process li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    list-style-type: disc !important;
    text-align: justify;
    margin-bottom: 6px;
}
.mbbs_specialization {
    padding: 30px 0;
}
.mbbs_specialization h2 {
    margin-bottom: 12px;
}
.eligibility_list ul {
    padding-left: 24px;
}
.mbbs_-process ul {
     padding-left: 24px;
}
.mbbs_specialization li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    list-style-type: circle !important;
    text-align: justify;
}
.mbbs_all_about h2,h3,h4 {
    margin-bottom: 15px;
}
.mbbs_specialization ul {
    padding-left: 24px;
}
.mbbs_que ul li{
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    list-style-type: circle !important;
    text-align: justify;
}
.mbbs_que ol li {
     line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}
.mbbs_que ul {
     padding-left: 24px;
}
.mbbs_scope li{
     line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    list-style-type: disc !important;
    text-align: justify;
}
.mbbs_scope ul {
     padding-left: 24px;
}
.mbbs_scope {
    padding-bottom: 15px;
}
.mbbs_top {
    margin-bottom: 15px;
}
.bds_specialization li {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    list-style-type: circle !important;
}
.bds_specialization ul {
    padding-left: 30px;
}
.number_list ul li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}
.number-lists ol li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 6px;
}
/*all about cources css end*/
/*blog css*/
.blog_table table tbody tr:first-child td {
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
}
.blog_table table tbody tr:nth-child(2) td {
    /*color: var(--white);*/
    /*font-weight: 600;*/
    /*font-size: 14px;*/
}
.blog_table table tbody tr:first-child{
    background: linear-gradient(to right, #152032 , #2d7ef8); 
}
.blog_table table tbody tr:nth-child(2)  {
    /*background: linear-gradient(to right, #152032 , #2d7ef8); */
}
.blog_table table tbody tr td {
    padding: 10px 2px !important;
}
.radio-toolbar [type="radio"]:disabled:checked + label:after {
    background-color: transparent;
    border-color: transparent;
}
.cutoff_pay a.btn {
    font-size: 15px;
    background: #1779d3;
    border-color: #1779d3;
    border-radius: 50px;
    color: var(--white);
    font-weight: 600;
    /* margin-top: 9px; */
    outline: none !important;
    padding: 6px 25px;
    box-shadow: none;
        border: 2px solid transparent;
}
.cutoff_pay a:hover {
    background: transparent;
    border: 2px solid #1779d3;
    color: #1779d3;
}
.slider_predictor a {
   background: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 50px;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    margin-top: 4rem;
    outline: none;
    height: auto;
    padding: 10px 20px;
    text-align: center;

}
.slider_predictor a:hover,.slider_predictor a:focus,.slider_predictor a:active,.slider_predictor a:active:hover{
    background: transparent;
    border: 2px solid var(--orange);
    outline: none;
}
.profile_all_productor {
    /* box-shadow: 0 0 11px rgba(33,33,33,.5); */
    margin-top: 26px;
}
.all_india_productor {
    position: relative;
    margin-bottom: 22px;
    border: 1px solid #eaedef;
    box-shadow: 0 0 11px rgba(33,33,33,.5);
    overflow: hidden;
}
.all_india_productor_img img{
    width: 100%;
    /*opacity: 0.9;*/
    transition: all .5s ease;
}
.all_india_productor_img:hover img {
    transform: scale(1.05);
}
.all_india_productor:before {
    /*content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;*/
}
.all_india_btn {
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    text-align: center;
}
.all_india_btn a {
    border: 2px solid var(--orange);
    color: var(--white);
    padding: 4px;
    background:var(--orange); 
    border-radius: 50px;
}
.all_india_btn a:hover{
     background: transparent;

}
.all_india_productor:hover .all_india_btn a {
    background:transparent;
}


/*new header css start*/
.top_header .profile_menu a {
    padding: 8px 13px !important;
}
ul.dropdown-menu.multi-level.profile_menu {
    /*min-width: 120px;*/
    /*margin-top: 2px;*/
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
}
.profile_menu li a i {
    margin-right: 6px;
}
.top_header_menu ul li a {
    padding: 19px 7px;
    color: var(--white);
    font-size: 15px;
    margin: 7px 0;
}
.top_header_menu .dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.top_header_menu .search_clgs{
     padding: 13px 0 0 0;  
}
.search_top {
    background: #2d7ef8;
    padding: 16px 0;
    width: 100%;
     height: 66px;
    background: #151f31;
    z-index: 999;
    position: sticky;
    top: 60px;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    background: var(--white);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.top_header_menu .nav .open > a,.top_header_menu .nav .open > a:hover,.top_header_menu .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.search_top{
     display: none;
}
.search_top_home{
     display: none;
}
.top_header_menu li.dropdown {
    outline: none;
}
.search_top .form-group {
    margin-bottom: 0px;
}
.search_top .search_clgs button {
    background: red;
    background: linear-gradient(to bottom,#3384ff, #2170e8);
    border: 1px solid #2878f1;
    color: var(--white);
    border-radius: 0.2em;
    font-size: 16px;
    padding: 7px 25px;
}
.search_top input {
    height: 37px;
}
.top_header .register_btn  a{
     font-size: 14px;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 4px;
    padding: 6px 10px !important;
    margin-left: 5px;
}
.top_header_menu .register_btn  a{
     font-size: 14px;
    color: var(--white);
    border: 1px solid #44526c;
    font-weight: 400;
    border-radius: 4px;
    padding: 6px 10px !important;
    margin-left: 4px;
}
.top_header_menu .navbar-nav > li {
    float: none;
    display: inline-block;
}
.home_page_search .top-menu-down {
    top: 60px;
}
.home_page_search .search_top_home {
    background: #2d7ef8;
    padding: 16px 0;
    width: 100%;
     height: 66px;
    background: #151f31;
    z-index: 999;
    /*top: 0px;*/
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    background: var(--white);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.productor_page{
    background: #f2f3f4;
}
.profile_page {
    background: #f2f3f4;
}


.all_about_list ul li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    list-style-type: disc !important;
    /* text-align: justify; */
}
.all_about_list ol li {
line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 6px;
}
.all_about_list  ul {
    padding-left: 24px;
}
.all_about_list p{
    line-height: 28px;
}
.all_about_list h2, h3, h4 {
    margin-bottom: 15px;
}



/*scroll css start*/

.modal-body.services_box_descriptions::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.modal-body.services_box_descriptions::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.4) ; 
   border-radius: 10px;
}
 
/* Handle */
.modal-body.services_box_descriptions::-webkit-scrollbar-thumb {
  background: var(--orange); 
   border-radius: 10px;
}

/* Handle on hover */
.modal-body.services_box_descriptions::-webkit-scrollbar-thumb:hover {
  background:  var(--orange); 
}
/*table css*/
.table_web_height thead {
    display: table;
}
.table_web_height tbody {
    display: block;
    max-height: 450px;
    overflow-y: auto;
}
.table_web_height td, th {
    width: 12%;
}
.table_web_height tbody::-webkit-scrollbar {
  width: 5px;
}


/* Track */
.table_web_height tbody::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.4) ; 
   border-radius: 10px;
}
 
/* Handle */
.table_web_height tbody::-webkit-scrollbar-thumb {
  background:  var(--orange); 
   border-radius: 10px;
}

/* Handle on hover */
.table_web_height tbody::-webkit-scrollbar-thumb:hover {
  background:  var(--orange); 
}
/**/

.blog_table tbody::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.blog_table tbody::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.4); 
   border-radius: 10px;
}
 
/* Handle */
.blog_table tbody::-webkit-scrollbar-thumb {
  background:  var(--orange); 
   border-radius: 10px;
}

/* Handle on hover */
.blog_table tbody::-webkit-scrollbar-thumb:hover {
  background: var(--orange); 
}
/**/
.blog_table::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.blog_table::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.4) ; 
   border-radius: 10px;
}
 
/* Handle */
.blog_table::-webkit-scrollbar-thumb {
  background: var(--orange); 
   border-radius: 10px;
}

/* Handle on hover */
.blog_table::-webkit-scrollbar-thumb:hover {
  background: var(--orange); 
}
/**/
.cutoff_table_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.cutoff_table_scroll::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.4) ; 
   border-radius: 10px;
}
 
/* Handle */
.cutoff_table_scroll::-webkit-scrollbar-thumb {
  background: var(--orange); 
   border-radius: 10px;
}

/* Handle on hover */
.cutoff_table_scroll::-webkit-scrollbar-thumb:hover {
      background: var(--orange); 
    
}

.top_header_menu{text-align: right;}
.top_header_menu .navbar-nav{width: 100%;}
.mt-30{margin-top: 30px;}
.align-items-center{align-items: center;}
.row{flex-wrap: wrap; display: flex;}
.common-section{padding: 30px 0; background: var(--light-bg);}
.common-section h2{font-size: 3.2rem; margin-bottom: 20px;}
.common-section h2 span{font-size: 2.6rem; display: block; font-weight: 700;}
.img{box-shadow: 0 18px 18px -4px rgba(24,39,75,.14), 0 8px 28px -6px rgba(24,39,75,.12); border-radius: 10px;}
.neet-feature-list li, .neet-feature-list p{font-size: 16px;}
.neet-feature-list ul{padding-inline-start: 20px;}
.neet-feature-list li{font-weight: normal; margin-bottom: 10px;}
.common-form h3{font-size: 24px; font-weight: bold;}
.common-form.neet{max-width: 80%; margin: auto; background: #f2f2f2; padding: 20px; border-radius: 10px;}
.common-form label{font-weight: 700;}
.common-form .form-control{height: 4rem; border-radius: 4px; font-weight: normal;}
.common-form .form-group{margin-bottom: 15px;}
.common-form .btn{background: #151f31; color: var(--white) !important; font-size: 16px; font-weight: 700; padding: 10px 20px;}
.clg-table-data h2{font-size: 30px; text-align: center;}
.m-auto{margin: auto;}
.clg-table-data table th{font-size: 18px; border: 0; position: sticky; top: 0; font-weight: 600; background: #151f31; color: var(--white); padding: 10px !important; text-align: center;}
.clg-table-data table td{border: 1px solid #ddd; padding: 10px !important;}
.clg-table-data .table-responsive{max-height: 300px; overflow-y: auto;}
.clg-table-data .table-responsive::-webkit-scrollbar { width: 4px; }
.clg-table-data .table-responsive::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; }
.clg-table-data .table-responsive::-webkit-scrollbar-thumb { background: #151f31; border-radius: 4px; }

.info-list{list-style: disc; padding-inline-start: 2rem; }
.info-list li{margin-bottom: 1rem;}
.info-list li::marker{color: var(--blue-d-2); height: 1rem; width: 1rem; border-radius: 50%;}

.custom-card{padding: 2rem; background: var(--white); height: 100%; justify-content: space-between; border-radius: 1rem; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.custom-card h3{font-size: 2rem; margin-bottom: 3rem; color: var(--blue-d-2);}
.custom-card .btn{background: var(--card-color);  border: 0; color: var(--white); padding: 1rem 1.8rem; font-weight: 700;}
.table-responsive{margin: 2rem 0; overflow-x: auto; border: 0; padding-bottom: 1rem;}
.table-responsive table td, .table-responsive table th{border: .1rem solid var(--light-blue) !important; vertical-align: middle !important; text-align: center; padding: 1rem !important; font-size: 1.4rem;}
.table-responsive table th{background: var(--light-blue); color: var(--white); font-weight: 500;}

.modal{overflow-y: auto;}
.modal-form .modal-content{padding: 1.6rem;}
.modal-form .modal-content h2{font-size: 2rem; margin-bottom: 2.5rem;}
.modal-form .modal-content label{font-size: 1.4rem; font-weight: 600; margin-bottom: .5rem;}
.modal-form .modal-content .form-group{margin-bottom: 1.5rem;}
.modal-form .modal-content .btn{background: var(--card-color); font-size: 1.4rem; color: var(--white); padding: 1rem 2rem; font-weight: 700;}

.top-section .nav-item .nav-link{font-size: 1.3rem; letter-spacing: -.04rem; font-weight: 600; background: transparent; border-radius: 3rem; padding: .4rem 1.2rem;}
.top-section .nav-item .nav-link.green{color: var(--green);}
.top-section .nav-item .nav-link.yellow{color: var(--yellow);}
.top-section .nav-item .nav-link.red{color: var(--red);}
.top-section .nav-item.active .nav-link{color: var(--white);}
.payment-price .line-through{opacity: .6;}
.payemnt-tab .nav-item .nav-link{white-space: normal; border: .1rem solid transparent; padding: 1.2rem 1.6rem; transition: all .3s ease; background: var(--light-bg); margin: 0; text-align: left; font-weight: 600; border-radius: 1rem; color: var(--black);}
/* .payemnt-tab .nav-item .nav-link i{color: transparent;} */
.payemnt-tab .nav-item.active .nav-link{color: var(--blue); border-color: var(--blue);}
.payemnt-tab .nav-item .nav-link .circle{color: var(--light-grey);}
.payemnt-tab .nav-item .nav-link .check{display: none;}
.payemnt-tab .nav-item.active .nav-link .check{color: var(--blue); display: block;}
.payemnt-tab .nav-item.active .nav-link .circle{display: none;}
.clg-list a{color: var(--blue-d-2);}
/* .payment-container{width: 40%;} */
.top-section .nav-item.active .nav-link.green{background: var(--green);}
.top-section .nav-item.active .nav-link.yellow{background: var(--yellow);}
.top-section .nav-item.active .nav-link.red{background: var(--red);}
.tab-list h4{ margin: 0 1.5rem 0 0; }
.custom-card .badge{background: var(--light-bg); margin: 0; font-weight: 500; color: var(--blue-d-2); padding: .6rem 1rem;}
.custom-card .badge.green{background: var(--green); color: var(--white);}
.custom-card .badge.yellow{background: var(--yellow);}
.custom-card .badge.red{background: var(--red);}
.otp-block{position: relative;}
.otp-block .btn{font-size: 1.2rem !important; position: absolute; padding: .6rem 1rem !important; right: .5rem; top: 50%; transform: translateY(-50%); z-index: 2;}
.logo-img img{max-height: 10rem; object-fit: contain; width: 100%;}
/* slider */

#slider-text {
    padding-top: 40px;
    display: block;
}

#slider-text .col-md-6 {
    overflow: hidden;
}

#slider-control img {
    padding-top: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    #slider-control img {
        padding-top: 70px;
        margin: 0 auto;
    }
}

.carousel-showmanymoveone .carousel-control {
    width: 2rem;
    background-image: none !important;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
    display: none;
}

@media all and (min-width: 768px) {

    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {

    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -16.666%;
    }

    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 16.666%;
    }

    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.com-padding {
    padding-bottom: 40px;
}
.carousel-control{text-shadow: none !important;}
#slider-control .left { left: -1.5rem; }
#slider-control .left, #slider-control .right{ top: 50%; transform: translateY(-50%);}
#slider-control i {
    color: #18395d;
    font-size: 28px;
}

.imglogo_height {
    margin: auto;
    text-align: center;
}

.imglogo_height img {
    height: 10rem;
    object-fit: contain
}

@media only screen and (max-width: 768px) {
    .imglogo_height {
        width: 200px;
        height: 200px;
    }
}