@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800');
/* CSS Document */
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/
/* 06 - RESPONSIVE STYLE*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
a:focus {
    outline: 0
}

:focus {
    outline: none;
    outline-width: 0
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline-width: 0
}

a {
    color: #a90b0b;
    transition: color ease-in .3s;
    -moz-transition: color ease-in .3s;
    -webkit-transition: color ease-in .3s
}

a:active,
a:hover,
a:focus {
    outline: 0;
    color: #0e4c92;
    text-decoration: none
}

::-moz-selection {
    background: #f26722;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #f26722;
    color: #fff;
    text-shadow: none
}

*,
:before,
:after {
    box-sizing: border-box
}

li {
    list-style: none
}

.anidiv {
    overflow: hidden;
    width: 100%;
}

/*---------------------------------------------------------  Raji  -------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.banner-bg {
    min-height: 800px;
    background: url(../img/banner-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.ban-txt {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 0;
}

.badge {
    background: #ff9c00;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 12px;
}

.ban-txt h1 {
    font-size: 58px;
    font-weight: 600;
    color: #5DB389;
    line-height: 78px;

}

.ban-txt p {
    font-size: 29px;
    color: #562F4A;
    font-style: italic;
    margin-top: 25px;
}

.form-div {
    background: rgba(255, 255, 255, 0.85);
    padding: 35px;
    border-radius: 9px;
    display: block;
    margin-top: 30px;
}

.form-group label {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.header-part {
    padding: 16px 0;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #434343;
    font-size: 14px;
    padding-left: 45px;
}

.navbar-default .navbar-nav>li>a.menuactive {
    color: #5DB389;
}

.form-control.arr-select {
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/arrow-down.png) no-repeat;
    background-position: 95%;
}

.form-control.cale {
    background: #fff url(../img/feather-calendar.png) no-repeat;
    background-position: 95%;
}

.social-icons i {
    font-size: 26px;
    margin-right: 32px;
}

.social-icons {
    margin-top: 24px;
}

.white-bg.pad20 {
    padding: 80px 0 60px;
}

.mb15 {
    margin-bottom: 20px;
}

.footer {
    background: #886D80;
    padding: 100px 0;
    color: #fff
}

.footer h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 41px;
    margin: 5px 0 14px;
}

input.f-frm {
    width: 100%;
    height: 44px;
    padding: 12px;
    font-size: 14px;
    color: #575757;
}

a.search-btn {
    background: #5DB389;
    display: block;
    margin-top: 15px;
    border-radius: 25px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
}

.footer p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-right: 20px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul.foot-link li {
    display: table;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer ul.foot-link {
    padding: 0 0px;
}

.footer ul.foot-link li a {
    color: #fff;

    text-align: left;
    font-size: 16px;
}

.footer ul.foot-link li i {
    display: table-cell;
    padding-right: 10px;
}


.white-bg {
    padding: 140px 0;
}

.img-center {
    display: block;
    margin: 0 auto;
}

address {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}

ul.fool-menu li a {
    color: #6987b3;
    font-size: 16px;
    text-decoration: underline;
}

ul.fool-menu li {
    display: inline-block;
    margin: 0 11px;

}

.form-control {
    background: #fff;
    height: 30px;
    border: 1px solid #E5DEDE !important;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    color: #333333;
    height: 44px;
}

.go-btn {
    width: 100% !important;
    background-color: #562F4A;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    height: 44px;
    border-radius: 0;
}

.go-btn:hover,
.go-btn:focus {
    color: #fff !important;
}

h3.hd-txt {
    font-size: 45px;
    line-height: 60px;
    padding: 0 300px;
    margin-bottom: 20px;
    font-weight: 600;
}

h3.hd-txt span {
    font-weight: 600;
}

.bgreen-txt {
    font-weight: 600;
    color: #5DB389;

}

.para-txt {
    padding: 0 220px;
    font-size: 16px;
    color: #434343;
    line-height: 30px;
    margin-bottom: 120px;
}

.txt-hd {
    /* background-color: #5DB389; */
    /* width: 4px; */
    /* height: 72px; */
    border-left: 4px solid #5DB389;
    padding-left: 15px;
}

.txt-hd span {
    color: #434343;
    font-size: 14px;
}

.txt-hd h4 {
    color: #562F4A;
    font-size: 40px;
    margin: 2px 0 0;
    font-weight: 600;
    line-height: 47px;
}

.content-part {
    margin-top: 20px;
    margin-bottom: 80px;
}

.content-part p {
    font-size: 16px;
    line-height: 30px;
    color: #434343;
    margin-bottom: 20px;
}

.content-part p:first-child {
    margin-right: -48px;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: middle;
}

.row-centered {
    text-align: center;

}

.m0 {
    margin: 0;
}

.book-btn {
    background-color: #562F4A;
    height: 50px;
    width: 170px;
    display: block;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    padding: 14px;
    margin-top: 25px;
    cursor: pointer;
}

.book-btn:hover,
.book-btn:focus {
    color: #fff;
}

.green-bg {
    background-color: #5DB389;

}

.pad0 {
    padding: 0 !important;
}

.txt-hd.txt-hd-wht h4 {
    color: #fff;
}

.txt-hd.txt-hd-wht span {
    color: #fff;
}

.txt-hd.txt-hd-wht {
    border-color: #fff;
    margin-bottom: 30px;
}

.text-greenpart {
    padding: 0 15px;
}

.hme-gr-text p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 25px;
}

.book-btn.ck-btn {
    margin-top: 0;
    width: auto;
    display: inline-block;
    padding: 13px 25px;
}

.slide-part ul {
    margin: 0;
    padding: 0;
}

.slide-part ul li {
    list-style: none;
}

.clear-para-margin p:first-child {
    margin-right: 0;
}

.quik-links ul li a {
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 20px;
    display: block;
}

span.cpy-txt {
    display: block;
    margin-top: 40px;
    font-size: 16px;
    opacity: 0.55;
}

/*------------------------ Inner Page --------------------------------*/
.header-shadow {
    box-shadow: 0px 4px 6px rgb(0 0 0 / 18%);
    min-height: 115px;
}

.sub-header {
    min-height: 106px;
    border-bottom: 1px solid #E9E8E8;
}

.dspltabl {
    display: flex;
    vertical-align: top;
    padding: 30px 15px 35px;
}

.dspltabl .go-btn {
    margin: 0;
    width: 100px !important;
}

.dspltabl .form-group {
    margin: 0 12px 0 0;
}

.dspltabl .form-control.wdth60 {
    width: 60px;
    min-width: 60px;
}

.dspltabl .form-group {
    margin: 0 12px 0 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.form-group.disflxr.wdth300 {
    min-width: 300px;
}

.form-group.disflxr.wdth60 {
    max-width: 60px;
}

.dspltabl .form-control {
    /* min-width: 146px; */
    margin: 0;

}

.arrw img {
    display: block;
    margin: 2px auto !important;
}

.clk-txt {
    font-size: 44px;
    font-weight: 600;
    color: #33B686;
    background: url(../img/circle.png) no-repeat;
    background-position: center;
}

.img-part img {
    position: relative;
}

.clk-txt {
    font-size: 44px;
    font-weight: 600;
    color: #33B686;
    background: url(../img/circle.png) no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 177px;
    left: 50%;
    width: 118px;
    height: 118px;
    margin-left: -59px;
    padding: 24px 13px;
}

.img-part {
    margin-bottom: 90px;
}

.white-inner-bg {
    padding: 40px 0 50px;
}

.tbl-bx {
    border: 1px solid #E1DDDD;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    border-radius: 9px;
    margin-bottom: 30px;
}

.tbl-bx h3 {
    padding: 0 20px;
}

.lnght {
    line-height: 25px !important;
}

.tbl-bx h4 {
    font-size: 18px;
    color: #434343;
    font-weight: 600;
    margin: 0 0 0px;
}

.badger {
    background: #F8F6F6;
    padding: 3px 6px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    color: #434343;
}

.wdth132 {
    min-width: 132px;
}

.tbl-bx h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: Trebuchet MS;
    line-height: 26px;
    color: #562F4A;
}

.padlftrght {
    padding: 0 30px !important;
}

.table td {
    border-bottom: 1px solid rgba(112, 112, 112, 0.11) !important;
    border-top: 0 !important;
    padding: 20px 12px !important;
    vertical-align: middle !important;
}

.timer {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
}

.txt-cnt {
    display: block;
    font-size: 12px;
    color: #434343;
}

.txt-cnt2 {
    display: block;
    font-size: 12px;
    color: #434343;
    text-align: center;
    white-space: nowrap;
    line-height: 7px;
}

.hrline {
    display: block;
    background: #EFEEEE;
    /* width: 100%; */
    height: 1px;
    margin: 8px auto 7px;
    width: 50px;
    text-align: center;
}

a.link-txt {
    display: block;
    color: #5DB389;
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
    text-decoration: underline;
}

a.btn-dark {
    display: block;
    text-align: center;
    background: #562F4A;
    min-height: 34px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    width: 102px;
}

.lug {
    white-space: nowrap;
}

a.more-txt {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #5DB389;
    text-decoration: underline;
    cursor: pointer;
}

.table td:last-child {
    padding-right: 0 !important;
}

.table td:first-child {
    padding-left: 0 !important;
}

.img-grp {
    margin-bottom: 30px;
    position: relative;
}

.img-grp img {
    position: relative;
    width: 100%;
}

.btm-shadow {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: url(../img/transparent-bg.png) no-repeat;
    width: 100%;
    background-position: bottom;
    color: #fff;
    display: table;
    border-radius: 9px;
    background-size: cover;
    /* font-size: 16px; */
    /* line-height: 30px; */
}

.cnt-part {
    display: table-cell;
    padding-right: 25px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
}

.mrgbtm0 {
    margin-bottom: 0 !important;
}

.cnt-part h2 {
    font-family: Trebuchet MS;
    font-size: 30px;
    font-weight: 600;
    color: #FFFCFC;
    margin: 0 0 10px;
    opacity: 0.95;
}

.cnt-part p {
    margin: 0;
    opacity: 0.8;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.rgt-cnt span {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.8;
}

a.link-txter {
    display: inline-block;
    margin-top: 12px;
    opacity: 0.8;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.rgt-cnt {
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 50px;
}

span.hrt {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    left: 20px;
    z-index: 9;
    top: 20px;
    padding: 5px 0;
}

.img-grp li span img {
    width: auto;
}

.cnt-part ul li span {
    display: inline-block;
    margin-right: 6px;
}

.cnt-part ul li {
    display: inline-block;
    margin: 10px 17px 0 0px;
    font-size: 14px;
    opacity: 0.8;
}

.cnt-part ul li:last-child {
    color: #5DB389;
    opacity: 1;
}

.cnt-part ul {
    margin: 5px 0 5px;
    padding: 0;
}

a.link-btn {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    background: #5DB389;
    border-radius: 25px;
    padding: 7px 35px;
    text-decoration: none;
    font-weight: 500;
}

.tbl-bx h6 {
    font-weight: 600;
}

span.timer {
    font-size: 18px !important;
}

.lug,
.tbl-bx span {
    font-size: 12px;
}

.info-txt {
    margin-bottom: 15px;
    font-size: 14px !important;
}

.lug span {
    display: inline-block;
    margin: 0 8px;
}

.info-txt span {
    font-size: 14px !important;
    display: inline-block;
    margin-left: 5px;
}

.img-grp.mrgbtm15 {
    margin-bottom: 15px;
}

.wdth136 {
    min-width: 136px;
}

.form-control:hover,
.form-control:focus {
    border: 2px solid #562F4A !important;
    box-shadow: none !important;
}

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 2px 0px;
}

.shrink {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
}

::-webkit-input-placeholder {
    color: #333333;
}

::placeholder {
    color: #333333;
}

::-ms-input-placeholder {
    color: #333333;
}

.bxr {
    border: 1px solid #E1DDDD;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
    padding: 25px 25px 30px;
    border-radius: 12px;
}

h3.hd-title {
    margin: 0 0 20px;
    color: #562F4A;
    font-size: 22px;
    font-weight: 800;
}

.table.main-table td {
    padding: 10px 20px !important;
    border-color: rgba(112, 112, 112, 0.5) !important;
}

span.bhd {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-left: 5px !important;
}

.table.main-table .trhd td {
    padding: 20px 20px 3px !important;
    border: 0 !important;
}

td {
    position: relative;
}

table.table.inner-table {
    margin: 0;
}

table.table.inner-table td {
    border-bottom: 1px solid rgba(112, 112, 112, 0.11) !important;
    border-top: 0 !important;

    vertical-align: middle !important;
}

td h6 {
    color: #000;
}

span.paranew {
    font-size: 12px;
}

td h4 {
    color: #000;
    margin-bottom: 0;
}

.heart-save {
    background: url(../img/heart-save.png) no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 20px;
    top: 14px;
}

.heart-save.heart-save-active {
    background: url(../img/heart-save-active.png) no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: 8px;
}

span.gbx {
    display: block;
    text-align: center;
    background: rgba(97, 179, 137, 0.25);
    font-size: 9px;
    color: #277C53;
    border-radius: 4px;
    width: 90px;
    margin: 0 auto;
    padding: 3px;
}

.gtx {
    font-size: 13px;
    color: #5DB389;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

table.table.inner-table2 td {
    padding: 15px 20px !important;
}

table.table.inner-table2 td img {
    border-radius: 10px;
}

.tan-img-part,
.tan-cnt-part {
    display: table-cell;
    vertical-align: middle;
}

.tan-img-part {
    padding-right: 15px;
}

.tan-cnt-part ul {
    margin: 0;
    padding: 0;
}

.tan-cnt-part ul li span {
    display: inline-block;
    width: 18px;
    padding-right: 4px;
}

.tan-cnt-part ul li {
    font-size: 12px;
    padding: 6px 0 0;
}

.tan-cnt-part ul li:last-child {
    color: #5DB389;
}

table.table.inner-table2 tr:last-child td {
    border-color: rgba(112, 112, 112, 0.5) !important;
}

.table {

    margin-bottom: 15px;
}

.cnt-bxr {
    border: 1px solid #E1DDDD;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
    padding: 20px 20px 30px;
    border-radius: 12px;
    max-width: 395px;
    margin: 0 auto 50px;
}

.cnt-bxr ul {
    margin: 0;
    padding: 0;
}

.cnt-bxr ul li {
    display: block;
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
}

.cnt-bxr ul li:last-child {
    margin-bottom: 0;
}

.l1,
.l2,
.l3,
.l4,
.l5 {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 6px;
}

.l1 {
    background: url(../img/l1.png) no-repeat;
}

.l2 {
    background: url(../img/l2.png) no-repeat;
}

.l3 {
    background: url(../img/l3.png) no-repeat;
}

.l4 {
    background: url(../img/l4.png) no-repeat;
}

.l5 {
    background: url(../img/l5.png) no-repeat;
}

.modal-body {
    position: relative;
    padding: 0 0px;
}

.mdl-tab tr:last-child td {
    border: 0 !important;
}

.modal-footer {
    padding: 15px 10px;
    text-align: center;
    border-top: 1px solid rgba(112, 112, 112, 0.5) !important;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5) !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 38px;
    font-weight: 600;
    color: #562F4A;
}

.close {
    background: url(../img/close.png) no-repeat !important;
    width: 25px;
    height: 25px;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 38px;
}

.mdl-tab .gtx {
    font-size: 18px;
    font-weight: 700;
}

span.timer {
    color: #000;
}

a {
    cursor: pointer;
}

.s-bg {
    background: #fff;
    position: relative;
}

.box-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 1px solid #E5DEDE;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 16%);
    min-height: 100px;
    width: 100%;
}

.lnerbg {
    background: linear-gradient(#22774E, #88EFBC);
    padding: 50px 20px;
}

.sgn-left-inner {
    max-width: 320px;
    margin: 140px auto;
    font-family: Trebuchet MS;
    text-align: center;
    color: #fff;
}

.sgn-left-inner h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.sgn-left-inner p {
    font-size: 18px;
    line-height: 36px;
}

.sign-in-btn:hover {
    color: #fff;
    background-color: #5DB389;
    border-color: #5DB389;
}

.signup-btn:hover {
    border: 2px solid #5DB389;
    background-color: #fff;
    color: #5DB389;
}

.sign-in-btn {
    display: block;

    margin-top: 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 25px;
}

.sgn-left-inner p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}

ul.create-acct li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}

ul.create-acct {
    margin: 15px 0;
    padding: 0;
}

.sgn-right-inner p {
    color: #434343;
    font-size: 18px;
    margin-bottom: 30px;
}

.frm-div {
    max-width: 422px;
    margin: 0 auto;
}

.form-controlnew {
    background: #F4F8F7;
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-size: 18px;
    color: rgba(67, 67, 67, 0.5);
    padding: 0 20px 0 40px;
    margin-bottom: 20px;
}

.form-controlnew::placeholder {
    color: rgba(67, 67, 67, 0.5);
}

.form-profile::placeholder {
    color: rgba(67, 67, 67, 0.5);
}

.signup-btn {
    display: block;
    max-width: 300px;
    background-color: #5DB389;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid transparent;
    color: #FFFFFF;
    margin: 15px auto 0;
    min-height: 50px;
    border-radius: 25px;
    padding: 14px 0 12px;
}

.user-icon {
    background: #F4F8F7 url(../img/user.png) no-repeat;
    background-position: left 12px center;
}

.email-icon {
    background: #F4F8F7 url(../img/mail.png) no-repeat;
    background-position: left 12px center;
}

.password-icon {
    background: #F4F8F7 url(../img/password.png) no-repeat;
    background-position: left 12px center;
}

a.forgot-text {
    color: #1976D2;
    font-size: 14px;
    text-decoration: underline;
}

.sgn-right-inner h3 {
    color: #5DB389;
    font-size: 45px;
    margin-bottom: 30px;
    margin-top: 0;
}

.box-bg.f-box {
    max-width: 600px;
    padding: 55px 0;
}

.f-bg {
    padding: 20px;
}

p.succ-div {
    padding: 15px;
    background: rgba(93, 179, 137, 0.25);
    margin: 0 35px;
    font-size: 18px;
    color: #277C53;
    line-height: 32px;
}
li.active a {
    background: transparent !important;
    color: #5DB389 !important;
}
.white-contact-bg{
    padding:160px 0;
}
textarea.form-contact {
  resize: vertical;
}
.form-contact {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #E5DEDE;
    margin-bottom: 60px;
    min-height: 50px;
    font-size: 18px;
    color: #434343;
}
.mrgbtm30{
    margin-bottom: 30px !important;
}
.contact-part {
    font-size: 16px;
    color: #562F4A;
    text-align: center;
    line-height: 30px;
    padding: 0 50px;
}
.contact-part img {
    margin: 0 auto 20px;
}
.contact-part p{
    padding: 0 80px;
}
.profile-bg {
    border: 1px solid #E5DEDE;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
    min-height: 100px;
    padding: 70px 90px;
}
.form-profile {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #E5DEDE;
    margin-bottom: 25px;
    min-height: 50px;
    font-size: 18px;
    color: #434343;
}
.profile-bg h3{
font-size: 45px;
color:  #5DB389 ;
text-align: center;
display: block;
font-family: Trebuchet MS;
font-weight: 600;
}
.white-terms-bg{
    padding: 25px 0;
}
.white-terms-bg h2{
    color: #562F4A;
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 60px;
}
.white-terms-bg h4{
    font-family: Trebuchet MS;
    font-size: 24px;
    font-weight: 600;
}
.white-terms-bg p,.white-terms-bg address{
    font-family: Trebuchet MS;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 50px;
    margin-top: 0;
}
.white-terms-bg li{
    font-family: Trebuchet MS;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 5px;
    margin-top: 0;
    list-style: disc;
}
.white-terms-bg ul{
    margin:0;
    padding: 0 0px 40px 20px;
}
p.inner-para {
    margin-bottom: 25px;
}
h5.panel-title a {
    display: block;
    font-size: 22px;
    color: #562F4A;
    font-weight: 600;
    position: relative;
}
a.collapsed[aria-expanded="false"]:before {
    width: 18px;
    height: 2px;
    background-color: #5DB389;
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
a.collapsed[aria-expanded="false"]:after {
    width: 18px;
    height: 2px;
    background-color: #5DB389;
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
}
a[aria-expanded="true"]:after {
    width: 18px;
    height: 2px;
    background-color: #5DB389;
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
}
.panel-default {
    border-color: #ddd;
    width: 100%;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px!important;
    border-radius: 5px;
    background-color: transparent !important;
    box-shadow:none !important;
    border:0;

    border-bottom:1px solid #E5DEDE;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #E5DEDE;
    padding: 30px 30px;
    border: 0;
}
.panel-body p{
    color: rgba(86,47,74, 0.50);
    font-size: 22px;
    font-family: 'Trebuchet MS';
    margin-bottom: 10px;
}
.white-terms-bg.faq-bg {
    padding-bottom: 150px;
}

.faq-bg .panel-body {
    padding: 15px 30px;
}
.carousel-indicators .active {
width:15px;
height:15px;
background-color: #fff;
margin: 0 4px;
border: 0;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.50);
    margin: 0 4px;
    border: 0;
}
.carousel-caption h3 {
    font-family: Trebuchet MS;
    font-size: 65px;
    font-weight: 600;
    margin: 0;
    line-height: 85px;
}
.carousel-caption {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
}
.abt-green-bg{
    background: rgba(93,179,137,0.10);
    padding: 40px 0;
}
.g-box{
    border: 1px solid #E5DEDE;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
    background-color: #fff;
    padding: 20px;
    margin: 0 10px;
    border-radius: 8px;
}
.container-fluid {
    padding: 0 20px;
}
.g-box h6{
    color: #562F4A;
    font-size: 25px;
    font-family: Trebuchet MS;
}
.abt-w-bg{
    background:#fff;
    padding:50px 0;
}
.abt-w-bg p{
    color: #562F4A;
    font-size: 25px;
    line-height: 45px;
    font-family: Trebuchet MS;
    margin-bottom: 40px;
}
.abt-w-bg p:last-child{
    margin-bottom: 0;
}

.abt-w-bg h3{
    color: #434343;
    font-size: 45px;
    line-height: 55px;
    font-family: Trebuchet MS;
    margin-bottom: 50px;
    font-weight: 600;
}

.abt-w-bg h3 span{
    color: #5DB389;
}
.abt-env-bg{
    background: url(../img/env-bg.png) no-repeat;
    padding: 40px 0;
    background-position: top center;
    background-size: cover;
    /* max-height: 509px; */
}
.w-box{
    border:2px solid #fff;
    border-radius: 4px;
    margin: 0 15px;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.abt-env-bg h3{
    text-align: center;
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 60px;
}

.w-box h2 {
    font-size: 100px;
    font-weight: 600;
    font-family: Trebuchet MS;
}

.w-box p {
    font-family: Trebuchet MS;
    font-size: 35px;
    padding: 0 30px;
    line-height: 45px;
}
.testimonial-txt01:before{content:url(../img/before-quotes.png);position:absolute;left: 30px;top:0}
.testimonial-txt01:after{content:url(../img/after-quotes.png);position:absolute;right:0;bottom:0}
.afterdiv:after{
    content: url(../img/line-bg.png);
    position: absolute;
    right: -34%;
    top: 55px;
    z-index: -1;
}
.trav-div h4 {
    color: #434343;
    font-size: 35px;
    font-weight: 600;
    font-family: Trebuchet MS;
    margin-bottom: 20px;
}
.afterdiv{
    position:relative;
}
.trav-div p {
    font-size: 25px;
    color: #434343;
    font-family: Trebuchet MS;
    line-height: 45px;
    padding: 0 40px;
}
.num-txt {
    width: 125px;
    height: 125px;
    margin: 30px auto 40px;
    background: #fff;
    border: 1px solid #E5DEDE;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
    border-radius: 6px;
    font-size: 65px;
    color: #5DB389;
    font-family: Trebuchet MS;
    font-weight: 600;
    padding: 12px;
}
.testimonial-txt01{padding:20px 125px;font-size:35px;color:#562F4A;line-height:55px;position:relative; margin-bottom: 40px}
.test-desc img{display:block;margin:0 auto}
h4.sub-hd01{font-size:32px;color:#444;display:block;margin-bottom:20px;     font-family: 'Josefin Sans', sans-serif;}
.test-desc h3 {
    display: block;
    font-size: 25px;
    color: #562F4A;
    margin: 10px 0 10px;
    font-family: Trebuchet MS;
    font-weight: 600;
}
.test-desc h3 span{    display: block;
    font-size: 20px;
    color: rgba(86,47,74,0.5);
    font-weight: 400;
    margin-top: 12px;}
.test-desc{margin-bottom:60px}

.pad100 {
    padding: 0 140px;
    margin: 0 auto;
}
.test-bg{
    padding:80px 0;
}
.test-bg h1 {
    display: block;
    font-size: 45px;
    color: #562F4A;
    margin: 10px 0 10px;
    font-family: Trebuchet MS;
    font-weight: 600;
    margin-bottom: 50px;
}
.q-txt{
    display: block;
    font-size: 45px;
    text-align: center;
    color: #434343;
    margin: 10px 0 10px;
    font-family: Trebuchet MS;
    font-weight: 600;
    margin-bottom: 30px;
}
.how-it-worksbg{
    background-color: #fff;
    padding:50px 0;
}
.how-it-worksbg h4{
    font-family: Trebuchet MS;
    font-size: 45px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 50px;
}
.how-it-worksbg img{
    margin-bottom: 50px;
}
.how-it-worksbg p{
    color: #434343;
    font-family: Trebuchet MS;
    line-height: 45px;
    font-size: 25px;
    text-align: left;
}

/*--------------------------------------------------------*/
/* Mobile Only */
/*--------------------------------------------------------*/
@media (max-width: 767px) {
    .banner-bg {
        min-height: 250px;
        background-position: 30%;
        background-size: cover;
        position: relative;
        margin-top: 80px;
    }
    h5.panel-title a {
        display: block;
        font-size: 16px;
    }
    .faq-bg .panel-body {
        padding: 8px 20px;
    }
    .panel-default > .panel-heading {
       padding: 20px 32px 20px 20px;
    }
    .sgn-right-inner h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .white-terms-bg.faq-bg {
        padding-bottom: 60px;
    }
    .form-controlnew {

        height: 40px;

        font-size: 14px;
    }

    .sgn-right-inner p {

        font-size: 15px;
    }

    .signup-btn {

        min-height: 40px;
        border-radius: 25px;
        padding: 8px 0 8px;
    }

    .box-bg.f-box {
        padding: 35px 0;
    }

    .col-centered {
        display: block;
        padding: 10px 10px;
    }

    .lnerbg {
        height: 45vh;
    }

    .footer .col-md-3 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        padding-bottom: 20px !important;
    }

    .footer .col-md-3:last-child {
        padding-bottom: 0 !important;
        border: 0 !important;
    }

    .btm-shadow {
        background-size: cover;
        padding: 8px;
    }

    .checkboxer {
        position: relative !important;
    }

    .navbar-header {
        background: transparent;
    }

    .ptb-3 {
        padding: 0px 0 50px 0;
    }

    .ban-txt2 {
        padding-top: 8px;
    }

    h1.interview-test {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .inv-para-txt p.ble-txt {
        line-height: 26px;
        margin-bottom: 30px;
        font-size: 17px;
    }

    .fst {
        color: #003867 !important;
        text-align: left;
    }

    p {
        font-size: 14px;
    }

    .ban-txt2 h1 {
        color: #fff;
        line-height: 28px;

        font-size: 22px;
    }

    .in-bx {
        margin-bottom: 20px;
    }

    .banner-bg.interview-bg {
        min-height: 236px;
    }

    .bx-cnt h2 {
        font-size: 22px;
    }

    .ban-txt h1 {
        font-size: 32px;
        line-height: 50px;
        text-shadow: 1px 1px 0px #fff;
    }

    .hme-icon {
        margin-top: 0;
    }

    .ban-txt {
        padding-top: 0px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #fff !important;
        margin-top: 0px;
    }

    .container-inner {
        width: 100%;
    }

    .f-box {
        margin-top: 20px;
    }

    .hme-icon {
        font-size: 20px !important;
    }

    .header-part {
        padding: 0 10px 0;
        position: fixed;
        width: 100%;
        background: #fff;
        left: 0;
        top: 0;
        z-index: 999;

    }

    .nav>li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav>li:last-child {
        border: 0;
    }

    .navbar-default {
        border: 0;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #5DB389;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
        background: #5DB389;
        margin: 20px 10px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-brand>img {
        display: block;
        max-width: 90px;
    }

    .navbar-brand {
        float: left;
        height: 80px;
        padding: 14px 0;
    }

    .img-part {
        margin-bottom: 30px;
    }

    .green-bg .col-centered {
        padding: 0 0;
    }

    .navbar {
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        display: block;
        padding: 12px 10px;
    }

    .img-center {

        max-width: 50%;
    }

    .bx img {
        float: inherit;
        margin: 0 auto;
        padding: 0 30px;
    }

    .bx ul {
        margin: 0 0 35px;
    }

    .test-part h1 {
        font-size: 26px;
        color: #403232;
        font-family: 'muktabold';
        line-height: 32px;
        margin-top: 60px;
        z-index: 9999;
    }

    .container-outer {
        width: 100%;
    }

    .grey-bg {
        margin-top: 0;
    }

    .col-box {
        margin: 20px 0px 0;
    }

    .top-hd {
        font-size: 24px;
    }

    .contact-part {
        margin: 0 auto 50px;
        width: 100%;
        padding: 0 15px;
    }

    .container-inner2 {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        padding: 0 15px;
    }

    .c-part {
        margin-top: 30px;
    }

    .g-part img {
        max-height: 145px;
    }

    .g-part img:nth-child(odd) {
        margin-top: 0;
    }

    .footer ul.foot-link {
        padding: 10px 0px;
        /* border-top: 1px solid rgba(255,255,255,0.05);
         border-bottom: 1px solid rgba(255,255,255,0.05); */
    }

    footer.footer img {
        max-width: 200px;
    }

    .bxr {
        box-shadow: 0px 2px 21px rgb(36 58 226 / 9%);
        box-shadow: 0px 2px 21px rgb(36 58 226 / 9%);
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        z-index: 999;
        background: #fff;
        padding-bottom: 20px;
    }

    .mb-3 {
        margin-bottom: 40px;
    }

    .test-part:before {
        content: open-quote;
        position: absolute;
        font-size: 110px;
        top: -70px;
        left: 0;
        color: lightgray;
    }

    ul.fool-menu {
        padding-top: 20px;
        margin-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    ul.fool-menu li {
        margin: 0 5px;
    }

    .footer {
        padding: 30px 0;
    }

    h3.hd-txt {
        font-size: 22px;
        line-height: 30px;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .white-bg {
        padding: 50px 0;
    }

    .para-txt {
        padding: 0 10px;
        font-size: 14px;
        color: #434343;
        line-height: 28px;
        margin-bottom: 45px;
    }

    .row-centered {
        text-align: center;
        margin: 0 0px;
    }

    .txt-hd h4 {
        color: #562F4A;
        font-size: 24px;
        line-height: 32px;
    }

    .content-part p:first-child {
        margin-right: 0;
    }

    .content-part p,
    .hme-gr-text p {
        font-size: 14px;
        line-height: 28px;
    }

    .text-greenpart {
        padding: 25px 15px;
    }

    .footer h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 41px;
        margin: 30px 0 0px;
    }

    .quik-links ul li a,
    .footer ul.foot-link li a,
    .footer ul.foot-link li,
    .footer p {
        font-size: 12px;
        line-height: 22px;
    }

    .ban-txt p {
        font-size: 18px;
        text-shadow: 1px 1px 0px #fff;
    }

    .navbar {
        min-height: 80px;
    }

    .form-div {
        margin: 30px 0;
    }

    .social-icons i {
        font-size: 22px;
        margin-right: 22px;
    }


    .header-shadow {
        box-shadow: 0px 3px 6px rgb(0 0 0 / 18%);
        min-height: 80px;
    }

    .dspltabl {
        display: block;
    }

    .dspltabl .form-group {

        width: 100%;
    }

    .img-grp>img {
        min-height: 260px;
        position: relative;
    }


    span.hrt {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 10px;
        left: 10px;
    }

    .cnt-part h2 {
        font-family: Trebuchet MS;
        font-size: 16px;
        opacity: 1;
    }

    .cnt-part p {
        font-size: x-small;
        opacity: 1;
        line-height: 16px;
    }

    .cnt-part ul li {
        opacity: 1;
        margin: 0px 5px 0 0px;
        font-size: x-small;

    }

    .cnt-part {
        padding-right: 5px;
    }

    .rgt-cnt span {
        font-size: x-small;
    }

    a.link-btn {
        font-size: 10px;
        padding: 7px 14px;
    }

    a.link-txter {
        display: inline-block;
        margin-top: 12px;
        font-size: 12px;
    }

    .dspltabl .form-control {
        /* min-width: 146px; */
        margin: 7px 0;
    }

    .close {
        opacity: 1;
        position: absolute;
        right: 18px;
        top: 18px;
    }

    .modal-title {
        font-size: 24px;
    }

    .box-bg {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        -webkit-transform: inherit;
        border: 1px solid #E5DEDE;
        box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);

    }

    .sgn-left-inner {
        max-width: 320px;
        margin: 40px auto;
    }

    .contact-part p {
        padding: 0 0px;
    }
    .contact-part img {
        margin: 30px auto 20px;
    }
    .white-contact-bg {
        padding: 30px 0;
    }

    .white-terms-bg h2{
   
        font-size: 25px;
        margin-bottom: 30px;
   
    }
    .white-terms-bg h4{
        line-height: 26px;
        font-size: 18px;
      
    }
    .white-terms-bg p,.white-terms-bg address{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .white-terms-bg li{
        font-size: 14px;
        line-height: 24px;
    }
    .how-it-worksbg img {
        margin-bottom: 20px;
    }
    .how-it-worksbg h4 {
       
        font-size: 28px;
      
        margin-bottom: 30px;
    }
    .how-it-worksbg p {
        line-height: 24px;
        font-size: 16px;
    }
    .carousel-caption h3 {
        font-size: 24px;
        margin: 0;
        line-height: 34px;
    }
    .trav-div h4 {
     
        font-size: 25px;
      
        margin-bottom: 10px;
    }
    .trav-div p {
        font-size: 16px;
      
        line-height: 25px;
        padding: 0 10px;
    }
    .q-txt {
        display: block;
        font-size: 24px;
       
        margin-bottom: 0px;
    }
    .afterdiv:after{
        display: none;
    }
    .pad100 {
        padding: 0 10px;
    }
    .test-bg h1 {
    
        font-size: 26px;
    }
    .testimonial-txt01 {
        padding: 10px 15px;
        font-size: 18px;
        color: #562F4A;
        line-height: 28px;
        position: relative;
        margin-bottom: 20px;
    }
    .testimonial-txt01:after,.testimonial-txt01:before{
        position:relative;
        display: block;
    }
    .test-bg {
        padding: 40px 0;
    }
    .abt-env-bg h3 {
         font-size: 28px;
    
        margin-bottom: 40px;
    }
    .w-box p {
       
        font-size: 23px;
      
        line-height: 33px;
    }
    .w-box h2 {
        font-size: 50px;
    }
    .w-box{
        margin-bottom: 15px;
    }
    .abt-w-bg p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .g-box h6 {
       
        font-size: 18px;
    }
    .abt-w-bg {
     
        padding: 10px 0;
    }
    .g-box {
        margin-bottom: 20px;
    }
    .abt-w-bg h3 {
        
        font-size: 35px;
        line-height: 55px;
      
        margin-bottom: 20px;
    }
   
}

/*--------------------------------------------------------*/
/* Ipad Only */
/*--------------------------------------------------------*/
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .afterdiv:after{
        display: none;
    }
    .carousel-caption h3 {
        font-family: Trebuchet MS;
        font-size: 42px;
        font-weight: 600;
        margin: 0;
        line-height: 65px;
    }
    .navbar {
        margin-bottom: 0;
    }

    .bxr {
        margin-bottom: 30px;
    }

    .shrink .header-part {
        padding: 7px 0;
    }

    .shrink .navbar-brand>img {
        width: 120px;
    }

    .header-shadow.shrink {
        min-height: 80px;
        max-height: 80px;
    }

    .shrink .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .modal-dialog {
        width: 700px;
        margin: 80px auto;
    }
    .w-box p {
        font-family: Trebuchet MS;
        font-size: 20px;
        padding: 0 0px;
        line-height: 25px;
    }
    .w-box h2 {
        font-size: 50px;
    }
    .testimonial-txt01 {
        padding: 20px 125px;
        font-size: 22px;
        color: #562F4A;
        line-height: 45px;
        position: relative;
        margin-bottom: 40px;
    }

}

/*--------------------------------------------------------*/
/* Ipad Between */
/*--------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    h3.hd-txt {
        font-size: 35px;
        line-height: 50px;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .para-txt {
        padding: 0 20px;
    }

    .txt-hd h4 {
        font-size: 26px;
        line-height: 34px;
    }

    .text-greenpart {
        padding: 50px 25px;
    }

    .white-bg {
        padding: 50px 0px 0;
    }

    .white-bg.pad20 {
        padding: 70px 0 0px;
    }

    .form-div {
        margin: 30px 0 60px;
    }

    .ban-txt h1 {
        font-size: 33px;
        font-weight: 600;
        color: #5DB389;
        line-height: 48px;
    }

    .ban-txt p {
        font-size: 19px;
        color: #562F4A;
        font-style: italic;
        margin-top: 15px;
    }

    .footer {

        padding: 50px 0;
    }

    .footer h4 {
        font-size: 22px;
        margin: 35px 0 8px;
    }

    .dspltabl {
        display: block;
    }

    .checkboxer {
        position: relative !important;
    }

    .dspltabl .form-control {
        /* min-width: 146px; */
        margin: 7px 0;
    }

    .sgn-left-inner h2 {
        font-size: 36px;
    }
}

@media (min-width: 992px) and (max-width:1024px) {}


@media (min-width: 1024px) and (max-width:1199px) {
    h3.hd-txt {
        font-size: 35px;
        line-height: 50px;
        padding: 0 30px;
    }

    .para-txt {
        padding: 0 60px;
    }

    .container {
        width: 95%;
    }

    .ban-txt h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .banner-bg {
        min-height: 580px;
        background-position: 30%;
    }

    .ban-txt p {
        font-size: 22px;
    }

    .form-div {
        margin: 13px 0;
        padding: 20px;
    }

    .txt-hd h4 {
        color: #562F4A;
        font-size: 28px;
        margin: 2px 0 0;
        font-weight: 600;
        line-height: 37px;
    }

    .text-greenpart {
        padding: 50px 15px;
    }

    .form-group.disflxr.wdth300 {
        min-width: auto;
    }
}


/*--------------------------------------------------------*/
/* DESKTOP */
/*--------------------------------------------------------*/

@media(min-width:1200px) {
    .container {
        width: 1030px;
    }
    .afterdiv:after{
        display: block;
    }
    .carousel-caption h3 {
        font-family: Trebuchet MS;
        font-size: 65px;
        font-weight: 600;
        margin: 0;
        line-height: 85px;
    }
    .banner-bg {
        min-height: 580px;
    }

    .ban-txt h1 {
        font-size: 42px;
        line-height: 54px;
    }

    .ban-txt p {

        font-size: 23px;
        line-height: 38px;

    }

    .banner-bg {
        min-height: 680px;
        background-position: 10%;

    }

    .txt-hd h4 {

        font-size: 30px;

        line-height: 37px;
    }

    h3.hd-txt {
        padding: 0 100px;
    }

    .para-txt {
        padding: 0 80px;
    }

    .bxr {
        margin-bottom: 0px;
    }

    .img-grp>img {
        min-height: 398px;
    }

    .modal-dialog {
        width: 760px;
        margin: 80px auto;
    }
    .w-box h2 {
        font-size: 100px;
        font-weight: 600;
        font-family: Trebuchet MS;
    }
    .w-box p {
        font-family: Trebuchet MS;
        font-size: 35px;
        padding: 0 30px;
        line-height: 45px;
    }
    .testimonial-txt01 {
        padding: 20px 125px;
        font-size: 35px;
        color: #562F4A;
        line-height: 55px;
        position: relative;
        margin-bottom: 40px;
    }
}

@media(min-width:1300px) {
    .container {
        width: 1150px;

    }

    h3.hd-txt {
        padding: 0 200px;
    }

    .banner-bg {
        min-height: 670px;
    }

    .ban-txt h1 {
        font-size: 48px;
        line-height: 58px;
    }

    .ban-txt p {
        font-size: 26px;
        margin-top: 15px;
    }

    .ban-txt {
        margin-top: 16%;
    }

    .form-div {
        margin-top: 10px;
    }

    .para-txt {
        padding: 0 150px;
    }

}

@media(min-width:1400px) {
    .container {
        width: 1300px;

    }

    .banner-bg {
        min-height: 800px;
    }

    .ban-txt h1 {
        font-size: 58px;
        line-height: 78px;
        margin: 0;
    }

    .ban-txt p {
        font-size: 30px;
        color: #562F4A;
        font-style: italic;
        margin-top: 25px;
    }

    .ban-txt {
        margin-top: 0%;
    }

    .form-div {
        margin-top: 30px;
    }

    .txt-hd h4 {

        font-size: 40px;

        line-height: 47px;
    }

    .img-grp>img {
        min-height: auto;
    }
}

@media(min-width:1600px) {
    .banner-bg {
        min-height: 800px;
    }

    h3.hd-txt {
        padding: 0 300px;
    }

    .para-txt {
        padding: 0 220px;
    }

}

@media(min-width:1900px) {
    .container {
        width: 1480px;
    }

    .ban-txt h1 {
        font-size: 65px;
        line-height: 98px;
    }

    .ban-txt p {
        font-size: 36px;
    }

    .form-div {
        margin-top: 60px;
    }

    .banner-bg {
        min-height: 950px;
    }

    .ban-txt {
        margin-top: 21%;
    }

}
































/*** DEMO ***/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.checkboxer {
    position: absolute;
    margin-top: 6px;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 6px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #E5DEDE;
}

.styled-checkbox:hover+label:before {
    background: #562F4A;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #562F4A;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

input[type="radio"] {
    background-color: transparent;
    border: .0625em solid grey;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 grey;
    cursor: pointer;
    font: inherit;
    height: 20px;
    outline: none;
    width: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;

}

input[type="radio"]:checked {
    background-color: grey;
    box-shadow: inset 0 0 0 4px #fff;
    -webkit-transition: background .15s, box-shadow .1s;
    transition: background .15s, box-shadow .1s;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 0 !important;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-container{width:100%;height:100%}
.swiper-slide{text-align:center;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:block;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}

.swiper-pagination-bullet{width:15px;height:15px;display:inline-block;border-radius:100%;background:rgba(93,179,137,0.50);opacity:1;}
.swiper-pagination-bullet-active{background:#5DB389;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}