/*======================================
    SocialDealers's Custom Styles Css
========================================*/

/* DASHBOARD CSS */

body.user-dashboard {
    background-color: #f5fbfe;
}
body.user-dashboard a.navbar-brand {
    padding: 3px 15px 3px 40px;
}
.sidebar-pinner {
    position: absolute;
    right: 0px;
    top: 23px;
}
a#menu-toggle {
    position: absolute;
    width: 40px;
    height: 25px;
}
a#menu-toggle .icon-bar {
    display: block;
    letter-spacing: 0;
    width: 28px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #486db1;
    left: 0;
    margin: auto;
}
#menu-toggle .icon-bar:nth-child(3) {
    top: 8px;
}
#menu-toggle .icon-bar:last-child {
    top: 16px;
}
div.reservedStripe {
    text-align: center;
    margin: 10px 0 0;
    padding: 30px 0;
}
div.reservedStripe p {
    margin: 0;
    color: #000;
    font-size: 14px;
}
.row.userInfo {
    text-align: center;
}

.inforCont .iconCircle {
    background-size: 190px 190px;
    background-repeat: no-repeat;
    background-position: center;
    height: 190px;
    padding: 52px 0;
}
.inforCont.blu .iconCircle {
	background-image: url('https://i.imgur.com/xKHXMP9.png');	
}
.inforCont.ylw .iconCircle {
	background-image: url('https://i.imgur.com/3vFb0gR.png');	
}
.inforCont.grn .iconCircle {
	background-image: url('https://i.imgur.com/hElokKo.png');	
}
.inforCont.pnk .iconCircle {
	background-image: url('https://i.imgur.com/Ley9ViH.png');	
}
.iconCircle span {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
    line-height: 85px;
    text-align: center;
    border-radius: 50px;
}
.iconCircle span img {
    margin-left: 10px;
}
.inforCont.blu .iconCircle span {
	background-color: #486db1;
}
.inforCont.ylw .iconCircle span {
	background-color: #f5b224;
}
.inforCont.grn .iconCircle span {
	background-color: #50d55a;
}
.inforCont.pnk .iconCircle span {
	background-color: #ed3b57;
}
.inforCont.borderBtm {
    border-bottom: 8px solid;
}
.borderBtm.blu {
    border-color: #486db1;
}
.borderBtm.ylw {
    border-color: #f5b224;
}
.borderBtm.grn {
    border-color: #50d55a;
}
.borderBtm.pnk {
    border-color: #ed3b57;
}
.inforCont p {
    margin: 15px 0 10px;
    color: #353535;
}
.inforCont h3 {
    margin: 0 0 15px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}
body.user-dashboard .well {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #95aad2;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 20px;
    margin-bottom: 0;
  	overflow: hidden;
}
div.secTitleRow {
    border-bottom: 1px solid #dfe3e7;
    margin-bottom: 30px;
}
h4.secTitle {
    color: #353535;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
  	display: inline-block;
}
h4.secTitle::before {
    content: '';
    width: 60px;
    height: 5px;
    display: block;
    background-color: #ed3b57;
    position: absolute;
    bottom: -18px;
    left: 10px;
}
div.secTitleRow .nav-pills {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    list-style: none;
}
div.secTitleRow .nav-pills li {
    margin-left: 50px;
}
div.secTitleRow .nav-pills li a {
    color: #353535;
    text-decoration: none;
}
div.secTitleRow .nav-pills li a:hover {
    color: #ed3b57;
}

div.form-group label {
    font-size: 15px;
    font-weight: 400;
    color: #627073;
}
div.form-group .form-control {
    height: 46px;
  	border-radius: 0;
    background-color: #f5fbfe;
    box-shadow: 0 6px 11px 0 #0000001a;
    border-color: #95aad2;
    color: #627073;
}
div.form-group select.form-control {
    -webkit-appearance: none;
    background-image: url('https://i.imgur.com/2NJqQ7e.png');
    background-repeat: no-repeat;
    background-position: 99% 3px;
  	padding: 6px 45px 6px 11px;
}
.row.splitedCol div.form-group .input-group .btn {
    font-size: 20px;
    height: 46px;
    background-color: #ed3b57;
    color: #fff;
    border-color: #ed3b57;
    box-shadow: 0 6px 11px 0 #0000001a;
}
div.panel-body {
	border-radius: 0;
    background-color: #f5fbfe;
    box-shadow: 0 6px 11px 0 #0000001a;
    border-color: #95aad2;
    color: #627073;
}
.row.splitedCol div.form-group {
    width: 50%;
    float: left;
    padding: 0 5px;
}
body.user-dashboard button.btn-primary {
    color: #fff;
    background-color: #ed3b57;
    width: 270px;
    height: 45px;
    border-radius: 0;
    border: 0;
    float: right;
}
div.timeline, div.tips {
    max-height: 535px;
    overflow-y: auto;
    min-height: 535px;
}
div.timeline .timeline-block {
    display: table;
  	padding-bottom: 15px;
}
div.timeline .timeline-block span.timeline-step,
div.timeline .timeline-block div.timeline-content {
    display: table-cell;
    vertical-align: top;
}
div.timeline .timeline-block span.timeline-step {
    padding-right: 10px;
  	width: 30px;
}
div.timeline .timeline-block div.timeline-content p.text-muted {
    color: #627073;
    margin: 0 0 5px;
    line-height: 1;
}
div.timeline .timeline-block div.timeline-content h6 {
    font-size: 18px;
    font-weight: 400;
    color: #414c4e;
    margin: 0;
}
div.tips h4 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 700;
    color: #403f3f;
}
div.tips h5 {
    font-weight: 800;
    line-height: 30px;
}
div.tips h5 span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background-color: #486db1;
    color: #ffffff;
    margin-right: 10px;
}
div.tips p {
    color: #403f3f;
}

div.form-group textarea.form-control {
    height: auto;
}

.servicePage div.secTitleRow,
.ordersPage div.secTitleRow {
    margin-bottom: 5px;
}
.table-responsive table tbody tr:nth-child(2n+1) {
    background-color: #f5fbfe;
}
.table-responsive table tbody tr {
    border: 1px solid #6887bf;
    border-left-width: 2px;
}
.table-responsive table thead th {
    color: #ed3b57;
    padding: 20px 10px;
  	width: 1%;
  	border: 0;
}
.table-responsive table td.catName {
    font-size: 14px;
    color: #486db1;
    padding: 13px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.table-responsive table td {
    padding: 10px 10px !important;
    vertical-align: middle !important;
    border: 0 !important;
  	color: #6a707b;
}
.table-responsive table td .input-group-btn a.btn {
    color: #ed3b57;
}
.table-responsive table td .btn-alternate {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ed3b57;
    background-color: transparent;
    color: #ed3b57;
    padding: 10px 0;
    text-align: center;
}
.table-responsive table td .modal {
    text-align: center;
}
.table-responsive table td .btn-alternate:hover {
    background-color: #ed3b57;
    color: #fff;
}
.table-responsive table td .modal .modal-header {
    background-color: #ed3b57;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}
.table-responsive table td .modal .modal-header h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.table-responsive table td .modal .modal-header button.close {
    color: #fff;
    opacity: 1;
}
.table-responsive table td .modal .modal-body {
    background-color: #fff;
    color: #353535;
}
.table-responsive table td span.badge {
    border-radius: 4px;
    padding: 7px;
}

div.orderNav {
    padding: 5px 0 10px;
    border-bottom: 1px solid #dfe3e7;
}
div.orderNav ul.nav-pills {
    margin: 0;
}
div.orderNav ul.nav-pills li {
    margin-right: 10px;
}
div.orderNav ul.nav-pills li a {
    padding: 0;
    font-weight: 600;
    color: #353535;
    background-color: transparent !important;
    line-height: 40px;
}
div.orderNav ul.nav-pills li a .badge {
    border-radius: 100%;
    padding: 0;
    width: 13px;
    height: 13px;
    margin: -1px 2px 0 0;
  	color: #353535;
	background-color: #353535;
}
.table-responsive table.orderTable td span.badge {
    border-radius: 100%;
    padding: 0;
    font-size: 20px;
    width: 13px;
    height: 13px;
}
.badge.pending,
.badge.Pending {
	color: #39a3ee !important;
	background-color: #39a3ee !important;
}
.badge.inprogress,
.badge.In.progress {
	color: #39eeec !important;
	background-color: #39eeec !important;
}
.badge.completed,
.badge.Completed{
	color: #3edd49 !important;
	background-color: #3edd49 !important;
}
.badge.partial,
.badge.Partial {
	color: #fdd11c !important;
	background-color: #fdd11c !important;
}
.badge.processing,
.badge.Processing {
	color: #b0fd1c !important;
	background-color: #b0fd1c !important;
}
.badge.canceled,
.badge.Canceled {
	color: #e4245f !important;
	background-color: #e4245f !important;
}
div.orderNav li.search {
    margin: 0 !important;
}
div.orderNav li.search form {
    margin: 0;
}
div.orderNav li.search form input {
    border-radius: 0;
    height: 40px;
    border-color: #ed3b57;
}
div.orderNav li.search form input::placeholder {
    color: #353535;
}
div.orderNav li.search form .btn {
    height: 40px;
    border-radius: 0;
    font-size: 18px;
    background-color: #ed3b57;
    color: #fff;
    border-color: #ed3b57;
}
.modal .table tr {
    border-color: #ed3b57;
}
.modal .table th {
    background-color: #ed3b57;
    color: #ffffff;
    border-color: #ed3b57;
}



.row.addfundsPage .row .col-sm-12.splitedCol {
    display: flex;
}
.row.addfundsPage .row .col-sm-12.splitedCol div.form-group {
    flex-basis: 100%;
    padding: 0 5px;
}

div.panel {
    border-radius: 0;
    border-color: #94a9d0;
    margin-bottom: 15px;
}
div.panel .panel-heading {
    border-radius: 0 !important;
    padding: 14px 15px;
}
div.panel a[data-toggle="collapse"] {
    display: block;
    position: relative;
}
div.panel a::after {
    content: '';
    background-image: url('https://i.imgur.com/2NJqQ7e.png');
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    top: 3px;
}
div.panel .panel-heading h4 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    color: #627073;
}

div.secTitleRow.apiHead {
    margin-bottom: 10px;
}
table {
    width: 100%;
}
.form-group.exampleBtn .btn {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 13px;
    background-color: #ed3b57;
    font-weight: 700;
}
div.afterTable {
    margin: 10px 0 0;
    background-color: #486db1;
    color: #ffffff;
    padding: 20px;
}
div.afterTable pre {
    background-color: transparent;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.form-group.exampleBtn {
    margin-bottom: 0;
}
.row.ticketsPage td a {
    color: #353535;
}
.row.accountPage .col-sm-12.splitedCol div.form-group {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.user-dashboard .navbar-right .dropdown-menu > .active > a,
.user-dashboard .navbar-right .dropdown-menu > .active > a:hover,
.user-dashboard .navbar-right .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ed3b57;
    outline: 0;
}
.user-dashboard .navbar-right .dropdown-menu .badge {
    background-color: #ed3b57;
    width: 100%;
    padding: 5px 7px;
}

div.card {
    border: 1px solid #486db1;
    margin-bottom: 10px;
}
div.card .cardHeAd {
    background-color: #486db1;
    color: #ffffff;
    padding: 13px 15px;
}
div.card .cardHeAd h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
div.card .cardBody {
    padding: 13px 15px;
}
div.card .cardBody ul {
    padding: 0 0 0 15px;
    margin: 0;
}
div.card .cardBody ul li {
    color: #ed3b57;
    font-size: 18px;
}
div.card .cardBody ul li span {
    color: #353535;
    font-size: 14px;
}
div.ticket-message {
    border: 1px solid #95aad2;
    border-radius: 0 !important;
    color: #353535;
    box-shadow: 0 6px 11px 0 #0000001a;
}
.ticket-message-right .ticket-message {
    background-color: #f5fbfe;
}
.ticket-message-right {
    text-align: right;
}
.row.typingAreaRow {
    margin-top: 150px;
}







/* Sidebar Css */

#wrapper.toggled {
    padding-left: 0;
}
#wrapper.toggled #page-wrapper {
    padding: 100px 0 0 250px;

}
.user-dashboard nav.navbar #navbar {
    padding: 10px 0;
}
div.tooltip {
    width: 110px;
    text-indent: 0;
}
#wrapper {
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-position: 97% 97%;
    background-size: 8%;
    background-attachment: fixed;
    min-height: 100vh;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-position: 97% 97%, 99% 99%, 85% 10%, 18% 80%;
    background-size: 10%, 3%, 7%, 15%;
    background-attachment: fixed;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    left: 250px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  	margin-left: -250px;
}
#sidebar-wrapper {
    top: auto0px;
    left: 0px;
    width: 60px;
    color: white;
    position: fixed;
    height: 100%;
  	background-color: #ed3b57;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 0px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  	/* box-shadow: 0 8px 2px -2px rgba(0,0,0,.1);
  		-webkit-box-shadow: 0 0 5px 8px rgba(0,0,0,.1); */
  	z-index: 3;
}
.side-back {
    height: 100%;
  	background-color: #ed3b57;
}
#wrapper.toggled .sidebar-nav {
  	top: 110px;
}
.sidebar-nav {
    position: absolute;
    top: 80px;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    padding-top: 15px;
  	z-index: 1;
}
.sidebar-nav li.price {
    margin-bottom: 30px;
}
.sidebar-nav li {
    text-indent: 30px;
    line-height: 40px;
}
.sidebar-nav li a:hover,
.sidebar-nav li.active a:hover,
.sidebar-nav li.active a {
    background: #ffffff1a;
    color: #ffffff;
    text-decoration: none;
}
.sidebar-nav li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    font-size: 16px !important;
  	padding: 4px 0;
  	transition: .5s;
}
.sidebar-nav li a::before {
    content: '';
    height: 48px;
    width: 5px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  	transition: .5s;
}
.sidebar-nav li a:hover::before,
.sidebar-nav li.active a:hover::before,
.sidebar-nav li.active a::before {
    background-color: #ffffff;
}
#page-wrapper {
    padding: 90px 40px 45px;
    width: 100%;
    min-height: 100vh;
}
.sidebar-nav li a img {
    width: 18px;
    margin-right: 12px;
}


#page-wrapper {
    padding: 100px 0 0 60px;
    width: 100%;
    min-height: 100vh;
  	z-index: 1;
}
.user-dashboard .navbar-static-top {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
  	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  	box-shadow: 0 8px 2px -2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 8px rgba(0,0,0,.1);
  	border: 0;
	z-index: 9;
}
.user-dashboard nav.navbar {
    border-radius: 0;
  	background: #ffffff;
}
.sideBarLogo {
    overflow: hidden;
  	position: relative;
}
.sideBarLogo a.navbar-brand {
    display: block;
    height: auto;
    width: auto;
    text-align: center;
}
#wrapper .sideBarLogo img {
    margin: 0px auto 0;
    margin-left: -20px;
    height: 61px;
}
#wrapper.toggled .sideBarLogo img {
  	width: 240px;
  	height: 61px;
  	margin-left: -20px;
}
.user-dashboard .navbar-right {
    margin: 4px 0 0;
}
.user-dashboard .navbar-right a.userBtn {
    padding: 0;
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 400;
    color: #353535 !important;
    width: auto;
    text-align: center;
    text-transform: capitalize;
}
.user-dashboard .navbar-right a:hover {
    background-color: #fff !important;
}
.user-dashboard .navbar-right li {
    margin: 0 5px;
}
#wrapper #sidebar-wrapper span.menu-title {
    display: none;
}
#wrapper.toggled #sidebar-wrapper span.menu-title {
    display: initial;
}
.sidebar-nav li a i {
    text-indent: 0;
    margin-right: 15px;
    font-size: 18px;
    width: 17px;
}
#wrapper .full-logo {
    display: none;
}
#wrapper.toggled .full-logo {
    display: block;
}
#wrapper.toggled .red-logo {
    display: none;
}
#wrapper.toggled .sidebar-user-det {
  	display: block;
}
.sidebar-nav .badge {
    width: auto;
    text-indent: initial;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 5px 8px;
    line-height: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #486db1 !important;
}
.showOnMobile {
    display: none;
}







/* DASHBOARD CSS */












body {
	font-family: 'Poppins', sans-serif;
  	padding: 0;
}
img {
    max-width: 100%;
}
body.guest nav.navbar {
    background-color: #ffffff;
    border: 0;
    margin: 0;
    box-shadow: 0 0 10px 0px #26397f33;
}
nav .header-strip {
    background-color: #ef3b57;
    padding: 10px 0;
}
nav .header-strip .contact-info {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
nav .header-strip .contact-info li {
    display: inline-block;
    margin-left: 15px;
}
nav .header-strip .contact-info li a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}
body.guest .navbar-header {
    padding: 15px 0;
}
body.guest nav.navbar .nav li {
    margin: 0 10px;
}
body.guest nav.navbar .nav li.active a,
body.guest nav.navbar .nav li.active a:hover,
body.guest nav.navbar .nav li.active a:focus,
body.guest nav.navbar .nav li a:hover {
    background-color: transparent;
    color: #ef3b57;
    position: relative;
}
body.guest nav.navbar .nav li a {
    font-size: 15px;
    font-weight: 500;
  	color: #4569ab;
  	padding: 30px 15px;
}
body.guest nav.navbar .nav li:last-child a {
    background-color: #ef3b57;
    color: #ffffff;
    border-radius: 30px;
    padding: 12px 40px;
    margin-top: 18px;
    box-shadow: -2px 2px 6px 0px #ef3b574d;
}
body.guest nav.navbar .nav li:last-child a:after {
	display: none;
}
body.guest nav.navbar .nav li a::after {
    position: absolute;
    top: 93%;
    left: 0;
    right: 0;
    height: 1px;
    width: 30px;
    background: #ef3b57;
    margin: auto;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

body.guest nav.navbar .nav li.active a::after,
body.guest nav.navbar .nav li a:hover::after {
    height: 5px;
    opacity: 1;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

section.topSec {
    position: relative;
    padding: 160px 0 20px;
  	overflow: hidden;
}
section.topSec img.rocket {
    position: absolute;
    width: 100px;
    z-index: -1;
    left: 5px;
  	animation: float 1.8s infinite ease-in-out;
}
section.topSec .well.signinWell {
	margin-top: 110px;
  	background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}
h1.slogan {
    margin: 0;
    font-size: 65px;
    font-weight: 500;
    color: #212135;
}
body.guest .well {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #95aad2;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 20px;
    margin-bottom: 0;
    overflow: hidden;
}
section.topSec .signinWell p {
    font-size: 40px;
    color: #ef3b57;
    font-weight: 500;
    margin: 10px 0 20px;
}
section.topSec .signinWell form {
    margin: 0;
    width: 350px;
}
section.topSec .signinWell .form-group input {
    height: 47px;
    border-radius: 30px;
    border-color: #e2eaf7;
    background-color: #f5f6f6;
    box-shadow: none;
  	padding: 6px 20px;
}
section.topSec .signinWell .form-group input::placeholder {
    color: #a29fa9;
}
section.topSec .signinWell input:focus {
    box-shadow: 0 0 3px 1px #ef3b574d;
}
section.topSec .signinWell .btn-primary {
    color: #ffffff;
    background-color: #faa525;
    width: 150px;
    height: 47px;
    border-radius: 40px;
    border: 0;
    box-shadow: -2px 2px 6px 0px #faa52566;
    font-size: 16px;
    font-weight: 500;
}
section.topSec .signinWell .checkbox label {
    color: #a6a2ab;
    margin-left: 5px;
}
div.form-group__password a.forgot-password {
    bottom: -78px;
    font-size: 12px;
    color: #ef3b57;
    right: 5px;
}
section.topSec .signinWell span.pull-left {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #a6a2ab;
    letter-spacing: 1px;
    text-decoration: underline;
}
section.topSec .signinWell span.pull-left a {
    color: #a6a2ab;
}
img.icon {
    position: absolute;
}
section.topSec .icon1 {
    left: -40px;
    top: 100px;
  	animation: tada 2s infinite ease-in-out;
}
section.topSec .icon2 {
    top: 50px;
    right: 0;
  	animation: fly 2.8s infinite ease-in-out;
}
section.topSec .icon3 {
    bottom: -70px;
    left: 150px;
  	animation: tossing .8s infinite ease-in-out;
}
section.topSec .icon4 {
    top: 330px;
    right: 110px;
  	animation: fadeLTR 1.8s infinite ease-in-out;
}
/* section.topSec .animationBox {
    position: relative;
} */
.animated {
    position: absolute;
}
section.topSec .mobile {
    position: absolute;
    right: 70px;
    margin: 100px 0 80px;
  	bottom: 0;
}
img.vase {
    bottom: 10px;
    left: -90px;
    width: 110px;
  	animation: float 3s infinite ease-in-out;
}
img.dirl {
    right: -36px;
    bottom: 0;
    width: 195px;
  	animation: float 4s infinite ease-in-out;
}
img.boy {
    bottom: 0;
    left: 50px;
  	animation: shake 12s infinite ease-in-out;
}
section.topSec .icon5 {
    right: 0;
    top: 0;
  	animation: shake 2s infinite ease-in-out;
}
section.topSec .col-sm-6.bgSun::after {
    content: '';
    background-image: url('https://i.imgur.com/mWSfKry.png');
    width: 900px;
    height: 535px;
    display: block;
    position: absolute;
    right: -180px;
    bottom: -20px;
  	z-index: -1;
}



section.secondSec {
    text-align: center;
    padding: 60px 0;
  	position: relative;
  	height: 700px;
}
img.dots {
    left: -20px;
    top: 30px;
  	display: none;
}
div.secTitle p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
div.secTitle h2 {
    font-size: 50px;
    font-weight: 500;
    color: #212135;
    margin: 0;
    padding: 0 0 30px;
  	position: relative;
}
div.secTitle h2 span {
    /* font-family: 'Grand Hotel', cursive; */
}
div.secTitle h2::before {
    content: '';
    height: 4px;
    width: 250px;
    display: block;
    background-color: #0000001a;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}
div.secTitle h2::after {
    content: '';
    width: 90px;
    height: 8px;
    display: block;
    background-color: #212135;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -2px;
}
section.secondSec .wrapper {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 430px;
  perspective: 900px;
}
section.secondSec .Concontainer {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  transition: .5s all ease;
  transform: rotateX(60deg) scale(0.7);
  perspective: 900px;
  box-shadow: 0px 20px 50px #555;
  animation: entry 1s linear 1;
}

section.secondSec #c0 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background: #37449a;
  z-index: 300;
  box-shadow: 0px 20px 100px #555;
}

section.secondSec #c1 {
  background: #faa525;
  box-shadow: 0px 20px 100px #555;
  left: 100%;
  z-index: 0;
}

section.secondSec #c2 {
  left: -100%;
  z-index: 0;
  background: #ef3b57;
  box-shadow: 0px 20px 100px #555;
}

section.secondSec .Concontainer.active {
  cursor: pointer;
  transform: rotate(0deg) scale(1) translateY(50px);
  transition: .5s all ease;
  z-index: 400;
}

section.secondSec .image {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 40%;
}
section.secondSec .image img {
    margin-top: 40px;
}

section.secondSec .story {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 60%;
  width: 100%;
  z-index: 30;
}

section.secondSec .info {
  position: absolute;
  top: 5%;
}

section.secondSec h3 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
section.secondSec h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 20px;
    padding: 0 0 25px;
    position: relative;
}
section.secondSec h4::before {
    content: '';
    width: 75%;
    height: 4px;
    background-color: #fff3;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
section.secondSec h4::after {
    content: '';
    width: 100px;
    height: 8px;
    display: block;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    position: absolute;
}
section.secondSec .info p {
    font-size: 13px;
    color: #fff;
    padding: 0px 20px 20px 20px;
    text-align: center;
}

@keyframes entry {
  0% {
    top: -20%;
    opacity: 0.1;
  }
  100% {
    top: 0%;
  }
}


section.thirdSec {
    color: #ffffff;
  	text-align: center;
  	position: relative;
  	overflow: hidden;
}
section.thirdSec div.bgColor {
    background-color: #ef3b57;
    padding: 60px 0;
}
section.thirdSec .waveCon {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
  	opacity: .4;
}
.wave {
    border: 3px solid #0000004d;
	box-shadow: 0 0 50px 10px #0000004d;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  	opacity:0.1;
	-webkit-transform:scale(0.7);
	/* -webkit-animation-name: facebook; */
 	-webkit-animation-duration: 3s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
}
#wave1 {
    width: 400px;
    height: 400px;
  	-webkit-animation-delay: .3s;
}
#wave2 {
    width: 600px;
    height: 600px;
  	-webkit-animation-delay: .4s;
}
#wave3 {
    width: 800px;
    height: 800px;
  	-webkit-animation-delay: .5s;
}
#wave4 {
    width: 1000px;
    height: 1000px;
  	-webkit-animation-delay: .6s;
}
#wave5 {
    width: 1200px;
    height: 1200px;
  	-webkit-animation-delay: .7s;
}
@-webkit-keyframes facebook{
	0%{-webkit-transform: scale(1.2);opacity:0.1;}
	100%{-webkit-transform: scale(0.7);opacity:0.7;}
}

div.secTitle.white h2 {
    color: #fff;
}
div.secTitle.white h2::before {
    background-color: #fff3;
}
div.secTitle.white h2::after {
    background-color: #fff;
}
section.thirdSec div.secTitle {
    margin-bottom: 40px;
}
section.thirdSec ul.nav-tabs {
    padding: 0 0 30px;
    margin: 0 0 40px;
    border-bottom: 2px solid #fff;
}
section.thirdSec ul.nav-tabs::after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    position: relative;
    top: 32px;
    box-shadow: 0 0 14px 4px #fff;
}
section.thirdSec ul.nav-tabs li {
    width: 25%;
  	text-align: center;
}
section.thirdSec ul.nav-tabs li a {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}
section.thirdSec ul.nav-tabs li a div.icon {
    height: 60px;
    line-height: 60px;
}
section.thirdSec ul.nav-tabs li a p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
section.thirdSec ul.nav-tabs li a::after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -40px;
    border-radius: 100%;
    z-index: 1;
    box-shadow: 0 0 14px 4px #fff;
  	transform: scale(.7);
  	transition: .2s ease-in;
}
section.thirdSec ul.nav-tabs li a::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: #ef3b57;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -37px;
    z-index: 2;
    border-radius: 100%;
  	transform: scale(.5);
  	transition: .25s ease-in;
  	opacity: 0;
}
section.thirdSec ul.nav-tabs li.active a::before,
section.thirdSec ul.nav-tabs li a:hover::before,
section.thirdSec ul.nav-tabs li.active a:hover::before,
section.thirdSec ul.nav-tabs li.active a:focus::before {
  	transform: scale(1);
  	opacity: 1;
  	
}
section.thirdSec ul.nav-tabs li.active a::after,
section.thirdSec ul.nav-tabs li a:hover::after,
section.thirdSec ul.nav-tabs li.active a:hover::after,
section.thirdSec ul.nav-tabs li.active a:focus::after {
    width: 26px;
    height: 26px;
    bottom: -45px;
  	transform: scale(1);
}
section.thirdSec .tab-content {
    width: 80%;
    margin: auto;
}
section.thirdSec .tab-content p {
    font-size: 14px;
}
section.thirdSec .tab-content p b {
    font-weight: 900;
}


section.fourthSec {
    position: relative;
  	padding: 140px 0 0;
  	text-align: center;
}
.girlLeft {
    left: 0;
    top: -170px;
    width: 230px;
  	animation: float 2s infinite ease-in-out;
}
.girlRight {
    right: 0;
    top: -170px;
    width: 240px;
  	animation: float 2.1s infinite ease-in-out;
}
.dots2 {
    left: 0;
    width: 120px;
    top: 100px;
  	display: none;
}
section.fourthSec p.para {
    font-size: 13px;
    color: #212135;
    margin: 40px 0 0;
}
section.fourthSec .ComparisonBox .box {
    display: inline-block;
    padding: 30px 30px;
  	float: left;
  	position: relative;	
}
section.fourthSec .ComparisonBox .box.before {
    color: #b9c3ce;
}
section.fourthSec .ComparisonBox .box.after {
    color: #ef3b57;
  	padding-top: 100px;
}
section.fourthSec .ComparisonBox .box .iconSpan {
    position: absolute;
    left: -40px;
    top: 190px;
}
section.fourthSec .ComparisonBox .box .iconSpan img {
    width: 70px;
}
section.fourthSec .ComparisonBox .box h4 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
    width: 167px;
}
section.fourthSec .ComparisonBox .box p {
    font-size: 25px;
    margin: 0;
    line-height: 20px;
}
section.fourthSec .ComparisonBox .box p small {
    display: block;
    font-size: 16px;
}
section.fourthSec .ComparisonBox .box p.bordered {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
section.fourthSec .circleCol img.pull-right {
    margin: 140px -70px 0 0;
    max-width: 460px !important;
  	animation: float 2.2s infinite ease-in-out;
}
section.fourthSec .circleCol::after {
    content: '';
    width: 500px;
    height: 500px;
    display: block;
    background-color: #f5fbfe;
    border-radius: 100%;
  	position: relative;
	z-index: -1;
}
.testimonialSlider button.slick-arrow {
    position: absolute !important;
    bottom: 10px;
    top: auto;
    color: #000 !important;
    left: auto;
    right: 10px;
    width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 55px;
  	z-index: 1;
}
.testimonialSlider button.slick-prev {
    background-color: #ef3b57;
}
.testimonialSlider button.slick-prev::before {
    color: #ffffff;
  	content: "\f053";
}
.testimonialSlider button.slick-next {
    background-color: #7ec460;
}
.testimonialSlider button.slick-next::before {
    color: #ffffff;
  	content: "\f054";
}
.testimonialSlider button.slick-next {
    right: -40px;
}
.testimonialSlider button.slick-prev:hover{
    background-color: #7ec460;
}
.testimonialSlider button.slick-prev:hover::before {
    color: #ffffff;
}
.testimonialSlider button.slick-next:hover {
    background-color: #ef3b57;
}
.testimonialSlider button.slick-next:hover::before {
    color: #ffffff;
}
.testimonialSlider button.slick-arrow::before {
    font-size: 18px;
  	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  	opacity: 1;
}


section.fifthSec {
    text-align: center;
    padding: 120px 0 50px;
}
section.fifthSec p.para {
    font-size: 13px;
    color: #212135;
    margin: 40px 0 30px;
  	line-height: 22px;
}
.icon6 {
    left: -30px;
    top: 0;
  	animation: fly 3s infinite ease-in-out;
}
.icon7 {
    left: 0;
    right: 200px;
    margin: auto;
    top: -60px;
  	animation: LTRScale 3s infinite ease-in-out;
}
.icon8 {
    right: 40px;
    top: -80px;
  	animation: shake 3s infinite ease-in-out;
}
section.fifthSec div.animationBox {
    height: 370px;
  	position: relative;
}
.icon9 {
    left: 300px;
    margin: auto;
  	animation: wobble-bottom 3s infinite ease-in-out;
}
.icon10 {
    left: -20px;
    top: 160px;
  	animation: tada 2s infinite ease-in-out;
}
.rocket2 {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  	animation: float 2s infinite ease-in-out;
}
.vase2 {
    left: 80px;
    bottom: 0;
}
.vase3 {
    right: 80px;
    bottom: 0;
}


section.sixthSec {
    background-image: url('https://i.imgur.com/1qhyyup.png');
    background-size: 100% 100%;
    padding: 60px 0 70px;
    color: #fff;
  	overflow: hidden;
}

.navRotate {
    position: absolute;
    left: 0;
    -webkit-animation:spin 50s linear infinite;
    -moz-animation:spin 50s linear infinite;
    animation:spin 50s linear infinite;
}
@-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); } }

@-moz-keyframes spinRev { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spinRev { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spinRev { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.navContainer {
    text-align: center;
    position: relative;
  	width: 470px;
	height: 470px;
}
.navContainer .slick-slide {
    float: none !important;
    position: relative;
  	display: inline-block !important;
  	width: auto !important;
	text-align: center;
}

.firstUser {
    position: relative;
    left: 0;
    top: 20px;
}
.secondUser {
    position: relative;
    right: -230px;
    top: 10px;
}
.thiredUser {
    position: relative;
    right: -120px;
    top: 320px;
}
.fourthUser {
    position: relative;
    left: -290px;
    top: 340px;
}
.fifthUser {
    position: relative;
    left: 15px;
	top: 25px;
}
.firstUser img,
.secondUser img,
.thiredUser img,
.fourthUser img {
  	-webkit-animation:spinRev 50s linear infinite;
    -moz-animation:spinRev 50s linear infinite;
    animation:spinRev 50s linear infinite;
}
.fifthUser img {
    width: 150px;
  	-webkit-animation:spinRev 50s linear infinite;
    -moz-animation:spinRev 50s linear infinite;
    animation:spinRev 50s linear infinite;
}
.navRotate .slick-list {
    height: 445px !important;
  	width: 445px;
}
.firstUser::after {
    content: '';
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    left: 30px;
    top: 0px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 14px 0 #fff6;
}
.secondUser::after {
    content: '';
    width: 340px;
    height: 340px;
    display: block;
    position: absolute;
    left: -279px;
    top: 39px;
    border: 1px solid #fff6;
    border-radius: 100%;
}
.thiredUser::after {
    content: '';
    width: 280px;
    height: 280px;
    display: block;
    position: absolute;
    left: -248px;
    top: -241px;
    border: 1px solid #fff6;
    border-radius: 100%;
}


section.sixthSec .secTitle {
    text-align: center;
    margin-bottom: 40px;
}
section.sixthSec .media .media-left {
    display: inline-block;
    float: left;
}
section.sixthSec .media .media-left .media-object {
    width: 90px;
}
section.sixthSec .media h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0;
}
section.sixthSec .media p {
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0 0;
}
section.sixthSec .reviewDiv {
    padding: 0 50px 50px 100px;
    background-image: url('https://i.imgur.com/h7m3RZf.png'), url('https://i.imgur.com/8COiVsz.png');
    background-repeat: no-repeat;
    margin: 10px 0 0 0px;
    background-position: 0 0, 70% 100%;
}
section.sixthSec .reviewDiv .stars {
    margin-bottom: 20px;
}
section.sixthSec .reviewDiv img {
    display: inline-block;
    margin-right: 3px;
}
section.sixthSec .reviewDiv p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
section.sixthSec .reviewDiv p:not(:last-child) {
    margin-bottom: 20px;
}
section.sixthSec .slick-slider .slide-arrow {
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 0;
    font-weight: 600;
    padding: 0;
  	z-index: 1;
}
section.sixthSec .slick-slider .slide-arrow.next-arrow {
    left: 90px;
}


section.seventhSec {
    padding: 180px 0 80px;
    text-align: center;
}
section.seventhSec .effectiveImg {
    width: 480px;
    float: left;
    margin-left: -30px;
  	animation: float 3s infinite ease-in-out;
}
section.seventhSec p.para {
    font-size: 13px;
    color: #212135;
    margin: 40px 0 30px;
    line-height: 22px;
}
.icon11 {
    top: -80px;
    right: 180px;
  	animation: fly 2s infinite ease-in-out;
}
.icon12 {
    left: -50px;
    top: 70px;
  	animation: tada 2s infinite ease-in-out;
}
.dots3 {
    left: 50px;
    top: -80px;
    width: 110px;
}
.icon13 {
    right: -50px;
    bottom: 0;
  	animation: tada 2s infinite ease-in-out;
}
.icon14 {
    right: 70px;
    top: -110px;
  	animation: shake 3s infinite ease-in-out;
}


section.getreadySec {
    background-color: #ef3b57;
    color: #ffffff;
    padding: 40px 0;
}
section.getreadySec h4 {
    margin: 0;
    font-size: 50px;
    font-weight: 500;
}
section.getreadySec p {
    font-size: 20px;
    margin: 10px 0 0;
}
section.getreadySec a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    float: right;
    width: 250px;
    text-align: center;
    padding: 22px;
    background-color: #faa525;
    border-radius: 50px;
    margin-top: 12px;
    box-shadow: 0 3px 10px 0 #0000004d;
}

footer {
    background-color: #37449a;
  	text-align: center;
	padding: 70px 0 0;
  	position: relative;
}
footer .logo {
    filter: brightness(10);
}
footer ul.footerNav {
    padding: 0;
    margin: 40px 0;
    list-style: none;
}
footer ul.footerNav li {
    display: inline-block;
    margin: 0 20px;
}
footer ul.footerNav li a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}
footer h2 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}
footer ul.socialLinks {
    padding: 0;
    margin: 30px 0 40px;
    list-style: none;
}
footer ul.socialLinks li {
    display: inline-block;
    margin: 0 15px;
  	animation: float 3s infinite ease-in-out;
}
footer ul.socialLinks li:first-child {
    animation-delay: .1s;
}
footer ul.socialLinks li:nth-child(2) {
    animation-delay: .2s;
}
footer ul.socialLinks li:nth-child(3) {
    animation-delay: .3s;
}
footer ul.socialLinks li:nth-child(4) {
    animation-delay: .4s;
}
footer ul.socialLinks li:last-child {
    animation-delay: .5s;
}
footer form {
    width: 30%;
    margin: 30px auto 50px;
}
footer form input {
    height: 44px !important;
    border-radius: 10px !important;
    border: 0 !important;
  	background-color: #ef3b57 !important;
    color: #fff !important;
}
footer form input::placeholder {
    color: #fff !important;
    font-weight: 700;
    font-size: 12px;
}
footer form .btn {
    border-radius: 10px !important;
    border: 0;
    height: 44px;
    margin-left: 5px !important;
    background-color: #faa525;
    color: #ffffff;
}
footer form .btn i {
    transform: rotate(-40deg);
    font-size: 25px;
    margin-left: 3px;
}
footer .copyrightStrip {
    background-color: #2e3e92;
}
footer .copyrightStrip p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 20px 0;
  	letter-spacing: 2px;
}







/* RESPONSIVE CSS */

@media(max-width:1199px) {
	
    section.topSec .col-sm-6.bgSun {
        padding-top: 100px;
    }
  	section.topSec .signinWell p {
      	font-size: 35px;
    }	
  	section.topSec .icon4 {
        right: 60px;
    }
  	div.secTitle h2 {
        font-size: 45px;
    }
  	section.fourthSec .circleCol img.pull-right {
        margin: 140px -40px 0 0;
    }
  	section.fourthSec .circleCol::after {
        width: 470px;
        height: 470px;
    }
  	section.fourthSec .ComparisonBox .box {
        padding: 30px 25px;
    }
  	section.sixthSec .col-sm-7,
  	section.sixthSec .col-sm-5 {
        width: 50%;
    }
  	section.sixthSec .reviewDiv {
        padding: 0 30px 50px 100px;
    }
  	.icon13 {
        right: -20px;
        bottom: -30px;
    }
  	section.getreadySec h4 {
        font-size: 45px;
    }
  	
  	/* DASHBOARD CSS */
  
  	#wrapper.toggled .inforCont .iconCircle {
        background-size: 160px 160px;
    }
  
}


@media(max-width:991px) {
	
  	nav .header-strip .contact-info li a {
        font-size: 14px;
    }
  	h1.slogan {
        font-size: 50px;
    }
  	section.topSec .icon4 {
        right: -60px;
        top: 200px;
    }
  	section.topSec .signinWell p {
        font-size: 29px;
    }
  	section.topSec .col-sm-6.bgSun::after {
        width: 600px;
    }
  	section.topSec .mobile {
        right: 40px;
        width: 200px;
    }
  	img.vase {
        display: none;
    }
  	img.boy {
        left: 50px;
        width: 120px;
    }
  	img.dirl {
        right: -20px;
        width: 145px;
    }
  	div.secTitle p {
        font-size: 18px;
    }
  	div.secTitle h2 {
        font-size: 34px;
    }
  	section.secondSec .wrapper {
        width: 240px;
        height: 380px;
    }
  	section.secondSec .image {
        height: 35%;
    }
  	section.secondSec .image img {
        margin-top: 25px;
        width: 90px;
    }
  	section.secondSec .story {
        top: 32%;
        height: 65%;
    }
  	section.secondSec h3 {
        font-size: 25px;
    }
  	section.secondSec h4 {
        font-size: 18px;
        margin: 5px 0 15px;
        padding: 0 0 20px;
    }
  	section.thirdSec ul.nav-tabs li a p {
        font-size: 18px;
    }
  	.girlLeft {
  		top: -140px;
        width: 200px;
    }
  	.girlRight {
        top: -130px;
        width: 200px;
    }
  	section.thirdSec .tab-content {
        width: 70%;
    }
  	section.fourthSec {
        padding: 100px 0 0;
    }
  	section.fourthSec .circleCol img.pull-right {
        margin: 140px -30px 0 0;
        width: 350px;
    }
  	section.fourthSec .circleCol::after {
        width: 360px;
        height: 360px;
      	top: 100px;
    }
  	section.fourthSec p.para {
        margin: 30px 0 0;
    }
  	section.fourthSec .ComparisonBox .box {
        padding: 20px 13px;
    }
  	section.fourthSec .ComparisonBox .box h4 {
        font-size: 35px;
        width: 130px;
    }
  	section.fourthSec .ComparisonBox .box p {
        font-size: 20px;
    }
  	section.fourthSec .ComparisonBox .box p.bordered {
        margin: 10px 0;
        padding: 10px 0;
    }
  	section.fourthSec .ComparisonBox .box.after {
        padding-top: 80px;
    }
  	section.fourthSec .ComparisonBox .box .iconSpan {
        top: 145px;
    }
  	.testimonialSlider button.slick-arrow {
        right: -10px;
    }
  	.testimonialSlider button.slick-next {
        right: -60px;
    }
  	section.fifthSec p.para {
        margin: 30px 0 30px;
    }
  	.icon9 {
        left: 180px;
    }
  	section.sixthSec .col-sm-7, section.sixthSec .col-sm-5 {
        width: 100%;
    }
    section.sixthSec .col-sm-5 {
        display: none;
    }
  	.vase2 {
        left: 60px;
        width: 100px;
    }
  	.vase3 {
        right: 60px;
        width: 100px;
    }
  	section.seventhSec {
        padding: 130px 0 30px;
    }
  	section.sixthSec .secTitle {
        margin-bottom: 30px;
    }
  	section.sixthSec .reviewDiv {
        padding: 0 0px 50px 100px;
    }
  	section.sixthSec .media h4 {
        font-size: 18px;
    }
  	section.seventhSec p.para {
        margin: 20px 0 30px;
    }
  	.icon13 {
        right: 0px;
        bottom: -20px;
    }
  	section.getreadySec h4 {
        font-size: 34px;
    }
  	section.getreadySec p {
        font-size: 14px;
        margin: 10px 0 0;
    }
  	section.getreadySec a {
        margin-top: 0px;
    }
  	footer form {
        width: 40%;
    }
  	
  	
  	/* DASHBOARD CSS */
  	#wrapper.toggled #page-wrapper {
        padding: 100px 0 0 60px;
    }
  	.inforCont .iconCircle {
        background-size: 155px 155px;
      	height: 155px;
        padding: 41px 0;
    }
  	.iconCircle span {
        width: 60px;
        height: 60px;
        line-height: 73px;
    }
  	.iconCircle span img {
        margin-left: 10px;
        width: 35px;
    }
  	#wrapper.toggled .inforCont .iconCircle {
        background-size: 155px 155px;
    }
  	
  	
}


@media(max-width:767px) {
	
  	body.guest nav.navbar #navbar ul.nav {
        text-align: center;
        margin-bottom: -1px;
    }
  	body.guest nav.navbar .nav li {
        margin: 0 5px;
        display: inline-block;
        float: none;
    }
  	.navbar-default .navbar-toggle:hover,
  	.navbar-default .navbar-toggle:focus {
        background-color: #ef3b57;
    }
    .navbar-default .navbar-toggle {
        border-color: #ef3b57;
    }
  	.navbar-default .navbar-toggle:hover .icon-bar,
  	.navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ef3b57;
    }
  	body.guest nav.navbar .nav li a {
        padding: 20px 10px;
    }
  	img.icon {
        width: 30px;
    }
  	h1.slogan {
        font-size: 35px;
    }
  	section.topSec .signinWell p {
        font-size: 25px;
        margin: 0 0 15px;
    }
  	section.topSec img.rocket {
        top: -100px;
    }
  	section.topSec .signinWell {
        margin-top: 80px;
    }
  	section.topSec .icon1 {
        left: 170px;
        top: -30px;
    }
  	section.topSec .icon2 {
        top: 30px;
        right: 40px;
    }
  	section.topSec .icon3 {
        bottom: -90px;
        left: 40px;
    }
  	section.topSec .icon4 {
        right: 110px;
        top: 190px;
    }
  	section.topSec .col-sm-6.bgSun {
        padding-top: 0;
    }
  	section.topSec .col-sm-6.bgSun img.placeHolderImg {
        height: 390px;
        width: 100%;
    }
  	section.topSec .mobile {
        right: 80px;
    }
  	img.vase {
        display: inline;
        left: 20px;
        width: 100px;
    }
  	img.boy {
        left: 150px;
        width: 120px;
    }
  	img.dirl {
        right: 10px;
        width: 145px;
    }
  	section.topSec .icon5 {
        right: 20px;
        top: 0;
    }
	
  	div.secTitle h2 {
        font-size: 25px;
    }
  	div.secTitle p {
        font-size: 16px;
    }
  	section.secondSec {
        height: auto;
    }
  	section.secondSec .wrapper {
        width: 100%;
        height: 100%;
        position: unset;
        perspective: none;
    }
  	section.secondSec .Concontainer {
        position: unset !important;
        width: 60% !important;
        transform: rotateX(0deg) scale(1);
        perspective: none;
        box-shadow: 0px 0 4px 0 #555 !important;
        margin: 40px auto 0;
    }
  	section.secondSec .Concontainer.active {
        transform: rotate(0deg) scale(1) translateY(0px);
    }
  	section.secondSec .image {
        position: unset;
    }
  	section.secondSec .image img {
        margin: 25px 0 25px;
    }
  	section.secondSec .story {
        position: unset;
    }
  	section.secondSec .info {
        position: unset;
    }
  	section.secondSec h3 {
        font-size: 20px;
    }
  	section.secondSec h4 {
        font-size: 16px;
    }
  	
  	section.thirdSec ul.nav-tabs li a p {
        font-size: 16px;
    }
  	.girlLeft {
        top: -90px;
        width: 150px;
    }
  	.girlRight {
        top: -80px;
        width: 150px;
    }
  	
  	section.fourthSec {
        padding: 70px 0 0;
    }
  	section.fourthSec .ComparisonBox {
        width: 320px;
        overflow: hidden;
        margin: auto;
    }
  	section.fourthSec .ComparisonBox .box h4 {
        font-size: 25px;
    }
  	section.fourthSec .ComparisonBox .box p {
        font-size: 18px;
    }
  	.testimonialSlider button.slick-arrow {
        bottom: -70px;
        left: -60px;
        right: 0;
        margin: auto;
    }
  	.testimonialSlider button.slick-next {
        right: -120px;
    }
  	section.fourthSec .circleCol img.pull-right {
        margin: 100px auto 0;
      	float: none !important;
    }
  	section.fourthSec .circleCol::after {
        top: 70px;
        position: absolute;
    }
  	
  	.icon6 {
        left: 0px;
    }
  	.icon10 {
        left: -10px;
    }
  	.rocket2 {
        width: 200px;
        top: -60px;
    }
  	.vase2 {
        left: 20px;
        width: 80px;
    }
  	.vase3 {
        right: 20px;
        width: 80px;
    }
  	section.sixthSec .reviewDiv {
        padding: 0 0px 60px 100px;
    }
  	
  	section.seventhSec {
        padding: 60px 0 30px;
    }
  	section.seventhSec .effectiveImg {
        width: 400px;
        float: none;
        margin-left: 0;
    }
  	.icon11 {
        top: -40px;
        right: 60px;
    }
  	.icon12 {
        left: -10px;
        top: 210px;
    }
  	.dots3 {
        left: 20px;
        top: 0;
    }
  	.icon14 {
        right: 10px;
        top: 20px;
    }
  	
  	section.getreadySec {
        text-align: center;
    }
  	section.getreadySec h4 {
        font-size: 25px;
    }
  	section.getreadySec a {
        margin: 30px auto 0;
        float: none;
        display: block;
        padding: 15px 0;
    }
  	footer h2 {
        font-size: 20px;
    }
  	footer form {
        width: 60%;
    }
  	footer .copyrightStrip p {
        letter-spacing: 1px;
    }
  	
  	/* DASHBOARD CSS */
  
  	.showOnMobile {
        display: block;
    }
  	.sidebar-pinner {
        top: 13px;
    }
  	.user-dashboard .navbar-static-top {
        padding: 5px 0;
    }
  	#sidebar-wrapper {
        top: 0px;
    }
  	.row.userInfo .col-sm-3 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }
  	.inforCont h3 {
        font-size: 20px;
    }
  	div.form-group label {
        font-size: 14px;
    }
  	div.timeline .timeline-block div.timeline-content h6 {
        font-size: 16px;
    }
  	div.tips h4 {
        font-size: 20px;
    }
  	
  	div.secTitleRow .nav-pills {
        display: block;
        float: none;
        text-align: center;
        margin: 5px 0;
    }
  	div.secTitleRow .nav-pills li {
        margin: 10px 6px;
        float: none;
        display: inline-block;
    }
  	.table-responsive table thead th {
        padding: 10px 10px;
        font-weight: 400;
    }
  	.table-responsive table td.catName {
        letter-spacing: 0;
    }
  	.table-responsive table td.catName strong {
        font-weight: 400;
    }
  	.table-responsive table td .btn-alternate {
        padding: 5px;
        font-size: 12px;
    }
  
  	div.orderNav {
        text-align: center;
    }
  	div.orderNav ul.nav-pills li {
        float: none !important;
        display: inline-block;
    }
  
  	.row.addfundsPage .row .col-sm-12.splitedCol {
        display: block;
    }
  	
  	
  
  
}


@media(max-width:550px) {
	
  	body.guest .navbar-header {
        padding: 10px 0;
    }
  	body.guest nav.navbar .navbar-brand img {
        max-width: 150px;
      	width: 100px;
    }	
  	body.guest nav.navbar .nav li a {
        font-size: 14px;
    }
  	section.topSec {
        text-align: center;
    }
  	section.topSec img.rocket {
        left: 0;
        right: 0;
        margin: auto;
    }
  	section.topSec .icon1 {
        left: 30px;
        top: -10px;
    }
  	section.topSec .icon2 {
        top: -20px;
        right: 30px;
    }
  	section.topSec .icon4 {
        right: 0;
        top: 240px;
        left: 20px;
    }
  	section.topSec .signinWell form {
        margin: 0 auto;
        width: 330px;
    }
  	div.form-group__password a.forgot-password {
        bottom: 14px;
        right: 5px;
    }
  	h1.slogan {
        font-size: 28px;
    }
  	section.topSec .signinWell p {
        font-size: 20px;
    }
  	section.topSec .mobile {
        top: -30px;
      	right: 50px;
    }
  	img.vase {
        left: 10px;
        width: 50px;
    }
  	img.boy {
        display: none;
    }
  	img.dirl {
        width: 115px;
    }
  	section.topSec .col-sm-6.bgSun .animationBox {
        width: 330px;
        margin: auto;
        position: relative;
    }
  	div.secTitle h2 {
        font-size: 20px;
        padding-bottom: 15px;
    }
  	div.secTitle h2::before {
        height: 3px;
        width: 180px;
    }
  	div.secTitle h2::after {
        width: 60px;
        height: 6px;
    }
  	section.secondSec {
        padding: 40px 0;
    }
  	section.secondSec .Concontainer {
        width: 80% !important;
    }
  	section.secondSec .image img {
        margin: 15px 0 15px;
    }
  	section.secondSec h3 {
        font-size: 18px;
    }
  	section.secondSec h4::before {
        width: 65%;
        height: 3px;
    }
  	section.secondSec h4::after {
        width: 70px;
        height: 6px;
    }
  	section.secondSec h4 {
        font-size: 14px;
    }
  	section.thirdSec div.bgColor {
        padding: 40px 0;
    }
  	section.thirdSec ul.nav-tabs li a div.icon {
        width: 30px;
      	margin: auto;
    }
  	section.thirdSec ul.nav-tabs li a p {
        font-size: 14px;
    }
  	section.thirdSec .tab-content {
        width: 95%;
    }
  	.girlLeft {
        top: -50px;
        width: 120px;
    }
  	.girlRight {
        top: -50px;
        width: 120px;
    }
  	section.fourthSec .ComparisonBox .box h4 {
        font-size: 20px;
    }
  	section.fourthSec .ComparisonBox .box p {
        font-size: 16px;
    }
  	section.fourthSec .ComparisonBox .box p small {
        font-size: 14px;
    }
  	section.fourthSec .ComparisonBox .box .iconSpan {
        top: 137px;
        left: -23px;
    }
  	section.fourthSec .ComparisonBox .box .iconSpan img {
        width: 50px;
    }
  	.testimonialSlider button.slick-arrow {
        bottom: -50px;
    }
  	section.fourthSec .circleCol img.pull-right {
        margin: 70px auto 0;
        width: 320px;
    }
  	section.fourthSec .circleCol::after {
        top: 40px;
        left: 0;
      	width: 330px;
		height: 330px;
    }
  	section.fifthSec {
        text-align: center;
        padding: 100px 0 30px;
    }
  	.icon8 {
        top: 30px;
    }
  	.rocket2 {
        width: 140px;
        top: 30px;
        bottom: auto;
    }
  	section.sixthSec {
        padding: 40px 0 40px;
    }
  	section.sixthSec .media .media-left .media-object {
        width: 70px;
    }
  	section.sixthSec .media h4 {
        font-size: 16px;
        margin-top: 10px;
    }
  	section.sixthSec .reviewDiv {
        padding: 0 0px 40px 50px;
      	background-size: 40px;
    }
  	section.sixthSec .reviewDiv .stars {
        margin-bottom: 10px;
    }
  	section.sixthSec .reviewDiv p:not(:last-child) {
        margin-bottom: 10px;
    }
  	section.sixthSec .slick-slider .slide-arrow {
        font-size: 12px;
    }
  	section.seventhSec {
        padding: 40px 0 30px;
    }
  	.icon11 {
        top: -30px;
        right: 10px;
    }
  	.dots3 {
        display: none;
    }
  	section.seventhSec p.para {
        margin: 20px 0 10px;
    }
  	
  	section.getreadySec {
        padding: 30px 0;
    }
  	section.getreadySec h4 {
        font-size: 20px;
    }
  	section.getreadySec a {
        margin: 15px auto 0;
        padding: 10px 0;
        font-size: 14px;
        width: 170px;
    }
  	footer {
        padding: 40px 0 0;
    }
  	footer .logo {
        max-width: 150px;
    }
  	footer ul.footerNav {
        margin: 25px 0;
    }
  	footer ul.footerNav li {
        margin: 0 10px;
    }
  	footer ul.footerNav li a {
        font-size: 14px;
    }
  	footer h2 {
        font-size: 18px;
    }
    footer ul.socialLinks {
        margin: 25px 0 25px;
    }
  	footer ul.socialLinks li {
        margin: 0 10px;
    }
  	footer form {
        width: 85%;
        margin: 20px auto 30px;
    }
  	footer .copyrightStrip p {
        font-size: 12px;
    }
  
  
  	/* DASHBOARD CSS */
  	body.user-dashboard a.navbar-brand {
        padding: 3px 15px 3px 20px;
    }
  	body.user-dashboard a.navbar-brand img {
        width: 60px;
    }
  	.sidebar-nav li {
        text-indent: 20px;
        line-height: 30px;
    }
  	.sidebar-nav li a {
        font-size: 14px !important;
    }
  	.sidebar-nav li a i {
        margin-right: 8px;
        font-size: 16px;
        width: 16px;
    }
  	.sidebar-nav li a::before {
        height: 38px;
        width: 3px;
    }
  	.sidebar-nav li a img {
        width: 16px;
        margin-right: 8px;
    }
    #wrapper.toggled .sideBarLogo img {
        width: 200px;
    }
  	#wrapper.toggled #sidebar-wrapper {
        width: 200px;
        left: 200px;
        margin-left: -200px;
    }
  	#wrapper.toggled .sidebar-nav {
        top: 110px;
    }
  	.row.userInfo .col-sm-3 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
  	.inforCont .iconCircle {
        background-size: 120px 120px !important;
        height: 120px !important;
        padding: 30px 0 !important;
    }
  	.iconCircle span {
        width: 50px;
        height: 50px;
        line-height: 60px;
    }
  	.iconCircle span img {
        margin-left: 7px;
        width: 30px;
    }
  	.inforCont p {
        margin: 0px 0 5px;
    }
  	.inforCont h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
  	.inforCont.borderBtm {
        border-bottom: 5px solid;
    }
  	.borderBtm.blu {
        border-color: #486db1;
    }
  	.borderBtm.ylw {
        border-color: #f5b224;
    }
  	.borderBtm.grn {
        border-color: #50d55a;
    }
  	.borderBtm.pnk {
        border-color: #ed3b57;
    }
  	h4.secTitle {
        font-size: 14px;
      	margin: 0 0 10px;
    }
  	h4.secTitle::before {
        bottom: -13px;
    }
  	div.secTitleRow {
        margin-bottom: 10px;
    }
  	body.user-dashboard .well {
        padding: 10px;
        margin-top: 15px;
    }
  	.row.splitedCol div.form-group {
        width: 100%;
        padding: 0;
        float: none;
    }
  	div.form-group .form-control {
        height: 40px;
    }
  	div.form-group select.form-control {
        background-size: 32px;
    }
  	body.user-dashboard button.btn-primary {
        width: 100%;
        height: 40px;
        float: none;
    }
  	div.timeline .timeline-block div.timeline-content h6 {
        font-size: 14px;
    }
  	div.tips h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
  	div.reservedStripe p {
        font-size: 12px;
    }
  	
  	.row.addfundsPage .row .col-sm-12.splitedCol div.form-group {
        flex-basis: auto;
        padding: 0;
    }
  	
  	.form-group.exampleBtn .btn {
        font-weight: 400;
        margin-top: 0 !important;
    }
  	div.afterTable {
        padding: 10px;
    }
  	div.afterTable strong {
        font-weight: 400;
    }
  	div.afterTable pre {
        font-weight: 400 !important;
        letter-spacing: 0;
    }
  	
  	div.card .cardHeAd h4 {
        font-size: 14px;
        font-weight: 600;
    }
  	
  	.row.accountPage .col-sm-12.splitedCol div.form-group {
        width: 100%;
        float: none;
        padding: 0;
    }
  	
  
}

.alert {
    padding: 15px;
    margin-bottom: 19px;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    background-color: #5e9a0f;
    border-color: transparent;
    color: #fff;
}
.alert-success a{
    text-decoration: underline;
}
.alert-success hr {
    border-top-color: transparent
}
.alert-success .alert-link {
    color: #0d0d0d
}
.alert-info {
    background-color: #bddef5;
    border-color: transparent;
    color: #262626
}
.alert-info hr {
    border-top-color: transparent
}
.alert-info .alert-link {
    color: #0d0d0d
}
.alert-warning {
    background-color: #f9d7bb;
    border-color: transparent;
    color: #262626
}
.alert-warning hr {
    border-top-color: transparent
}
.alert-warning .alert-link {
    color: #0d0d0d
}
.alert-danger {
    background-color: #cc212d;
    border-color: transparent;
    color: #fff;
}
.alert-danger hr {
    border-top-color: transparent
}
.alert-danger .alert-link {
    color: #0d0d0d
}

.row.splitedColSubs div.form-group {
    width: 33%;
    float: left;
    padding: 0 5px;
}

@media(max-width:750px) {
    .row.splitedColSubs div.form-group {
        width: 100%;
        padding: 0;
        float: none;
    }
}