@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg'), url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTProBold';
    src: url('../fonts/AvenirNextLTProBold.eot');
    src: url('../fonts/AvenirNextLTProBold.eot') format('embedded-opentype'), url('../fonts/AvenirNextLTProBold.woff2') format('woff2'), url('../fonts/AvenirNextLTProBold.woff') format('woff'), url('../fonts/AvenirNextLTProBold.ttf') format('truetype'), url('../fonts/AvenirNextLTProBold.svg#AvenirNextLTProBold') format('svg');
}

body {
    color: #3e3e3e;
    /*font-family: 'AvenirNextLTPro-Regular', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    outline: none !important;
    text-decoration: none !important;
    background: #ffffff;
    line-height: 24px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #28328c;
}

::selection {
    color: #fff;
    background: #28328c;
}

.error {
    color: #ff0000 !important;
}

a:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: transparent;
}

a {
    outline: none !important;
    text-decoration: none !important;
    color: #333;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}


/* Starts General  */


/* Ends General  */


/*Start Header css*/

header {}

header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 111;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    animation: fadeItIn 1s;
}

header.sticky .header-bottom {
    padding: 10px 0;
}

.header-bottom {
    padding: 15px 0;
    box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -o-box-shadow: -12px 0px 0.83px 0.17px rgba(0, 0, 0, 0.13);
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
}

.header-bottom nav {
    padding: 0;
}

.header-bottom .navbar-nav li.nav-item {
    margin-right: 45px;
    display: inline-block;
}

.header-bottom .navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

.header-bottom .navbar-nav li.nav-item:nth-child(8) {
    display: none;
}


/* .header-bottom .navbar-nav li.nav-item:nth-child(7),
.header-bottom .navbar-nav li.nav-item:nth-child(8) {
	display: none;
} */

.header-bottom .navbar-nav li.nav-item:last-child a.nav-link {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #ff9802;
    padding: 3px 15px;
    color: #ff9802;
}

.header-bottom .navbar-nav li.nav-item:last-child a.nav-link:hover {
    color: #ffffff;
    background: #ff9802;
}

.header-bottom .navbar-nav li.nav-item a.nav-link {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 3px 0 0 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.header-bottom .navbar-nav li.nav-item a.nav-link:hover {
    color: #ff9802;
}


/*End Header css*/


/*Starts Banner*/

.banner {
    background: url(../images/banner-background.jpg);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center right;
    padding: 50px 0 0 0;
    height: 600px;
}


/*.dot {
	position: absolute;
	left: 55%;
	top: 15%;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	display: inline-block;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }*/

.banner .banner-carousel .item .col-md-7.col-sm-12.col-12.order-1 {
    order: -2;
}

.banner .banner-carousel .item .col-md-5.col-sm-12.col-12.order-2 {
    order: -1;
}

.banner .banner-carousel .item .left-side-banner h1 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
}

.banner .banner-carousel .item .left-side-banner h1 span {
    color: #ff9802;
    display: inline-block;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    margin-left: 5px;
}

.banner .banner-carousel .item .left-side-banner ul {
    margin: 50px 0 40px 0;
    padding: 0;
    list-style-type: none;
}

.banner .banner-carousel .item .left-side-banner ul li {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.banner .banner-carousel .item .left-side-banner ul li img {
    width: 44px;
    height: 42px;
    display: inline-block;
    margin-right: 5px;
}

.banner .banner-carousel .item .left-side-banner .app-store a {
    border: 0 none;
}

.banner .banner-carousel .item .left-side-banner .app-store a:hover {
    border: 0 none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.banner .banner-carousel .item .left-side-banner a {
    display: table;
    color: #ff9802;
    padding: 10px 0 0 0;
    font-size: 16px;
}

.banner .banner-carousel .item .left-side-banner a:hover {
    color: #3e3e3e;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.banner .banner-carousel .item .left-side-banner .app-store {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

.banner .banner-carousel .item .left-side-banner .app-store a {
    background: transparent;
    padding: 0;
    display: inline-block;
    margin-right: 12px;
}

.banner .banner-carousel .item .left-side-banner .app-store a:hover {
    background: transparent;
}

.banner .banner-carousel .item .left-side-banner .app-store a img {
    width: 170px;
}

.banner .banner-carousel .item .right-side-banner img {
    width: 100%;
}

.banner .right-side-banner.team img {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}

.banner.features.team {
    padding: 60px 0 30px;
}

.hvr-curl-top-left {
    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);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px;
}

.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    background: linear-gradient(135deg, #f1f8ff 45%, #aaa 50%, #ccc 56%, #f1f8ff 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.banner .banner-carousel .owl-dots {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.banner .banner-carousel .owl-dots button.owl-dot {
    border: 0 none;
    background: #333333;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    outline: 0 none;
}

.banner .banner-carousel .owl-dots button.owl-dot.active {
    background: #ff9802;
}

.banner .banner-carousel .owl-nav {
    display: block;
}

.banner .banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -17%;
    background: transparent;
    border: 0 none;
    top: 40%;
    outline: none;
}

.banner .banner-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -17%;
    background: transparent;
    border: 0 none;
    top: 40%;
    outline: none;
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.delay-1 {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
}

.delay-2 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
}

.delay-3 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
}

.delay-4 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
}

.delay-5 {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -ms-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
}

.delay-6 {
    animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    -ms-animation-delay: 4.5s;
    -o-animation-delay: 4.5s;
}

.delay-7 {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -o-animation-delay: 5s;
}

.delay-8 {
    animation-delay: 5.5s;
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    -ms-animation-delay: 5.5s;
    -o-animation-delay: 5.5s;
}

.delay-9 {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
    -o-animation-delay: 6s;
}

.delay-10 {
    animation-delay: 6.5s;
    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 6.5s;
    -ms-animation-delay: 6.5s;
    -o-animation-delay: 6.5s;
}

.delay-11 {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -ms-animation-delay: 7s;
    -o-animation-delay: 7s;
}

.delay-12 {
    animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
    -moz-animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -o-animation-delay: 7.5s;
}

.delay-13 {
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -ms-animation-delay: 8s;
    -o-animation-delay: 8s;
}

.delay-14 {
    animation-delay: 8.5s;
    -webkit-animation-delay: 8.5s;
    -moz-animation-delay: 8.5s;
    -ms-animation-delay: 8.5s;
    -o-animation-delay: 8.5s;
}


/*Starts on new home slider css*/

.banner .banner-carousel .item .left-side-banner h2 {
    font-size: 22px;
}

.banner .banner-carousel .item .left-side-banner h3 {
    font-size: 18px;
    color: #3e3e3e;
    margin-bottom: 22px;
    font-weight: bold;
}

.banner .banner-carousel .item .left-side-banner h6 {
    font-size: 18px;
    font-weight: bold;
}

.banner .banner-carousel .item .left-side-banner h6 span {
    color: #ff9802;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
}

.banner .banner-carousel .item .left-side-banner h6 .fa {
    margin-right: 5px;
    font-size: 18px;
}

.banner .banner-carousel .item .left-side-banner h5 {
    font-size: 16px;
    font-weight: bold;
}

.banner .banner-carousel .item .left-side-banner h4 {
    color: #ff9802;
    font-size: 22px;
    font-weight: bold;
}

.banner .banner-carousel .item .left-side-banner h4 img {
    width: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff9802;
}

.add-box h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.banner .banner-carousel .item .left-side-banner .add-box ul {
    margin: 5px;
}

.banner .banner-carousel .item .left-side-banner ul.first-slide {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
}


/*Ends on new home slider css*/


/*Ends Banner*/


/*Starts Overview Section Css*/

.overview-section {
    padding: 60px 0 0 0;
}

.overview-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.overview-section .titleSection h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    color: #ff9802;
    font-weight: 600;
}

.overview-section .titleSection p {
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
    display: table;
    margin: 0 auto;
    margin-bottom: 55px;
}

.overview-section .overview-tile {
    padding: 40px 10px;
    box-shadow: 0 0 20px -5px #c9c9c9;
    -webkit-box-shadow: 0 0 20px -5px #c9c9c9;
    -moz-box-shadow: 0 0 20px -5px #c9c9c9;
    -ms-box-shadow: 0 0 20px -5px #c9c9c9;
    -o-box-shadow: 0 0 20px -5px #c9c9c9;
    background: url(../images/tile-section-bg.png);
    background-repeat: repeat;
    background-size: cover;
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: block;
    cursor: auto;
}

.overview-section .overview-tile:hover {
    background: #ff9802;
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
}

.overview-section .overview-tile:hover h4,
.overview-section .overview-tile:hover p {
    color: #ffffff;
}

.overview-section a.overview-tile:hover img.down-image {
    display: block;
}

.overview-section a.overview-tile:hover img.up-image {
    display: none;
}

.overview-section .overview-tile img {
    display: table;
    margin: 0 auto;
}

.overview-section .overview-tile img.down-image {
    display: none;
}

.overview-section .overview-tile img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.overview-section .overview-tile h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.overview-section .overview-tile p {
    font-size: 16px;
    line-height: 24px;
}


/*Ends Overview Section Css*/


/*Starts features Section Css*/

.features-section {
    padding: 60px 0 30px 0;
}

.features-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.features-section .titleSection h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.features-section .titleSection p {
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
    display: table;
    margin: 0 auto;
    margin-bottom: 55px;
    text-align: center;
}

.features-section .midFeatures img {
    width: 100%;
}

.features-section .leftFeatures,
.features-section .rightFeatures {
    margin-bottom: 0;
    padding: 30px 0 0 60px;
}

.features-section .leftFeatures h2,
.features-section .rightFeatures h2 {
    font-size: 20px;
    color: #ff9802;
    text-transform: uppercase;
}

.features-section .leftFeatures h2 .fa,
.features-section .rightFeatures h2 .fa {
    color: #ff9802;
    font-size: 20px;
    margin-right: 5px;
}

.features-section .leftFeatures ul,
.features-section .rightFeatures ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 220px;
}

.features-section .leftFeatures ul li,
.features-section .rightFeatures ul li {
    font-size: 18px;
    line-height: 30px;
}

.features-section .leftFeatures ul li img,
.features-section .rightFeatures ul li img {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.features-section .col-md-4.col-sm-12.col-12.order-1 {
    order: -2;
}

.features-section .col-md-4.col-sm-12.col-12.order-2 {
    order: -1;
}


/*Ends features Section Css*/


/*Starts App Brief1 Section*/

.app-brief1-section {
    padding: 60px 0 0 0;
    background: #f2f2f2;
    overflow: hidden;
}

.app-brief1-section .app-phone img {
    width: 100%;
}

.app-brief1-section .right-brif h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.app-brief1-section .right-brif h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.app-brief1-section .right-brif {
    margin-top: 100px;
    padding-left: 60px;
}

.app-brief1-section .right-brif p {
    font-size: 16px;
    line-height: 24px;
    max-width: 435px;
    margin-bottom: 35px;
}

.app-brief1-section .right-brif ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.app-brief1-section .right-brif ul li {
    font-size: 20px;
    line-height: 30px;
}

.app-brief1-section .right-brif ul li img {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.app-brief1-section .col-md-5.order-1 {
    order: -2;
}

.app-brief1-section .col-md-7.order-2 {
    order: -1;
}


/*Ends App Brief1 Section*/


/*Starts on App Mobile Screenshot Section*/

.mobile-screen-section {
    padding: 60px 0 0 0;
}

.mobile-screen-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.mobile-screen-section .titleSection h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.mobile-screen-section .titleSection p {
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
    display: table;
    margin: 0 auto;
    margin-bottom: 55px;
}

.mobile-screen-section .mobile-carousel .owl-dots {
    display: none;
    /*margin: 0 auto;*/
}

.mobile-screen-section .mobile-carousel .owl-dots button.owl-dot {
    border: 0 none;
    background: #333333;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    outline: 0 none;
}

.mobile-screen-section .mobile-carousel .owl-dots button.owl-dot.active {
    background: #ff9802;
}

.mobile-screen-section .mobile-carousel .owl-nav {
    display: block;
}

.mobile-screen-section .mobile-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -0;
    background: transparent;
    border: 0 none;
    top: 40%;
    outline: none;
}

.mobile-screen-section .mobile-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -0;
    background: transparent;
    border: 0 none;
    top: 40%;
    outline: none;
}


/*Ends on App Mobile Screenshot Section*/


/*Starts App Brief2 Section*/

.app-brief2-section {
    padding: 60px 0 0 0;
    background: #f2f2f2;
    overflow: hidden;
}

.app-brief2-section .app-phone img {
    width: 100%;
}

.app-brief2-section .right-brif h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.app-brief2-section .right-brif h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.app-brief2-section .right-brif {
    margin-top: 100px;
    padding-left: 60px;
}

.app-brief2-section .right-brif p {
    font-size: 16px;
    line-height: 24px;
    max-width: 435px;
    margin-bottom: 35px;
}

.app-brief2-section .right-brif ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.app-brief2-section .right-brif ul li {
    font-size: 20px;
    line-height: 30px;
}

.app-brief2-section .right-brif ul li img {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.app-brief2-section .col-md-5.order-1 {
    order: -2;
}

.app-brief2-section .col-md-7.order-2 {
    order: -1;
}


/*Ends App Brief2 Section*/


/*Starts Lk Share Section*/

.lk-share-section {
    padding: 70px 0 120px 0;
    background-color: #ff9802;
    background: url(../images/stars.png) #ff9802 no-repeat top left;
}

.lk-share-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    max-width: 700px;
    display: table;
    margin: 0 auto;
}

.lk-share-section .titleSection h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
}

.lk-share-section .social ul {
    list-style: outside none none;
    margin: 70px 0 0 0;
    padding: 0;
}

.lk-share-section .social ul li {
    display: inline-block;
    margin-right: 60px;
}

.lk-share-section .social ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 5px solid #ffffff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 71px;
    height: 91px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.lk-share-section .social ul li a .fa {
    font-size: 40px;
    color: #ffffff;
    line-height: 89px;
}

.lk-share-section .social ul li a:hover {
    background: #ffffff none repeat scroll 0 0;
    text-decoration: none;
    transform: translateY(-1.5px);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.lk-share-section .social ul li a:hover .fa {
    color: #ff9802;
}

.lk-share-section .social ul li:last-child {
    margin-right: 0;
}


/*Ends Lk Share Section*/


/*Starts on Get in touch Section*/

.get-in-touch-section {
    padding: 60px 0 60px 0;
}

.get-in-touch-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.get-in-touch-section .titleSection h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.get-in-touch-section .address,
.get-in-touch-section .contact-form {
    margin-top: 50px;
}

.get-in-touch-section .address .tile .icon {
    display: inline-block;
    margin-right: 10px;
}

.get-in-touch-section .address .tile .icon .fa {
    color: #ff9802;
    font-size: 20px;
}

.get-in-touch-section .address .tile .icon .fa.fa-envelope-o {
    font-size: 16px;
}

.get-in-touch-section .address h6 {
    display: inline-block;
    color: #ff9802;
    font-weight: 700;
}

.get-in-touch-section .address p {
    font-size: 14px;
    line-height: 24px;
    max-width: 275px;
    margin-left: 25px;
}

.get-in-touch-section .address p a {
    color: #29282b;
}

.get-in-touch-section .address p a:hover {
    color: #ff9802;
}

.get-in-touch-section .contact-form input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.get-in-touch-section .contact-form input:hover {
    border: 1px solid #ff9802;
}

.get-in-touch-section .contact-form textarea {
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.get-in-touch-section .contact-form textarea:hover {
    border: 1px solid #ff9802;
}

.get-in-touch-section .contact-form .btn-new {
    background: #ff9802;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    border: 0 none;
    color: #ffffff;
    margin-top: 15px;
    outline: none;
}

.get-in-touch-section .contact-form .btn-new:hover {
    background: #3e3e3e;
}

.get-in-touch-section .contact-form input::placeholder,
.get-in-touch-section .contact-form textarea::placeholder {
    color: #999999;
    opacity: 1;
}

.get-in-touch-section .contact-form input:-ms-input-placeholder,
.get-in-touch-section .contact-form textarea:-ms-input-placeholder {
    color: #999999;
}

.get-in-touch-section .contact-form input::-ms-input-placeholder,
.get-in-touch-section .contact-form textarea::-ms-input-placeholder {
    color: #999999;
}


/*Ends on Get in touch Section*/


/*Starts footer*/

.footer-section {
    padding: 15px 0;
    background: #29282b;
}

.footer-section .foot-bottom {
    margin-top: 15px;
}

.footer-section .float-right {
    margin-top: 15px;
}

.footer-section .foot-bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-section .foot-bottom ul li {
    display: inline-block;
    color: #ffffff;
}

.footer-section .foot-bottom ul li a {
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.footer-section .foot-bottom ul li a:hover {
    color: #ff9802;
}

.footer-section .float-right p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}

.footer-section img {
    width: 175px;
    display: table;
    margin: 0 auto;
}


/*Ends footer*/


/*Starts Page scrool Css*/

.scrollup {
    position: fixed;
    display: none;
    background: #ff9802;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    z-index: 11;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.scrollup .fa {
    line-height: 40px;
    color: #fff;
}


/*Ends Page scrool Css*/


/*Starts on About page css*/

.all-iner-banner {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 70px 0 100px;
    position: relative;
    text-align: center;
    height: 368px;
}

.all-iner-banner .image-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.all-iner-banner .breadcumb {
    display: table;
    margin: 15px auto 0;
}

.all-iner-banner .breadcumb ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.all-iner-banner .breadcumb ul li {
    color: #3e3e3e;
    display: inline-block;
    padding-right: 24px;
    position: relative;
    text-transform: uppercase;
}

.all-iner-banner .breadcumb ul li::after {
    color: #3e3e3e;
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: -8px;
    top: 0;
}

.all-iner-banner .breadcumb ul li a {
    color: #3e3e3e;
    text-decoration: none;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.all-iner-banner .breadcumb ul li:last-child::after {
    display: none;
}

.all-iner-banner .breadcumb ul li a:hover {
    color: #ff9802;
    text-decoration: none;
}

.all-iner-banner .page-title {
    color: #ffffff;
    display: table;
    font-size: 42px;
    font-weight: 600;
    margin: 55px auto 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #000;
}

.all-iner-banner .breadcumb ul li:last-child {
    padding-left: 24px;
    padding-right: 0;
}


/*Starts About Section Css*/

.abt-section {
    padding: 20px 0;
}

.abt-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.abt-section .titleSection h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.abt-section .abt-text p {
    font-size: 16px;
    line-height: 24px;
}

.abt-section .abt-text h3 {
    font-size: 16px;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #3e3e3e;
}

.abt-text .abt-tile {
    padding: 0 90px 25px 90px;
}

.abt-tile p {
    margin-top: 25px;
    margin-bottom: 0;
}

.abt-section .abt-text .col-md-9.order-1 {
    order: -2;
}

.abt-section .abt-text .col-md-3.order-2 {
    order: -1;
}

.abt-section .abt-text .mid.col-md-9.order-1 {
    order: -1;
}

.abt-section .abt-text .mid.col-md-3.order-2 {
    order: -2;
}


/*Ends About Section Css*/


/*Starts Team Section Css*/

.team-section {
    padding: 60px 0;
    background: #f7f7f7;
}

.team-section .titleSection h2 {
    font-size: 34px;
    margin-bottom: 30px;
}

.team-section .titleSection h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.team-panel {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /*-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);*/
    margin: 115px 30px;
    position: relative;
}

.team-panel .right-side img {
    border: 2px dashed #dcdcdc;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    width: 150px;
    display: table;
    padding: 10px;
}

.team-panel .team-name {
    margin-top: 80px;
}

.team-panel .right-side {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 11;
}

.team-panel .team-name h1 {
    font-size: 16px;
    text-transform: uppercase;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    line-height: 20px;
}

.team-panel .team-name h1 span {
    color: #ff9802;
    display: block;
    /*font-family: 'AvenirNextLTPro-Regular', sans-serif;*/
}

.team-panel .social {
    display: table;
    margin: 0 auto;
}

.team-panel .social a {
    color: #0076b5;
    font-size: 18px;
    border: 1px solid #0076b5;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: table;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.team-panel .social a:hover {
    font-size: 18px;
    background: #0076b5;
}

.team-panel .social a:hover .fa {
    color: #ffffff;
}

.team-panel .social a .fa {
    line-height: 35px;
}


/*Ends Team Section Css*/


/*Starts Features Section Page*/


/*Brief3*/

.app-brief3-section {
    padding: 60px 0 0 0;
    background: #f2f2f2;
    overflow: hidden;
}

.app-brief3-section .app-phone img {
    width: 100%;
}

.app-brief3-section .right-brif h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.app-brief3-section .right-brif h5 {
    font-size: 16px;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
}

.app-brief3-section .right-brif h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.app-brief3-section .right-brif {
    margin-top: 0;
    padding-left: 60px;
}


/* Accordion */

.accordion {
    padding: 0;
    margin: 0;
}

.accordion .accordion-item {
    padding: 10px;
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    margin-bottom: 10px;
}

.accordion h1 {
    margin: 0;
}

.accordion .accordion-item:nth-child(1),
.accordion .accordion-item:nth-child(2),
.accordion .accordion-item:nth-child(3),
.accordion .accordion-item:nth-child(4),
.accordion .accordion-item:nth-child(5),
.accordion .accordion-item:nth-child(6) {
    background-color: #fff;
}

.bg-section .accordion .accordion-item:nth-child(1),
.bg-section .accordion .accordion-item:nth-child(2),
.bg-section .accordion .accordion-item:nth-child(3),
.bg-section .accordion .accordion-item:nth-child(4),
.bg-section .accordion .accordion-item:nth-child(5),
.bg-section .accordion .accordion-item:nth-child(6) {
    background-color: #f5f5f5;
}

.app-brief3-section .right-brif .accordion .accordion-item h1 {
    font-size: 13px;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    line-height: 38px;
}

.app-brief3-section .right-brif .accordion .accordion-item .accordion-item-content ul {
    margin: 0;
    list-style-type: circle;
    padding: 0 0 0 25px;
}

.app-brief3-section .right-brif .accordion .accordion-item .accordion-item-content ul li {
    font-size: 15px;
    color: #333;
}

.app-brief3-section .right-brif .accordion .accordion-item .fa {
    float: right;
    margin-top: 12px;
}


/* The Magic */

.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 7em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}

.bg-section {
    background: #ffffff;
}


/*Brief3*/

.app-brief3-section .col-md-5.order-1 {
    order: -2;
}

.app-brief3-section .col-md-7.order-2 {
    order: -1;
}

.app-brief3-section .mid.col-md-5.order-1 {
    order: -1;
}

.app-brief3-section .mid.col-md-7.order-2 {
    order: -2;
}


/*Ends Features Section Page*/


/*Starts on Contact page css*/

.contact-iner-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 70px 0 100px;
    position: relative;
    text-align: center;
    height: 370px;
}

.contact-iner-banner .image-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-iner-banner .breadcumb {
    display: table;
    margin: 15px auto 0;
}

.contact-iner-banner .breadcumb ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.contact-iner-banner .breadcumb ul li {
    color: #fff;
    display: inline-block;
    padding-right: 24px;
    position: relative;
    text-transform: uppercase;
}

.contact-iner-banner .breadcumb ul li::after {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: -8px;
    top: 0;
}

.contact-iner-banner .breadcumb ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.contact-iner-banner .breadcumb ul li:last-child::after {
    display: none;
}

.contact-iner-banner .breadcumb ul li a:hover {
    color: #ff9802;
    text-decoration: none;
}

.contact-iner-banner .page-title {
    color: #ffffff;
    display: table;
    font-size: 42px;
    font-weight: 600;
    margin: 55px auto 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #000;
}

.contact-iner-banner .breadcumb ul li:last-child {
    padding-left: 24px;
    padding-right: 0;
}

.contact-section {
    padding: 60px 0 220px;
}

.contact-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.contact-section .titleSection h2 span {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    color: #ff9802;
}

.contact-section .address,
.contact-section .contact-form {
    margin-top: 50px;
}

.contact-section .address .tile .icon {
    display: inline-block;
    margin-right: 10px;
}

.contact-section .address .tile .icon .fa {
    color: #ff9802;
    font-size: 20px;
}

.contact-section .address .tile .icon .fa.fa-envelope-o {
    font-size: 16px;
}

.contact-section .address h6 {
    display: inline-block;
    color: #ff9802;
    font-weight: 700;
}

.contact-section .address p {
    font-size: 14px;
    line-height: 24px;
    max-width: 275px;
    margin-left: 25px;
}

.contact-section .address p a {
    color: #29282b;
}

.contact-section .address p a:hover {
    color: #ff9802;
}

.contact-section .contact-form input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.contact-section .contact-form input:hover {
    border: 1px solid #ff9802;
}

.contact-section .contact-form textarea {
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.contact-section .contact-form textarea:hover {
    border: 1px solid #ff9802;
}

.contact-section .contact-form .btn-new {
    background: #ff9802;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    border: 0 none;
    color: #ffffff;
    margin-top: 15px;
}

.contact-section .contact-form .btn-new:hover {
    background: #3e3e3e;
}

.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
    color: #999999;
    opacity: 1;
}

.contact-section .contact-form input:-ms-input-placeholder,
.contact-section .contact-form textarea:-ms-input-placeholder {
    color: #999999;
}

.contact-section .contact-form input::-ms-input-placeholder,
.contact-section .contact-form textarea::-ms-input-placeholder {
    color: #999999;
}


/*Login Panel*/

.contact-section .login-text h5 {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    font-size: 22px;
}

.contact-section .login-text h2 {
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    font-size: 22px;
    color: #ff9802;
}

.contact-section .login-text p {
    font-size: 18px;
}

.login-panel {
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    overflow: hidden;
    height: auto !important;
}

.login-panel .col-md-6.left,
.login-panel .col-md-6.right {
    padding-left: 0;
    padding-right: 0;
}

.login-panel .lft-login {
    background: #fff;
    overflow: hidden;
    padding: 70px;
    height: 100%;
    /* padding: 110px 60px 60px 60px; */
}

.login-panel .lft-login .heading {
    margin-top: 25px;
}

.login-panel .lft-login h5 {
    font-size: 16px;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
}

.login-panel .lft-login p {
    font-size: 17px;
    /*font-family: 'AvenirNextLTPro-Regular', sans-serif;*/
}

.login-panel .rgt-login {
    background: #fcfcfc;
    padding: 70px;
    height: 100% !important;
    overflow: hidden;
    /* padding: 71px; */
}

.login-panel .rgt-login h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
    text-decoration: underline;
}

.login-panel .rgt-login form label {
    color: #282828;
    font-size: 17px;
}

.login-panel .rgt-login form .form-control {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.login-panel .rgt-login form .form-control:hover {
    border: 1px solid #ff9802;
}

.login-panel .rgt-login form input::placeholder {
    color: #dcdcdc;
    opacity: 1;
}

.login-panel .rgt-login form input:-ms-input-placeholder {
    color: #dcdcdc;
}

.login-panel .rgt-login form input::-ms-input-placeholder {
    color: #dcdcdc;
}

.login-panel .rgt-login form button {
    background: #ff9802;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    border: 0 none;
    color: #ffffff;
    outline: none;
    display: table;
    margin: 0 auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.login-panel .rgt-login form button:hover {
    background: #3e3e3e;
}

.login-panel .rgt-login form a.register-btn {
    border: 1px solid #ff9802;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    color: #ff9802;
    outline: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.login-panel .rgt-login form a.register-btn:hover {
    background: #ff9802;
    color: #ffffff;
}

.login-panel .rgt-login form a.login-btn {
    border: 1px solid #ff9802;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    color: #ff9802;
    outline: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.login-panel .rgt-login form a.login-btn:hover {
    background: #ff9802;
    color: #ffffff;
}

.login-panel .rgt-login form p {
    text-align: right;
    font-size: 15px;
}

.login-panel .rgt-login .reg-box {
    margin-top: 30px;
}

.contact-section .rgt-login a {
    color: #3e3e3e;
}

.contact-section .rgt-login a:hover {
    color: #ff9802;
}

.back-btn {
    color: #ff9802 !important;
    font-size: 18px;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
    line-height: 50px;
}

.back-btn:hover {
    color: #3e3e3e !important;
}

.login-flip-btn {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    overflow: hidden;
}

.login-flip-btn a {
    background: #ff9802;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    border: 0 none;
    color: #ffffff;
    outline: none;
}

.login-flip-btn a:hover {
    background: #3e3e3e;
}


/*Ends on Contact page css*/


/*Starts Terms Page*/

.terms h3 {
    font-size: 22px;
    /*font-family: 'AvenirNextLTProBold', sans-serif;*/
    font-weight: 600;
}

.terms p {
    font-size: 15px;
    line-height: 28px;
}


/*Ends Terms Page*/


/* Starts News & Media Page */

.news-section {
    padding: 60px 0 150px 0;
}

.news-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.news-section .titleSection h2 span {
    font-weight: 600;
    color: #ff9802;
}

.news-section .media-tile span {
    color: #757575;
    font-size: 12px;
}

.news-section .right-side-media img {
    padding: 5px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2) !important;
    -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2) !important;
}

.news-section .media-tile ul {
    margin: 0;
    padding: 20px 0 0 17px;
    list-style-type: circle;
}

.news-section .media-tile a {
    display: inline-block;
    border: 1px solid #444444;
    color: #444444;
    padding: 8px 32px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin-top: 35px;
}

.media-tile a:hover {
    background: #444444;
    color: #ffffff;
}

.events-section {
    padding: 50px 0;
}

.events-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.events-section .titleSection h2 span {
    font-weight: 600;
    color: #ff9802;
}

.events-section .titleSection p {
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
    display: table;
    margin: 0 auto;
    margin-bottom: 55px;
    text-align: center;
}

.events-section .tile-box {
    padding: 40px 20px;
    box-shadow: 0 0 20px -5px #c9c9c9;
    -webkit-box-shadow: 0 0 20px -5px #c9c9c9;
    -moz-box-shadow: 0 0 20px -5px #c9c9c9;
    -ms-box-shadow: 0 0 20px -5px #c9c9c9;
    -o-box-shadow: 0 0 20px -5px #c9c9c9;
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: block;
    cursor: auto;
    min-height: 270px;
    background: #f8fafc;
    border: 1px solid #e8e8e8;
}

.events-section .tile-box h5 {
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
}

.events-section .tile-box span {
    display: block;
    color: #ff9802;
}

.events-section .tile-box a {
    display: inline-block;
    border: 1px solid #444444;
    color: #444444;
    padding: 2px 25px;
    border-radius: 50px;
    margin-top: 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.events-section .tile-box a:hover {
    background: #444444;
    color: #ffffff;
}

.events-section .col-md-4:nth-child(2) .tile-box a {
    margin-top: 39px;
}

.events-section .col-md-4:nth-child(3) .tile-box a {
    margin-top: 39px;
}

.media-section {
    padding: 50px 0;
}

.media-section .titleSection h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.media-section .titleSection h2 span {
    font-weight: 600;
    color: #ff9802;
}

.media-section .titleSection p {
    font-size: 16px;
    line-height: 24px;
    max-width: 350px;
    display: table;
    margin: 0 auto;
    margin-bottom: 55px;
    text-align: center;
}

.media-section .md-tile-box {
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -ms-border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    box-shadow: 0 0 20px -5px #c9c9c9;
    -webkit-box-shadow: 0 0 20px -5px #c9c9c9;
    -moz-box-shadow: 0 0 20px -5px #c9c9c9;
    -ms-box-shadow: 0 0 20px -5px #c9c9c9;
    -o-box-shadow: 0 0 20px -5px #c9c9c9;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.media-section .md-tile-box:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
    -ms-box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
    -o-box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
    border: .0625rem solid rgba(0, 0, 0, .05);
    -webkit-border: .0625rem solid rgba(0, 0, 0, .05);
    -moz-border: .0625rem solid rgba(0, 0, 0, .05);
    -ms-border: .0625rem solid rgba(0, 0, 0, .05);
    -o-border: .0625rem solid rgba(0, 0, 0, .05);
}

.media-section .md-tile-box h5 {
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}

.media-section .md-tile-box a {
    display: inline-block;
    color: #ff9802;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.media-section .md-tile-box a:hover {
    color: #444444;
}

.media-section .md-tile-box a.ml-auto {
    display: inline-block;
    border: 1px solid #ff9802;
    color: #ff9802;
    padding: 2px 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.media-section .md-tile-box a.ml-auto:hover {
    background: #ff9802;
    color: #ffffff;
}

.media-section .md-tile-box .card-header {
    background: transparent;
    border-bottom: 0 none;
    padding: 0;
}

.media-section .md-tile-box a.ml-auto .fa {
    margin-right: 5px;
}

.md-tile-box span {
    color: #757575;
    font-size: 12px;
}

.media-section .md-tile-box a .fa {
    margin-left: 5px;
}

.media-section .md-tile-box p {
    margin-bottom: 50px;
}

.media-section a.see {
    display: inline-block;
    border: 1px solid #444444;
    color: #444444;
    padding: 8px 32px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin-top: 35px;
}

.media-section a.see:hover {
    background: #444444;
    color: #ffffff;
}

.btn.book-now {
    background: #ff9803;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 260px;
    z-index: 99999;
    top: 19px;
    letter-spacing: 2px;
    padding: 0 !important;
}

.left-side-banner {
    padding-right: 75px;
}


/* Ends News & Media Page */


/* Starts Fixed Android & iphone btn */

.app-store.fixed {
    display: none;
}

.app-store.inner-pages {
    margin-top: 25px;
}

.app-store.inner-pages a {
    margin-right: 15px;
}

.app-store.inner-pages a:nth-child(2) {
    margin-right: 0;
}

.app-store.inner-pages a img {
    width: 170px;
}

.contact-section.terms-condition {
    padding: 60px 0 60px;
}

.navbar-brand img {
    width: 180px;
}


/* Ends Fixed Android & iphone btn */


/* Starts Pricing Plans Css */

.lk-subscription-panel h1 {
    font-size: 20px;
    font-weight: 700;
    color: #3c3c3c;
}

.circle {
    background: #ffffff;
    padding: 10px;
    text-align: center;
    /* height: 200px; */
    /* width: 200px; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari and Chrome */
    -o-transition: all 0.5s;
    /* Opera */
    -webkit-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -moz-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -ms-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -o-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
}

.circle h4 {
    margin: 0;
    padding: 0;
}

.circle p {
    margin-bottom: 0;
}

.circle span {}

.circle span.icon {}

.circle span.icon i {
    font-size: 48px;
}

.circle span.price-large {
    font-size: 38px;
    font-weight: bold;
    margin-top: 15px;
    display: block;
    margin-bottom: 15px;
}

.price-small {
    font-size: 24px
}

.c1 {
    /* background: #39b3d7; */
    color: #ffffff;
    background: #1eafeb;
    background: -moz-linear-gradient(left, #1eafeb 0%, #008bc5 99%);
    background: -webkit-linear-gradient(left, #1eafeb 0%, #008bc5 99%);
    background: linear-gradient(to right, #1eafeb 0%, #008bc5 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcd46', endColorstr='#ff9000', GradientType=1);
}

.c1 .blue {
    color: #39b3d7;
}

.c1 .blue {
    color: #ffffff;
}

.c2 {
    /* background: #ed9c28; */
    color: #ffffff;
    background: #ffcd46;
    background: -moz-linear-gradient(left, #ffcd46 0%, #ff9000 99%);
    background: -webkit-linear-gradient(left, #ffcd46 0%, #ff9000 99%);
    background: linear-gradient(to right, #ffcd46 0%, #ff9000 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcd46', endColorstr='#ff9000', GradientType=1);
}

.c2 .yellow {
    color: #ed9c28;
}

.c2 .yellow {
    color: #ffffff;
}

.c3 {
    /* background: #47a447; */
    color: #ffffff;
    background: #219f1a;
    background: -moz-linear-gradient(left, #80cb5e 0%, #219f1a 99%);
    background: -webkit-linear-gradient(left, #80cb5e 0%, #219f1a 99%);
    background: linear-gradient(to right, #80cb5e 0%, #219f1a 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcd46', endColorstr='#ff9000', GradientType=1);
}

.c3 .green {
    color: #47a447;
}

.c3 .green {
    color: #ffffff;
}

.c4 {
    /* background: #d2322d; */
    color: #ffffff;
    background: #00fff6;
    background: -moz-linear-gradient(left, #00fff6 0%, #00cec7 99%);
    background: -webkit-linear-gradient(left, #00fff6 0%, #00cec7 99%);
    background: linear-gradient(to right, #00fff6 0%, #00cec7 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00fff6', endColorstr='#00cec7', GradientType=1);
}

.c4 .red {
    color: #d2322d;
}

.c4 .red {
    color: #ffffff;
}

.lk-connect-section {
    margin-top: 25px;
}

.lk-connect-section h3 {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.lk-plans-box h2 {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}


/* starts on pricing plan */

section.pricing {}

.pricing .card {
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.2s;
    box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -webkit-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -moz-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -ms-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -o-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    height: 100%;
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: bold;
}

h4.card-title.text-muted.text-uppercase.text-center {
    font-size: 14px;
}

h3.card-price.text-center {
    font-size: 22px;
    text-decoration: line-through;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 18px;
}

.pricing .card-price .fa {
    font-size: 41px;
    margin-right: 5px;
}

.pricing ul li {
    margin-bottom: 1rem;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2px;
}

h5.card-title.text-muted.text-uppercase.text-center {
    margin-top: 0;
    margin-bottom: 20px;
}

h3.card-price.text-center .fa {
    font-size: 20px;
    text-decoration: line-through;
}

.free {
    color: #ff9000 !important;
}

.starter {
    color: #008bc5 !important;
}

.essential {
    color: #219f1a !important;
}

.pricing ul li .fa.fa-times {
    color: #ff0000;
}

.pricing ul li .fa.fa-check {
    color: #1e9e18;
}

.subs-btn {
    background: #ff9802;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    border: 0 none;
    color: #ffffff;
    margin-top: 42px;
    outline: none;
    font-size: 14px;
}

.starter-btn {
    background: #008bc5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    border: 0 none;
    color: #ffffff;
    margin-top: 15px;
    outline: none;
    font-size: 14px;
}

.essential-btn {
    background: #219f1a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    border: 0 none;
    color: #ffffff;
    margin-top: 15px;
    outline: none;
    font-size: 14px;
}

.pricing .text-muted {
    /* opacity: 0.7; */
}

.pricing .btn {
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.pricing .btn:hover {
    background: #3e3e3e;
}

.faq h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

span.ml-auto {
    position: absolute;
    right: 15px;
    top: 16px;
}

.faq .card-header .btn {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

#accordionExample .btn[aria-expanded=false] span:before {
    transition: all .5s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    float: right;
    transition: all .5s;
}

#accordionExample .btn[aria-expanded=true] span:before {
    content: "\f107";
    transition: all .5s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal.plan .subscribe-form .btn-new {
    background: #ff9802;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding: 10px 35px;
    border: 0 none;
    color: #ffffff;
    margin-top: 15px;
}

.modal.plan .subscribe-form .btn-new:hover {
    background: #3e3e3e;
}

.modal.plan .subscribe-form .btn-new:disabled,
.modal.plan .subscribe-form .btn-new[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.modal.plan .subscribe-form input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.modal.plan .subscribe-form input:hover {
    border: 1px solid #ff9802;
}

.form-group.otpDiv {
    position: relative;
}

.form-group.otpDiv img#otp_nonverified,
.form-group.otpDiv img#otp_verified {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 16px;
}


/* Hover Effects on Card */


/* ends on pricing plan */


/* Ends Pricing Plans Css */

.practice-management-page .footer-copyright .m-r-20 {
    margin-right: 20px;
}

.practice-management-page .footer-copyright p:not(.text-white) {
    margin-bottom: 0;
}

/*starts on responsive css*/

@media only screen and (max-width:1199px) {
    .app-brief3-section .app-phone img {
        margin-top: 65px;
    }
    .login-panel .lft-login {
        padding: 110px 60px 60px 60px;
    }
}

@media only screen and (max-width:1440px) {
    .banner .banner-carousel .owl-nav button.owl-prev {
        left: -10%;
    }
    .banner .banner-carousel .owl-nav button.owl-next {
        right: -10%;
    }
}

@media only screen and (max-width:1366px) {
    .banner .banner-carousel .owl-nav button.owl-next {
        right: -6%;
        width: 45px;
        height: 45px;
    }
    .banner .banner-carousel .owl-nav button.owl-prev {
        left: -6%;
        height: 45px;
        width: 45px;
    }
}

@media only screen and (max-width:1024px) {
    .banner .banner-carousel .owl-nav button.owl-next {
        right: -5%;
    }
    .banner .banner-carousel .owl-nav button.owl-prev {
        left: -5%;
    }
}

@media only screen and (max-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}

@media only screen and (max-width:991px) {
    .banner {
        background: #f2f8ff;
    }
    .header-bottom .navbar-nav li.nav-item:last-child a.nav-link {
        display: block;
        padding: 10px;
        border: 0 none;
    }
    .banner .banner-carousel .item .col-md-7.col-sm-12.col-12.order-1 {
        order: -1;
    }
    .banner .banner-carousel .item .col-md-5.col-sm-12.col-12.order-2 {
        order: -2;
    }
    .banner .banner-carousel .item .right-side-banner.float-right {
        float: none !important;
    }
    .banner .banner-carousel .item .right-side-banner img {
        width: auto;
        display: table;
        margin: 0 auto;
    }
    .banner .banner-carousel .item .left-side-banner {
        padding: 15px 0;
        text-align: center;
    }
    .banner .banner-carousel .item .left-side-banner ul {
        margin: 0 auto !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        display: table;
    }
    .banner .banner-carousel .item .left-side-banner ul li {
        text-align: left;
        font-size: 16px;
    }
    .banner .banner-carousel .item .left-side-banner h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .banner .banner-carousel .item .left-side-banner h6 {
        font-size: 16px;
    }
    .banner .banner-carousel .item .left-side-banner .app-store {
        margin-top: 10px;
        display: none;
    }
    .banner .banner-carousel .item .left-side-banner a {
        margin: 0 auto;
        padding: 0;
    }
    .banner .banner-carousel .owl-dots {
        bottom: -20px;
    }
    .banner .banner-carousel .item .left-side-banner .app-store a img {
        width: 120px;
    }
    .banner .banner-carousel .item .left-side-banner h2 {
        font-size: 20px;
    }
    .banner .banner-carousel .item .left-side-banner h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .banner {
        /* padding: 20px 0 0 0; */
        padding: 10px 0 10px 0;
        height: auto;
    }
    .banner .item .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .banner .item .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .header-bottom .navbar-toggler {
        border-color: transparent;
        padding: 4px 0;
        border: 0 none;
        outline: none !important;
    }
    .header-bottom .navbar-collapse {
        position: absolute;
        top: 47px;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        right: 0;
        padding: 15px;
        z-index: 111;
    }
    .header-bottom .navbar-nav li.nav-item {
        margin-right: 0;
        padding: 0;
    }
    .header-bottom .navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        color: #333333;
        padding: 10px;
    }
    .features-section .midFeatures {
        margin-top: 100px;
    }
    .features-section .leftFeatures ul li,
    .features-section .rightFeatures ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .app-brief1-section .right-brif {
        margin-top: 0;
    }
    .app-brief1-section .right-brif ul li {
        font-size: 16px;
        line-height: 30px;
    }
    .app-brief2-section .right-brif {
        margin-top: 0;
        padding-left: 60px;
    }
    .app-brief2-section .right-brif ul li {
        font-size: 16px;
        line-height: 30px;
    }
    .footer-section .float-right p {
        font-size: 12px;
        line-height: 15px;
    }
    .footer-section .foot-bottom ul li a {
        font-size: 12px;
    }
    .abt-section .abt-text .abt-tile {
        padding: 0 0px 20px 0;
    }
    .app-brief3-section .right-brif {
        padding-left: 0;
    }
    .app-brief3-section .app-phone img {
        margin-top: 180px;
    }
    .app-brief3-section .right-brif .accordion .accordion-item h1 {
        line-height: 18px;
    }
    .app-brief3-section .right-brif .accordion .tab-header {
        position: relative;
    }
    .app-brief3-section .right-brif .accordion .accordion-item .fa {
        float: none;
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .login-panel .lft-login {
        padding: 30px 60px 60px 60px;
    }
    .contact-section {
        padding: 60px 0 60px;
    }
    .login-panel .col-md-6.left {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .login-panel .col-md-6.right {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        height: 100vh;
    }
    .app-store.fixed {
        display: flex;
        position: fixed;
        z-index: 999999;
        bottom: 0;
        background: #29282b;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
    }
    footer {
        margin-bottom: 90px;
    }
    .app-store.fixed a {
        margin-right: 15px;
    }
    .app-store.fixed a:nth-child(2) {
        margin-right: 0;
    }
    .app-store.fixed img {
        border: 2px solid #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
        -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
        -ms-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
        -o-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    }
    .app-store.inner-pages {
        margin-top: 25px;
        display: none;
    }
    .btn.book-now {
        display: none;
    }
    .pricing .card {
        margin-bottom: 20px !important;
        height: auto;
    }
    .all-iner-banner {
        height: 291px;
    }
    .contact-iner-banner {
        height: auto;
    }

    .practice-management-page footer {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width:767px) {
    .banner {
        padding: 20px 0 10px;
        background-position: center center;
    }
    .banner .banner-carousel .item .right-side-banner img {
        width: 100%;
        height: auto;
    }
    .right-side-banner.float-right {
        margin-top: 25px;
    }
    .banner .banner-carousel .owl-nav {
        display: none
    }
    .mobile-screen-section .offset-3 {
        margin-left: 0;
    }
    .overview-section {
        padding: 20px 0 0 0;
    }
    .overview-section .overview-tile {
        margin-bottom: 20px;
    }
    .overview-section .titleSection p {
        max-width: initial;
    }
    .features-section {
        padding: 20px 0 20px 0;
    }
    .features-section .col-md-4.col-sm-12.col-12.order-1 {
        order: -1;
    }
    .features-section .col-md-4.col-sm-12.col-12.order-2 {
        order: -2;
    }
    .features-section .midFeatures img {
        width: auto;
        display: table;
        margin: 0 auto;
    }
    .features-section .midFeatures {
        margin-top: 0;
    }
    .features-section .leftFeatures ul li,
    .features-section .rightFeatures ul li {
        font-size: 18px;
        line-height: 30px;
    }
    .features-section .leftFeatures,
    .features-section .rightFeatures {
        margin-bottom: 0;
        padding: 30px 80px 0 95px;
        /* padding: 10px 0 0 0; */
        /* text-align: center; */
    }
    .features-section .leftFeatures ul,
    .features-section .rightFeatures ul {
        min-height: auto;
    }
    .app-brief1-section {
        padding: 20px 0 0 0;
    }
    .app-brief1-section .app-phone img {
        width: auto;
        display: table;
        margin: 0 auto;
    }
    .app-brief1-section .right-brif h2 {
        text-align: center;
    }
    .app-brief1-section .right-brif p {
        max-width: initial;
        text-align: center;
    }
    .app-brief1-section .col-md-5.order-1 {
        order: -1;
    }
    .app-brief1-section .col-md-7.order-2 {
        order: -2;
    }
    .app-brief1-section .right-brif ul li {
        font-size: 18px;
    }
    .app-brief1-section .right-brif ul {
        margin: 0 0 30px 0;
        text-align: center;
    }
    .app-brief1-section .right-brif {
        padding-left: 0;
    }
    .mobile-screen-section {
        padding: 20px 0 0 0;
    }
    .mobile-screen-section .titleSection p {
        max-width: initial;
    }
    .app-brief2-section {
        padding: 20px 0 0 0;
        background: #f2f2f2;
        overflow: hidden;
    }
    .app-brief2-section .col-md-5.order-1 {
        order: -1;
    }
    .app-brief2-section .col-md-7.order-2 {
        order: -2;
    }
    .app-brief2-section .right-brif ul li {
        font-size: 18px;
    }
    .app-brief2-section .right-brif ul {
        margin: 0 0 30px 0;
    }
    .app-brief2-section .app-phone img {
        width: auto;
        display: table;
        margin: 0 auto;
    }
    .app-brief2-section .right-brif {
        padding-left: 0;
    }
    .app-brief2-section .right-brif h2 {
        text-align: center;
    }
    .app-brief2-section .right-brif p {
        max-width: initial;
        text-align: center;
    }
    .app-brief2-section .right-brif ul {
        text-align: center;
    }
    .lk-share-section {
        padding: 40px 0 40px 0;
    }
    .get-in-touch-section {
        padding: 20px 0 20px 0;
    }
    .footer-section {
        text-align: center;
    }
    .footer-section .foot-bottom {
        margin-top: 0;
    }
    .footer-section .float-right {
        margin-top: 0;
        float: none !important;
    }
    .get-in-touch-section .address,
    .get-in-touch-section .contact-form {
        margin-top: 0;
        text-align: center !important;
    }
    .get-in-touch-section .address p {
        max-width: 335px;
        margin-left: 0;
        display: table;
        margin: 0 auto 10px;
    }
    .scrollup {
        right: 15px !important;
    }
    .abt-section .abt-text .col-md-9.order-1 {
        order: -1;
    }
    .abt-section .abt-text .col-md-3.order-2 {
        order: -2;
    }
    .abt-section .abt-text .mid.col-md-9.order-1 {
        order: -1;
    }
    .abt-section .abt-text .mid.col-md-3.order-2 {
        order: -2;
    }
    .all-iner-banner {
        padding: 0 0 30px;
        height: auto;
    }
    .all-iner-banner .page-title {
        font-size: 30px;
    }
    .abt-section .abt-text img {
        width: 100%;
    }
    .team-section {
        padding: 20px 0;
    }
    .team-panel {
        margin: 100px 30px 0 30px;
    }
    .contact-iner-banner {
        padding: 0 0 30px;
    }
    .contact-iner-banner .page-title {
        font-size: 30px;
    }
    .app-brief3-section {
        padding: 20px 0 0 0;
    }
    .app-brief3-section .app-phone img {
        margin-top: 0;
    }
    .app-brief3-section .col-md-7.order-2 {
        order: -2;
    }
    .app-brief3-section .col-md-5.order-1 {
        order: -1;
    }
    .app-brief3-section .mid.col-md-5.order-1 {
        order: -1;
    }
    .app-brief3-section .mid.col-md-7.order-2 {
        order: -2;
    }
    .app-brief3-section .right-brif {
        padding-bottom: 35px;
    }
    .app-brief3-section .right-brif .accordion .accordion-item h1 {
        line-height: 22px;
    }
    .app-brief3-section .right-brif .accordion .accordion-item .fa {
        top: 5px;
    }
    .accordion .accordion-item {
        padding: 20px;
    }
    .contact-section {
        padding: 20px 0 20px;
    }
    .contact-section.terms-condition {
        padding: 20px 0 20px;
    }
    .contact-section .address,
    .contact-section .contact-form {
        margin-top: 0;
        text-align: center !important;
    }
    .contact-section .address p {
        max-width: 335px;
        margin-left: 0;
        display: table;
        margin: 0 auto 10px;
    }
    .login-panel .rgt-login {
        padding: 10px 40px;
        min-height: 700px !important;
    }
    .login-panel .rgt-login #login-form p {
        text-align: center;
    }
    .login-panel .rgt-login #login-form .col-md-6.text-right {
        text-align: center !important;
    }
    .login-panel .col-md-6.right {
        height: 100% !important;
    }
    .login-panel .rgt-login form a.login-btn {
        display: table;
        margin: 0 auto 15px;
    }
    .login-panel .rgt-login form p {
        text-align: center;
    }
    .login-panel .rgt-login h2 {
        font-size: 20px;
    }
    .login-panel .rgt-login form a.register-btn {
        display: table;
        margin: 0 auto;
    }
    .contact-section .rgt-login .col-md-6.text-right {
        text-align: center !important;
    }
    .scrollup {
        width: 29px;
        height: 29px;
    }
    .scrollup .fa {
        line-height: 29px;
        font-size: 12px;
    }
    .news-section .col-md-7.order-1 {
        order: -1;
    }
    .news-section .col-md-5.order-2 {
        order: -2;
    }
    .events-section .tile-box {
        margin-bottom: 20px;
    }
    .all-iner-banner {
        background-size: auto;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
    }
    .terms h3 {
        font-size: 18px;
    }
    .pricing-panel .circle {
        margin-bottom: 12px;
    }
    .abt-section.pricing-panel {
        text-align: center;
    }
    section.pricing.py-5 {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    .pricing ul li {
        text-align: left;
    }
    h4.card-title.text-muted.text-uppercase.text-center {
        font-size: 12px;
    }
}

@media only screen and (max-width:590px) {
    .banner .banner-carousel .item .right-side-banner img {
        width: 100%;
    }
    .header-bottom .navbar-collapse {
        width: 100%;
    }
    .overview-section .titleSection h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .overview-section .titleSection p {
        margin-bottom: 20px;
    }
    .overview-section .overview-tile {
        padding: 20px 10px;
    }
    .overview-section .overview-tile img {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .overview-section .overview-tile h4 {
        margin-bottom: 20px;
    }
    .overview-section .overview-tile p {
        margin: 0;
        max-width: 360px;
        display: table;
        margin: 0 auto;
    }
    .features-section .titleSection h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .features-section .titleSection p {
        margin-bottom: 20px;
    }
    .app-brief1-section .right-brif h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .app-brief1-section .right-brif p {
        margin-bottom: 20px;
    }
    .app-brief1-section .right-brif ul {
        margin: 0 0 20px 0;
    }
    .mobile-screen-section .titleSection h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .mobile-screen-section .titleSection p {
        margin-bottom: 20px;
    }
    .app-brief2-section .right-brif h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .app-brief2-section .right-brif p {
        margin-bottom: 20px;
    }
    .app-brief2-section .right-brif ul {
        margin: 0 0 20px 0;
    }
    .lk-share-section .titleSection h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .lk-share-section .social ul {
        margin: 20px 0 0 0;
    }
    .lk-share-section .social ul li a {
        width: 61px;
        height: 71px;
    }
    .lk-share-section .social ul li a .fa {
        font-size: 30px;
        line-height: 62px;
    }
    .get-in-touch-section .titleSection h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .lk-share-section .social ul li {
        margin-right: 10px;
    }
    .abt-section {
        text-align: center;
    }
    .abt-section .abt-text p {
        margin-top: 10px;
    }
    .abt-section .titleSection h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .team-section .titleSection h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .app-brief3-section .app-phone img {
        width: auto;
        display: table;
        margin: 0 auto;
    }
    .app-brief3-section .right-brif h2 {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
    }
    .accordion:hover .accordion-item:hover .accordion-item-content,
    .accordion .accordion-item--default .accordion-item-content {
        height: 9em;
    }
    .contact-section .titleSection h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .news-section {
        text-align: center;
    }
    .abt-tile img {
        width: 180px !important;
    }
    .news-section {
        padding: 10px 0 20px 0;
    }
    .news-section .titleSection h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .right-side-media {
        margin-bottom: 20px;
    }
    .media-tile h2 {
        font-size: 18px;
    }
    .terms h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .pricing .card-price {
        font-size: 34px;
    }
    .pricing .card-price .fa {
        font-size: 34px;
    }
    span.ml-auto {
        right: 5px;
    }
}

@media only screen and (max-width:480px) {
    .banner .banner-carousel .item .left-side-banner h1 {
        font-size: 18px;
    }
    .banner .banner-carousel .item .left-side-banner h2 {
        font-size: 16px;
    }
    .features-section .leftFeatures ul li,
    .features-section .rightFeatures ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .overview-section .titleSection h2,
    .features-section .titleSection h2,
    .app-brief1-section .right-brif h2,
    .mobile-screen-section .titleSection h2,
    .app-brief2-section .right-brif h2 {
        font-size: 20px;
    }
    .lk-share-section .titleSection h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .features-section .leftFeatures h2,
    .features-section .rightFeatures h2 {
        font-size: 18px;
    }
    .features-section .leftFeatures h2 .fa,
    .features-section .rightFeatures h2 .fa {
        font-size: 18px;
    }
    .features-section .leftFeatures ul li,
    .features-section .rightFeatures ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .features-section .leftFeatures,
    .features-section .rightFeatures {
        padding: 30px 0 0 75px;
    }
    .app-brief1-section .right-brif ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .app-brief2-section .right-brif ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .abt-section .titleSection h2,
    .team-section .titleSection h2 {
        font-size: 20px;
    }
    .all-iner-banner .page-title {
        font-size: 20px;
    }
    .all-iner-banner .page-title {
        margin: 30px auto 0;
    }
    .team-panel {
        margin: 100px 0px 0 0;
    }
    .app-brief3-section .right-brif h2 {
        font-size: 20px;
    }
    .overview-section .titleSection h2 {
        font-size: 20px;
    }
    .app-brief3-section .app-phone img {
        width: 100%;
    }
    .accordion:hover .accordion-item:hover .accordion-item-content,
    .accordion .accordion-item--default .accordion-item-content {
        height: 12em;
    }
    .contact-iner-banner .page-title {
        font-size: 20px;
    }
    .contact-iner-banner .page-title {
        margin: 30px auto 0;
    }
    .contact-section .titleSection h2 {
        font-size: 20px;
        text-align: center;
    }
    .get-in-touch-section .titleSection h2 {
        font-size: 20px;
    }
    .login-panel .rgt-login h2 {
        font-size: 20px;
    }
    .app-store.fixed a img {
        width: 170px;
    }
    footer {
        margin-bottom: 82px;
    }

    .practice-management-page footer {
        margin-bottom: 0px !important;
    }
}



@media only screen and (max-width:380px) {
    .accordion:hover .accordion-item:hover .accordion-item-content,
    .accordion .accordion-item--default .accordion-item-content {
        height: 15em;
    }
    .features-section .leftFeatures,
    .features-section .rightFeatures {
        padding: 30px 0 0 30px;
    }
}

@media only screen and (max-width:360px) {
    .app-store.fixed a img {
        width: 140px;
    }
    footer {
        margin-bottom: 72px;
    }
}

@media only screen and (max-width:320px) {
    .accordion:hover .accordion-item:hover .accordion-item-content,
    .accordion .accordion-item--default .accordion-item-content {
        height: 16em;
    }
    .features-section .leftFeatures,
    .features-section .rightFeatures {
        padding: 30px 0 0 20px;
    }
}


/*ends on responsive css*/