@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #13161f;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #337ab7;
}

button,
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    /*margin: 0px;*/
    background: none;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}

/* Typography */

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

.custom-container {
    width: 940px;
}

.auto-container {
    position: static;
    max-width: 100%;
    padding: 0px 60px;
    margin: 0 auto;
}
.theme-color{
    color: #FF8955;
}
.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

.font16 {
    font-size: 14px;
    margin-top: 15px;
}

.modal-title-fp{width: 96%;padding-left: 4%;}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #e9c37a;
    padding: 12px 31px !important;
    text-transform: uppercase;
    border: 2px solid #e9c37a;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover {
    color: #e9c37a;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.20);
    border-color: #ffffff;
    background: #ffffff;
}


.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 6px;
    padding-left: 35px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.list-style-one li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    height: 3px;
    width: 15px;
    background-color: #222222;
}

/* List Style Two */

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    color: #222222;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 14px;
}

.list-style-two li a {
    color: #222222;
}

.list-style-two li a:hover {
    text-decoration: underline;
}

.list-style-two li i {
    font-style: normal;
}

.list-style-two li .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 8px;
    color: #e9c37a;
}



.theme_color {
    color: #e9c37a;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*** ================== Scroll To Top style ======================================***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #e9c37a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #242f6c;
}

/***=================Section Title ===========================***/

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .big-title {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -100px;
    color: #f8f8f8;
    font-size: 164px;
    line-height: 1em;
    font-weight: 800;
}

.sec-title .inner-title {
    position: relative;
}

.sec-title .title {
    position: relative;
    color: #e9c37a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 34px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .text {
    position: relative;
    color: #666666;
    font-weight: 500;
    line-height: 1.8em;
    font-size: 14px;
    margin-top: 15px !important;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: -65px;
    top: 22px;
    height: 2px;
    width: 50px;
    background-color: #e9c37a;
}

.sec-title.style-two h2:before {
    display: none;
}

.sec-title.style-three h2 {
    font-size: 30px;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered .text {
    max-width: 580px;
    margin: 0 auto;
}

.sec-title.light h2,
.sec-title.light .text {
    color: #ffffff;
}

/* Sec Title Two */

.sec-title-two {
    position: relative;
    padding-top: 100px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.sec-title-two .image-layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 250px;
}

.sec-title-two .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(48,48,48,0.80);
}

.sec-title-two .title-inner {
    position: relative;
    padding: 48px 100px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.10);
}

.sec-title-two .title-inner .title {
    position: relative;
    color: #e9c37a;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sec-title-two .title-inner .title:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -68px;
    height: 50px;
    width: 2px;
    margin-left: -1px;
    background-color: #e9c37a;
}

.sec-title-two .title-inner h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 36px;
    display: inline-block;
    text-transform: capitalize;
}

/***======================== Main Header ============================***/

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

/* Header Top */

.main-header .header-top {
    position: relative;
    padding: 15px 0px;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-left .info-list {
    position: relative;
    float: left;
}

.main-header .header-top .top-left .info-list li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 7px 0px 8px;
    margin-right: 34px;
}

.main-header .header-top .top-left .info-list li span {
    position: relative;
    color: #cccccc;
}

.main-header .header-top .top-left .info-list li a {
    color: #ffffff;
}

.main-header .header-top .top-left .info-list li a:hover {
    color: #e9c37a;
}

/* Top Right */

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .top-right .social-links {
    position: relative;
    padding-top: 12px;
}

.main-header .header-top .top-right .social-links li {
    position: relative;
    margin-left: 22px;
    display: inline-block;
}

.main-header .header-top .top-right .social-links li a {
    position: relative;
    color: #cccccc;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-right .social-links li a:hover {
    color: #e9c37a;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-toggler {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    display: block;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: #444444;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    background: none;
}

.main-header .header-upper {
    position: relative;
}

.main-header .header-upper .outer-container {
    position: relative;
    padding: 0px 80px;
}

.main-header .nav-outer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -100px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 20;
    padding: 20px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

.main-header .header-upper .social-outer-box {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 38px 60px;
    background-color: #ffffff;
}

.main-header .header-upper .social-outer-box .social-links {
    position: relative;
}

.main-header .header-upper .social-outer-box .social-links li {
    position: relative;
    margin: 0px 10px;
    display: inline-block;
}

.main-header .header-upper .social-outer-box .social-links li a {
    position: relative;
    color: #222222;
    font-size: 16px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .header-upper .social-outer-box .social-links li a:hover {
    color: #e9c37a;
}

.main-header .header-upper .outer-box {
    position: relative;
    float: right;
    z-index: 10;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .outer-box .login-btn {
    position: relative;
    float: left;
}

.main-header .header-upper .outer-box .login-btn .icon {
    position: relative;
    color: #222222;
    font-size: 18px;
    line-height: 1.3em;
}

.main-header .header-upper .outer-box .search-box-btn {
    position: relative;
    padding: 40px 0px 36px;
    font-size: 18px;
    margin-left: 35px;
    color: #e9c37a;
    cursor: pointer;
    float: left;
}

.main-header .header-upper .outer-box .cart-btn {
    position: relative;
    float: left;
}

.main-header .header-upper .outer-box .cart-btn .icon {
    position: relative;
    color: #222222;
    font-size: 18px;
    line-height: 1.3em;
    margin-left: 15px;
}

.main-header .header-upper .outer-box .cart-btn .total-cart {
    position: absolute;
    content: '';
    top: -8px;
    right: -12px;
    color: #222222;
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding-left: 1px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background-color: #e9c37a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.header-style-four .header-upper .outer-box .search-box-btn {
    padding: 0px;
    color: #222222;
    margin-left: 16px;
}

.main-header .nav-outer .search-box-btn {
    display: inline-block;
    margin-left: 30px;
}

.main-header .nav-outer .search-box-btn .icon {
    position: relative;
    top: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
}

.main-header.header-style-two .nav-outer .search-box-btn .icon,
.main-header.header-style-three .nav-outer .search-box-btn .icon,
.main-header.header-style-four .nav-outer .search-box-btn .icon {
    color: #e9c37a;
}

.header-style-two .main-menu,
.header-style-three .main-menu {
    float: left;
    width: auto;
}

.main-header.header-style-two .nav-outer {
    margin-top: 0px;
    width: auto;
    float: right;
}

.main-header.header-style-two .header-upper .logo-box {
    position: relative;
    padding: 0px;
    left: 0px;
    top: 5px;
    padding-top: 30px;
    padding-right: 90px;
    background-color: #ffffff;
}

.main-header.header-style-two .header-upper .logo-box:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: -40px;
    height: 50px;
    width: 2000px;
    background-color: #ffffff;
}

.header-style-two .main-menu .navigation > li.search-box-btn .icon {
    color: #e9c37a;
}

.header-style-two .main-menu .navigation > li > a {
    padding: 15px 0px;
    color: #222222;
}

.header-style-two .main-menu .navigation > li > a:before {
    bottom: 30px;
}

.main-header .header-upper .upper-right {
    padding-top: 32px;
}

.main-menu {
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    float: right;
}

.main-menu .navbar-collapse {
    padding: 0px;
    width: 100%;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    text-align: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    padding: 20px 0px;
    margin: 0px 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.faq-blck{margin-top: 30px;}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 500;
    padding: 15px 0px 0px;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-weight: 600;
}

.main-menu .navigation > li > a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 12px;
    height: 2px;
    width: 0%;
    background-color: #FF386B;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
    width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
    opacity: 1;
    color: #FF8955;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #222222;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #e9c37a;
    padding-left: 5px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 9px;
    width: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #222222;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #e9c37a;
    padding-left: 5px;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 14px #e8e6e6;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-header .main-menu {
    margin-top: 0px;
}

.sticky-header .main-menu .navigation > li {
    position: relative;
    margin-left: 40px;
    margin-right: 0px;
    padding: 0;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after {
    display: none;
}

.sticky-header .main-menu .navigation > li > a {
    color: #000 !important;
    font-weight: 600;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #F66161 !important;
    background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 26px;
}

.sticky-header .logo {
    padding: 4px 0px 4px;
}

.sticky-header .header-upper .logo-box {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 30px 0px;
}

.sticky-header .header-upper .button-box {
    padding-top: 15px;
}

.sticky-header .header-upper .button-box .btn-style-one {
    background-color: rgba(255,255,255,1);
    color: #222222;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 10px 0px 0px !important;
}

.sticky-header .main-menu .navigation > li > a:before {
    display: none;
}

.header-style-two {
    position: relative;
}

.header-style-three .nav-outer {
    float: right;
    margin-top: 0px;
    width: auto;
}

.header-style-three .header-upper .logo-box {
    padding: 20px 0px 20px;
}

.header-style-three .header-upper .inner-container {
    background-color: #ffffff;
    padding: 0px 40px;
}

.header-style-three .main-menu .navigation > li > a {
    color: #222222;
    font-size: 16px;
    padding: 20px 0px;
}

.header-style-three .main-menu .navigation > li > a:before {
    bottom: 34px;
}

.header-style-three .header-upper .outer-box .search-box-btn {
    padding: 44px 0px 42px;
}

.header-style-four {
    position: relative;
}

.header-style-four .header-upper .logo-box {
    position: relative;
    padding: 15px 0px 15px;
}

.header-style-four .header-upper .outer-box {
    position: absolute;
    right: 0px;
    top: 35px;
}

.header-style-four .main-menu .navigation > li > a {
    color: #222222;
    padding: 15px 0px;
}

.header-style-four .nav-outer {
    margin-top: -100px;
}

.header-style-four .main-menu .navigation > li > a:before {
    bottom: 28px;
}

/***============= Mobile Menu ========================***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: #e9c37a;
    padding: 18px 0px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 180px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -moz-transition: all 0.7s ease 500ms;
    -ms-transition: all 0.7s ease 500ms;
    -o-transition: all 0.7s ease 500ms;
    transition: all 0.7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    color: #e9c37a;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:hover,
.mobile-menu .navigation li.current > a {
    color: #e9c37a;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}


/*** =================== Main Slider ====================***/

.main-slider {
    position: relative;
}

.main-slider .title {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 18px;
}

.main-slider .title:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background-color: #e9c37a;
}


.main-slider .title-two {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 18px;
}

.main-slider .title-two:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: #e9c37a;
}

.main-slider h2 {
    position: relative;
    display: block;
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.1em;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
}

.main-slider h2.style-three {
    font-size: 64px;
    font-weight: 400;
    color: #222222;
}

.main-slider h2.style-two {
    color: #222222;
}

.main-slider .text.style-two {
    color: #222222;
}

.main-slider .text {
    /*  position: relative;*/
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.14em;
    padding-right: 24px;
    text-transform: capitalize;
    display: block;
    z-index: 1;
    padding-bottom: 10px;
}

/*.main-slider .text:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 12px;
    height: 2px;
    width: 50px;
    background-color: #e9c37a;
}*/

.main-slider .link-box {
    position: relative;
    z-index: 1;
}

.main-slider .link-box .theme-btn {
    position: relative;
    margin-right: 20px;
}

.main-slider .social-links {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 99;
    padding: 50px 35px 40px;
    border: 1px solid rgba(0,0,0,0.05);
    border-right: none;
    background-color: #ffffff;
}

.main-slider .social-links li {
    position: relative;
;
    display: block;
    margin-bottom: 10px;
}

.main-slider .social-links li:last-child {
    margin: 0;
}

.main-slider .social-links a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
}

.main-slider .social-links a:hover {
    color: #e9c37a;
}

.main-slider.home-three .theme-btn {
    margin: 0;
}



/*=========================== SLider ========================*/

.rev_column, .rev_column .tp-parallax-wrap, .tp-svg-layer svg {
    vertical-align: top;
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
}

.rev_slider {
    position: relative;
    overflow: visible;
}

fullwidthbanner-container {
    padding: 0;
    position: relative;
}

.rev_slider > ul, .rev_slider > ul > li, .rev_slider > ul > li:before, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
}

.rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {
    visibility: hidden;
}

.tp-revslider-mainul, .tp-revslider-slidesli {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}

.tp-caption .rs-untoggled-content {
    display: block;
}

.tp-caption .rs-toggled-content {
    display: none;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none;
}

.rev_slider .caption, .rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1;
}

.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    margin-bottom: 0;
}

.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative;
}

.tp-carousel-wrapper {
    cursor: url(openhand.html),move;
}

.tp-carousel-wrapper.dragged {
    cursor: url(closedhand.html),move;
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important;
}

.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all;
}

.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}

.rev_slider audio, .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
    max-width: none !important;
}

.tp-element-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/***=============== Fullwidth Section =================***/

.container-fluid {
    position: relative;
    padding: 60px 0px 0px 23px;
    background-color: #fff;
}

.container-fluid .pattern-layer {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 600px;
    height: 460px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.container-fluid .outer-section {
    position: relative;
}

.container-fluid .outer-section .left-column {
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 15px;
    padding-right: 150px;
}

.container-fluid .outer-section .left-column .inner-column {
    position: relative;
    max-width: 520px;
    width: 100%;
    display: block;
    float: right;
    padding: 95px 0px;
    padding-right: 110px;
}

.container-fluid .outer-section .left-column .sec-title .title {
    color: #222222;
}

.container-fluid .outer-section .left-column .sec-title h2:before {
    background-color: #222222;
}

.container-fluid .outer-section .left-column .text {
    position: relative;
    color: #222222;
    font-size: 14px;
    line-height: 1.8em;
}

.container-fluid .outer-section .right-column {
    position: relative;
    width: 50%;
    float: right;
    padding: 0px 0px;
    background-size: cover;
}

.container-fluid .outer-section .right-column .inner-column {
    position: relative;
    display: block;
    padding: 95px 20px 95px 0px;
    margin-left: -150px;
    background-size: cover;
}

.container-fluid .outer-section .right-column .inner-column .owl-carousel {
    width: 100%;
    display: block;
    max-width: 990px;
}

.container-fluid .outer-section .right-column .inner-column .owl-dots {
    display: none;
}

.container-fluid .outer-section .right-column .inner-column .owl-nav {
    position: absolute;
    bottom: 0px;
    left: -113px;
}

.container-fluid .outer-section .right-column .inner-column .owl-nav .owl-prev,
.container-fluid .outer-section .right-column .inner-column .owl-nav .owl-next {
    position: relative;
    width: 55px;
    height: 55px;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    margin-left: 2px;
    background-color: #222222;
    display: inline-block;
}

.container-fluid .image-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}

.container-fluid .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.75);
}


/*===================== How It Works ===================*/
#howitworks {
    background-image: url(../images/Howitworks-BG.svg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: bottom;
    width: 100%;
    height: 100%;
    float: left;
    padding: 60px 0px 90px;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
    color: #13161f;
}

.paddingall {
    padding: 50px 15px 20px;
}

.howit-box {
    text-align: center;
    padding: 25px 10px;
}

.howit-box:hover {
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px -9px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 2px 20px -9px rgba(0,0,0,0.24);
    box-shadow: 0px 2px 20px -9px rgba(0,0,0,0.24);
}

.howit-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #13161f;
    padding: 20px 10px;
}

.howit-hoverarrow {
    border: solid 4px #f5f5f5;
    border-radius: 100%;
    /*background-color: #f5cc00;*/
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    width: 40px;
    height: 40px;
    position: absolute;
    padding: 10px 3px;
    top: 30px;
    left: 45%;
    line-height: 0px;
    display: none;
}

.howit-hoverarrow i {
    color: #fff;
    padding: 0px 4px 0 8px;
}

.howit-box:hover .howit-hoverarrow {
    display: block;
}



/*====================== WHY MYQUIX ==============================*/

#whymyquix {
    background-color: #fff;
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0px 70px;
}

#imgslide .customcarousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 48%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    top: 42%;
    vertical-align: middle;
}

#imgslide .carousel-indicators li {
    border: 1px solid #13161f;
}

#imgslide .carousel-indicators .active {
    border: 1px solid #FF8955;
    background-color: #FF386B;
}

/*===================== competitive ======================*/

#competitive {
    background: url(../images/Competative-BG.svg) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 210px 0px 260px 0px;
}

.competitive-border {
    border-bottom: 2px solid #eee;
    margin-bottom: 70px;
    min-height: 110px;
}

.custom-table {
    margin: 50px 0px 0;
    box-shadow: 0 13px 38px 0 rgba(17, 9, 44, 0.06), 0 -2px 20px 0 rgba(17, 9, 44, 0.06);
}

.custom-table th, .custom-table td {
    text-align: center;
}

.fa-green {
    color: #6cc236;
;
}

.fa-red {
    color: #d75a4a;
}

.fa-threepeople{
    vertical-align: middle;
    padding-right: 5px;
}

.fa-threepeople:before {
    content: url(../images/users.svg);
}

.left-text {
    text-align: left !important;
}

.custom-table > tbody > tr > td, .custom-table > tbody > tr > th {
    padding: 12px 16px;
    border-top: 0px solid #ddd;
}

.custom-table > tbody > tr > th, .custom-table > thead > tr > th {
    padding: 20px 12px 8px;
}

.custom-table > thead > tr > th {
    border-bottom: 0px solid #ddd;
}

.custom-table-active-top {
    border: 2px solid #6cc622 !important;
    border-bottom: 0px !important;
    background-color: rgba(255, 242, 179, 0.42);
}

.custom-table-active {
    border-left: 2px solid #6cc622;
    border-right: 2px solid #6cc622;
    background-color: rgba(255, 242, 179, 0.42);
}

.custom-table-active-bottom {
    border: 2px solid #6cc622;
    border-top: 0px;
    background-color: rgba(255, 242, 179, 0.42);
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mtb40 {
    margin: 40px 0px;
}

.mtb8040{
    margin: 80px 0 30px;
}
.paddingtop25 {
    padding-top: 25px;
}

.font12b {
    font-size: 12px;
    font-weight: 600;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.minheight105{
    min-height: 105px !important;
}

.custom-table-border {
    border-right: 2px solid #ddd;
}

.btn-getstarted {
    border-radius: 5px;
    box-shadow: 0 13px 38px 0 rgba(17, 9, 44, 0.06), 0 -2px 20px 0 rgba(17, 9, 44, 0.06);
    /*background-color: #f5cc00;
    color: #13161f;*/
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    color: #fff;
    padding: 8px 20px;
}

.btn-getstarted:hover{
    color: #fff;
}

.btn-download{
    border-radius: 5px;
    border: solid 1px #13161f;
    background-color: #ffffff;
    color: #13161f;
    padding: 8px 20px;
}


/*===================== FAQ's ========================*/

.panel-group .panel {
    border-radius: 6px;
    box-shadow: none;
    border: 2px solid #eee;
}

.panel-default > .panel-heading {
    padding: 0;
    color: #323643;
    background-color: #fff;
    border-radius: 6px;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #606470;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}


/*============================== Footer =======================*/

#footerbg {
    background: url(../images/Footer_BG.svg) top center no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 210px 0px 15px 0px;
}

.section-getstart {
    border-radius: 6px;
    box-shadow: 0 13px 38px 0 rgba(17, 9, 44, 0.06), 0 -2px 20px 0 rgba(17, 9, 44, 0.06);
    background-color: #ffffff;
    padding: 30px;
    border-top: 5px solid #FF5863;
    text-align: center;
    margin-top: -153px;
    margin-bottom: 50px;
}

.section-getstart-text {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #1c1f28;
    margin-bottom: 20px;
    margin-top: 0px;
}

.widget-footer {
    color: #fff;
}

.widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    margin-left: 0px;
}

.angle-double-right {
    font-size: 12px;
}

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

.contactus ul li {
    margin-bottom: 10px;
}

.contactus .info {
    margin-bottom: 10px;
    color: #fff;
}

.contactus .info p {
    margin: 0px;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    line-height: 1.1;
    font-weight: 300;
}

.contactus .info p a {
    color: #fff;
}

.width90 {
    width: 90%;
}

.angle-double-right li a {
    color: #fff;
}

.footer-bottom.bg-black-333 {
    width: 100%;
    height: auto;
    float: left;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.styled-icons.icon-dark a {
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    margin-right: 10px;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.pl-0 {
    padding-left: 0px;
}

.mb-50 {
    margin-bottom: 50px;
}

.copyright {
    font-size: 12px;
    color: #fff;
}


#second_footers {
    background-color: #000;
    color: #fff;
    padding: 30px 0px 0px 0px;
}
.second_footers_copyright {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 20px 0px 0px;
}
/*========================= Login =======================*/

.page-file{
    padding: 100px 0px;
}
.login-wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    width: 90%;
    max-width: 550px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: left;
}

#formFooter {
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #eee;
}

#formContent label{
    font-weight: 500;
    font-size: 14px;
}

#formContent input[type=text], #formContent input[type=password] {
    background-color: #fff;
    border: none;
    color: #0d0d0d;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    height: 50px;
}

#formContent input[type=text]:focus, #formContent input[type=password]:focus {
    background-color: #fff;
    border-bottom: 2px solid #FF386B;
}

#formContent input[type=text]:placeholder {
    color: #cccccc;
}
#pass-status {
    float: right;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 45px;
}
.title {
    color: #FF5863;
    font-size: 22px;
    margin-top: 20px;
}
.rownomargin{
    margin: 0px;
}
.padding-50{
    padding: 35px 50px !important;
}
.plr-0{
    padding-left: 0px;
    padding-right: 0px;
}
.pl-30{
    padding-left: 30px !important;
}
.error {
    color: #ee163b;
    line-height: 15px;
    font-weight: 500;
    font-size: 14px;
}
.errorspan {
    color: #ee163b;
    line-height: 15px;
    font-weight: 500;
    font-size: 14px;
}
#formContent input[type=text].error, #formContent input[type=password].error{
    border: 1px solid #ee163b;
}

.btn-theme-colored{
    color: #fff;
    /*background-color: #f3cb14;
    border-color: #f3cb14;*/
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    box-shadow: 0 2px 24px 8px rgb(236 236 236 / 50%);
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    margin: 0px auto;
    padding: 8px 30px;
}

.modal-header {
    background-color: #FF5863;
}

.modal-title {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    width: 96%;
    padding-left: 4%;
}

.modal-header .close {
    margin-top: -9px;
    color: #fff;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 40px;
    opacity: 0.8;
    color: #000;
    font-weight: normal;
}

.IpFrom label{
    font-weight: 500;
    font-size: 14px;
}

.txt-login{
    font-weight: 500;
    font-size: 14px;
}

.IpFrom input[type=text], .IpFrom input[type=password], .IpFrom input {
    background-color: #fff;
    border: none;
    color: #000;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    height: 50px;
}

.IpFrom input[type=text]:focus, .IpFrom input[type=password]:focus, .IpFrom input:focus {
    background-color: #fff;
    border-bottom: 2px solid #FF8955;
}

.IpFrom input[type=text].error, .IpFrom input[type=password].error, .IpFrom input.error{
    color: #0d0d0d !important;
}

#service_clear label[for="service"], #licence_clear label[for="licensetype"] {
    position: absolute;
    left: 0;
    bottom: -25px;
    padding-left: 15px;
    font-size: 14px;
}

.btn-group, .btn-group-vertical {
    width: 100%;
    display: -webkit-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    border: 2px solid #f6f6f6;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #000;
    background-color: #fff !important;
    border-color: #f6f6f6;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}
.open>.dropdown-menu {
    display: block;
    width: 100%;
    border-radius: 0px;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.multiselect-container > li > a {
    padding: 0;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0;
}
.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
}

#requestotp_error_message{
    font-size: 16px;
    text-align: center;
}


/* ============Custom Checkbox ================== */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #FF5863;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox a {
    color: #FF8955;
    text-decoration: underline;
    font-weight: 500;
}


.customtablink{display:table}
.customtablink li{float:left; position: relative;
    display: block;}
.customtablink li a {
    padding: 8px 20px;
    margin-right: 0px;
    background: #3d495a;
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease-in 0s;}
.customtablink li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.customtablink li.active a {
    color: #FFF;
    background: #FF386B;
}

.customtablink li a {
    padding: 8px 20px;
    margin-right: 0px;
    /*background: #3d495a;*/
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    /* border-radius: 50px; */
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease-in 0s;
    text-decoration:none;
}
.floatright{float:right;width:auto}
.customtablink li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pricingplan{
    position: relative;
}
.m-top40 {
    margin-top: 40px;
}

.mb-15{
    margin-bottom: 15px;
}

.business, .businessPlus, .individual {
    background: #fff;
}
.radius {
    border-radius: 6px;
    overflow: hidden;
}
.pricing-table {
    width: 100%;
    height: auto;
    padding: 20px 22px;
    text-align: center;
    float: left;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 1px 4px 2px rgba(0,0,0,.1);
    min-height: 5sition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.pricing-table:hover{

    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.pricing-table .active,.pricing-table:active{
    background-color: #f3cb14;
}
.pricing-table h3{
    font-size: 24px;
}
.pricing-table .price {
    color: #3d495a;
}
.pricing-table .pricing-table-details {
    margin-top: 30px;
}
.pricing-table .pricing-table-details ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.pricing-table .pricing-table-details ul li {
    background: url(/images/tick.png)no-repeat left 12px;
}
.pricing-table .pricing-table-details ul li {
    color: #5f7387;
    padding: 8px 0;
    padding-left: 30px;
    font-size: 18px;
}
.vgredient1 {
    /* background: #f5f6f7;*/
}
.m-bottom15 {
    margin-bottom: 15px;
}
.business .p_subtitle {
    text-transform: uppercase;
    font-size: 18px;
}
.business .price {
    font-size: 25px;
    font-weight: 600;
}

.btn-dark {
    background: #ffffff;
    color: #3d495a;
    border: 0;
    border-radius: 12em;
    width: 196px;
    height: 58px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    border: 1px solid #e3e3e3;
    text-transform: uppercase;
}
.business:hover, .businessPlus:hover, .individual:hover{background:#f4fdfa}
.business h3, .business .price{color:#3fb990}
.business .price{font-size:25px;font-weight:600}
.business .p_subtitle{text-transform:uppercase;font-size:18px}
.business .text-black{font-size:18px}
.business .text-black span{font-size:20px;font-weight:600}
.business .btn-dark{background:#1cd18e;border:1px solid #37c794;color:#fff;font-weight:600;position: absolute;left: 20%;bottom: 1%;}
.business .btn-dark:hover{background:#11b87a;}



.businessPlus h3, .businessPlus .price{color:#30aff4}
.businessPlus .price{font-size:25px;font-weight:600}
.businessPlus .p_subtitle{text-transform:uppercase;font-size:18px}
.businessPlus .text-black{font-size:18px}
.businessPlus .text-black span{font-size:20px;font-weight:600}
.businessPlus .btn-dark{background:#30aff4;border:1px solid #2797d4;color:#fff;font-weight:600;position: absolute;left: 20%;bottom: 1%;}
.businessPlus .btn-dark:hover{background:#2797d4;}


.individual h3, .individual .price{color:#e0a7ee}
.individual .price{font-size:25px;font-weight:600}
.individual .p_subtitle{text-transform:uppercase;font-size:18px}
.individual .text-black{font-size:18px}
.individual .text-black span{font-size:20px;font-weight:600}
.individual .btn-dark{background:#e0a7ee;border:1px solid #b46dc6;color:#fff;font-weight:600;position: absolute;left: 20%;bottom: 1%;}
.individual .btn-dark:hover{background:#b46dc6;}

.business .btn-dark {
    background: #1cd18e;
    border: 1px solid #37c794;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 30%;
    bottom: 1%;
}
.pricing-table .btn {
    margin: 15px 0;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
}
.btn-forgots {
    color: #fff;
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    width: 100% !important;
    margin: 0px auto;
    padding: 6px 12px !important;
}

.control-label{
    font-weight: 500;
}


/*================  FAQ's =======================*/

.pl25 {
    padding-left: 25px;
}
ul.liststyle {
    font-size: 14px;
    padding: 10px;
}
ul.liststyle li{
    list-style: lower-alpha;
}
ul.liststyletwo li {
    list-style: disc;
}
ul.liststyletwo {
    font-size: 14px;
    padding: 5px 20px;
}
.afaq {
    text-decoration: none;
    color: #3d495a;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 5px;
}



@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/*======================== Responsive ======================*/

@media only screen and (max-width: 5000px) {
    .page-wrapper {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1340px) {

    .page-wrapper {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1140px) {

    .main-header {
        margin: 0px !important;
    }

    .page-wrapper {
        overflow: hidden;
    }

    .main-slider h2.style-three {
        font-size: 60px;
    }

    .page-title h1 {
        font-size: 50px;
    }

    .header-top .outer-container .pull-left {
        width: 100%;
        text-align: center;
    }

    .main-slider-two h1 {
        font-size: 80px;
    }

    .main-slider h2 {
        font-size: 50px;
    }

    .main-header .header-upper .outer-container {
        padding: 0px 15px;
    }

    .main-header .header-upper .social-outer-box {
        padding: 38px 30px;
    }

    .main-header.header-style-two .header-upper .logo-box {
        padding: 15px 0px;
        background: none;
        position: relative;
    }

    .container-fluid .image-layer,
    .branded-section-two .title-box .sec-title .text br,
    .price-page-section-two .title-box .sec-title .text br,
    .branded-section .title-box .sec-title .text br,
    .services-section-four .title-box .sec-title .text br,
    .main-header.header-style-two .header-upper .logo-box:before {
        display: none;
    }

    .branded-section-two .title-box .sec-title .text,
    .price-page-section-two .title-box .sec-title .text,
    .branded-section .title-box .sec-title .text,
    .services-section-four .title-box .sec-title .text {
        margin-top: 20px !important;
    }

    .header-style-four .header-upper .outer-box {
        right: 15px;
    }

    .header-style-three {
        position: relative;
    }

    .main-header .header-top .top-left .info-list li {
        margin-right: 15px;
    }

    .main-header .header-top .top-right .social-links li a,
    .main-header .header-top .top-left .info-list li,
    .main-header .header-top .top-left .info-list li a {
        color: #222222;
    }

    .main-header .header-top .top-right .social-links li {
        margin-left: 12px;
    }

    .header-style-three .header-upper .inner-container {
        padding: 0px 0px;
    }

    .main-header.header-style-three .nav-outer {
        padding-top: 0px;
    }

    .main-header .header-top {
        border-bottom: 1px solid #eeeeee;
    }

    .container-fluid .outer-section .left-column .inner-column {
        max-width: 100%;
        margin-right: 0px;
        padding: 70px 20px 50px;
    }

    .container-fluid .outer-section .left-column {
        padding: 0;
    }

    .container-fluid .outer-section .left-column {
        padding-right: 0;
    }

    .container-fluid .outer-section .right-column {
        padding: 0;
    }

    .container-fluid .outer-section .right-column .inner-column {
        margin-left: 0;
        padding: 0;
    }

    .container-fluid .outer-section .right-column .inner-column .owl-carousel {
        max-width: none;
    }


    .sec-title .big-title {
        font-size: 100px;
    }
}

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

    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }

    .mobile-menu-visible .mobile-menu {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 1023px) {

    .main-header .main-box .logo-box {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0px;
        text-align: left;
    }

    .brand-block-two:first-child {
        margin-bottom: 70px;
    }

    .main-header.header-style-two .nav-outer,
    .main-header.header-style-four .nav-outer {
        padding-top: 0px;
    }

    .main-header .nav-outer {
        width: auto;
        float: right;
        margin-top: 0px;
        padding-top: 18px;
    }

    .main-slider h2.style-three {
        font-size: 44px;
    }

    .main-header .header-upper .outer-box .social-icons li {
        margin-left: 12px;
    }

    .main-header .header-upper .search-box-outer .dropdown-menu {
        top: 48px !important;
    }

    .main-header .nav-toggler {
        display: block;
    }

    .sticky-header,
    .story-block-two .inner-box .content-column .sec-title h2:before,
    .container-fluid-two .outer-section .right-column::before,
    .header-style-four .header-upper .outer-box,
    .main-header .header-upper .social-outer-box,
    .sec-title .text br {
        display: none;
    }

    h1 {
        font-size: 42px;
    }

    .main-menu .navigation > li > a {
        font-size: 14px;
    }

    .main-header .header-upper .upper-right {
        padding-top: 0px;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .main-menu .navigation > li {
        margin-right: 25px;
    }

    .main-slider h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {

    .main-header {
        position: relative;
        background-color: #222222;
    }

    .header-upper .logo-outer {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        margin: 0px;
    }

    .news-block-three .inner-box .content-column .inner-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-style-two {
        background-color: #ffffff;
    }

    .main-header .header-upper .outer-box {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 12;
        background: none;
    }

    .main-header .header-upper .outer-box .search-box-btn {
        margin-left: 0px;
        background: none;
        padding: 0px;
        z-index: 12;
    }

    .main-header.header-style-two .nav-outer,
    .header-style-two .main-menu, .header-style-three .main-menu,
    .main-header .header-top .top-right {
        width: 100%;
    }

    .header-style-three {
        background-color: #ffffff;
    }

    .main-header .header-top {
        display: none;
    }

    .main-header .header-top .top-right .social-links {
        padding-top: 0px;
        text-align: center;
    }

    .main-header .header-top .top-left {
        display: none;
    }

    .sec-title h2 {
        font-size: 30px;
    }

    .main-menu {
        width: 100%;
        display: block;
    }

    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .main-header .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .main-menu .navbar-collapse {
        max-height: 300px;
        max-width: none;
        overflow: auto;
        float: none !important;
        width: 100% !important;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px 0px 15px;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    .main-menu .navbar-collapse.in,
    .main-menu .collapsing {
        padding: 0px 0px 0px;
        border: none;
        margin: 0px 0px 15px;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 6px 0px 15px;
        right: 0px;
        z-index: 12;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 12;
        border: 1px solid #cc8809;
        float: none;
        margin: 0px 0px 0px 0px;
        border-radius: 0px;
        background: #cc8809;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #2c2c2c;
        border: 1px solid #ffffff;
        border-top: none;
    }

    .main-menu .navbar-collapse > .navigation > li {
        margin: 0px !important;
        float: none !important;
        padding: 0px !important;
        width: 100%;
    }

    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before {
        border: none;
    }

    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 10px 10px !important;
        border: none !important;
    }

    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        border-top: 0px !important;
        display: none !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0px;
        outline: none;
        width: 100%;
        background: #2c2c2c;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }

    .main-menu .navbar-collapse > .navigation > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
        border-top: 1px solid rgba(255,255,255,1) !important;
        border-bottom: none;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }

    .main-menu .navbar-collapse > .navigation > li:first-child {
        border: none;
    }

    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #ffffff;
        background: #2c2c2c;
        text-align: left;
    }

    .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-menu .navbar-collapse > .navigation > li > a:active,
    .main-menu .navbar-collapse > .navigation > li > a:focus {
        background: #cc8809;
    }

    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
        background: #2c2c2c;
        color: #ffffff !important;
    }

    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .main-slider .owl-nav,
    .main-slider .schedule-box,
    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before {
        display: none !important;
    }

    .main-header .btn-outer {
        left: 0px;
        top: 0px;
        right: auto;
        margin-top: 15px;
        text-align: left;
        z-index: 12;
    }

    .main-header .main-box .logo-box {
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }

    .main-header .search-box-outer .dropdown-menu {
        left: 0px;
        top: 47px;
    }

    .main-header .main-box .outer-container {
        padding: 0px;
    }

    .main-header .header-lower .outer-box {
        position: absolute;
        z-index: 12;
        display: block;
    }

    .main-menu .navbar-header .navbar-toggler {
        display: inline-block;
        z-index: 12;
        width: 50px;
        height: 40px;
        float: none;
        padding: 0px;
        text-align: center;
        border-radius: 0px;
        background: #e9c37a;
        border: 1px solid #e9c37a;
    }

    .main-menu .navbar-header .navbar-toggler .icon-bar {
        position: relative;
        background: #ffffff;
        height: 2px;
        width: 26px;
        display: block;
        margin: 0 auto;
        margin: 5px 11px;
    }

    .main-header .nav-outer {
        width: 40%;
        padding-top: 0px;
    }

    .main-header .nav-outer .search-box-btn {
        position: absolute;
        left: 0px;
        top: 20px;
        z-index: 12;
        margin-left: 0px;
    }

    .main-slider h3 {
        font-size: 20px;
    }

    .sec-title h2::before,
    .main-slider .text::before,
    .main-header .outer-box .buttons-box,
    .main-slider .text br {
        display: none;
    }

    .main-header .outer-box .option-box > li {
        margin-left: 0px;
        margin-right: 20px;
    }

    .header-top .top-left .text {
        text-align: center;
        padding: 10px 0px;
    }

    .main-header .header-lower .search-box-outer .dropdown-menu {
        left: 0px !important;
    }

    .main-header .header-upper .support-box {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 12;
        margin-left: 0px;
        margin-top: 0px;
    }

    .main-header .header-upper .search-box-outer {
        position: absolute;
        left: 170px;
        top: 0px;
        z-index: 12;
        margin-top: 20px;
    }

    .main-header .header-upper .search-box-outer .dropdown-menu {
        top: 51px !important;
        left: 0px;
        right: auto;
    }

    .main-header .header-upper .button-box {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 12;
        margin-left: 0px;
        padding-top: 25px;
    }

    .main-slider h2 {
        font-size: 32px;
    }

    .main-header .header-upper .logo-box {
        padding: 10px 0px 10px;
        width: 55%;
        text-align: left;
    }
    .main-header .header-upper .outer-container {
        padding: 0px 12px;
    }

    .header-style-four {
        background-color: #ffffff;
    }

    .header-style-four .header-upper .outer-box {
        display: block;
        top: 15px;
        right: auto;
    }

    .main-header.header-style-four .nav-outer .search-box-btn {
        top: 0px;
    }

    .main-slider .text {
        padding-right: 0px;
        font-size: 18px;
    }

    .main-slider h2.style-three {
        font-size: 35px;
    }

    .page-title {
        padding-top: 100px;
    }

    .sec-title-two .title-inner {
        padding: 48px 60px;
    }

    .page-title h2 {
        font-size: 36px;
    }

    .page-title .text {
        font-size: 18px;
    }

    #howitworks {
        height: 140%;
    }

    .paddingall {
        padding: 10px 15px 5px;
    }

    .howit-box {
        padding: 0px 10px;
    }

    #imgslide .customcarousel-caption {
        display: block;
        width: 100%;
        position: relative;
        text-align: left;
        left: 15px;
    }
    .customcarousel-caption h3{
        font-size: 24px;
    }
    .customcarousel-caption p{
        font-size: 14px;
        padding-right: 10px;
    }
    .mdnone{
        display: none;
    }
    .mtext-center {
        text-align: center;
    }

    .competitive-border {
        margin-bottom: 20px;
        text-align: center;
    }

    .mcompetitive-border {
        border-bottom: 2px solid #eee;
        margin-bottom: 20px;
        text-align: center;
    }

    .custom-container {
        width: auto;
    }
    .page-file {
        padding: 50px 0px;
    }
    .login-wrapper {
        padding: 0px;
    }
    #formContent {
        width: 100%;
    }
    .padding-50 {
        padding: 35px 20px !important;
    }
    .rm-0{
        margin-left: 0px
    }
}

@media only screen and (max-width: 479px) {

    .main-header .search-box-outer .dropdown-menu {
        top: 44px;
    }

    .services-section-seven .title-box .big-text {
        font-size: 50px;
    }

    .news-block-four.style-two .inner-box .lower-content .quote-icon {
        right: 25px;
    }

    .main-slider h2 {
        font-size: 22px;
    }
}


@media only screen and (max-width: 40em) {

    .rlmr-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px !important;
    outline-offset: 0px !important;
}