﻿@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #080808;
    position: relative;
    display: block;
    /* overflow: auto; */
}

*,
 ::after,
 ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #11b5b4;
    color: #fefefe;
}

a:hover {
    text-decoration: none;
}

label,
div,
section {
    box-sizing: border-box;
}

section {
    overflow: hidden;
    float: left;
    width: 100%;
}

.container-fluid {
    width: 100%;
    margin: auto;
}

h3 {
    color: #080808;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

p {
    color: #7b7b7b;
    font-size: 12px;
    line-height: 20px;
}
ul,ol {
    color: #7b7b7b;
    font-size: 12px;
    line-height: 20px;
    text-align:left;
}
header {
    float: left;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

header .navigation {}

header .navigation .navbar {
    padding: 10px 0;
}

header .navigation .navbar .navbar-brand {
    max-width: 170px;
    width: 100%;
}

.btn-primary {
    background-color: #f17b6f;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 40px;
    width: 155px;
    margin: 0 5px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #f17b6f;
}

.btn-primary:hover {
    background: transparent;
    border: 1px solid #f17b6f;
    color: #808080
}

.btn-primary:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    background: #0faaa9;
    border-color: #0faaa9;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #0faaa9;
    border-color: #0faaa9;
    box-shadow: none;
}

.btn-black {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 40px;
    width: 190px;
    margin: 5px;
    display: inline-block;
    padding: 5px 15px;
    height: 46px;
    border: 1px solid #000;
}

.btn-black img {
    max-height: 100%;
    width:100%;
    object-fit: cover;
}


.btn-black:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #000;
}
.right-nav.mobile{
    display: none;
}
.right-nav.desktop{
    display: block;
}
.resp-button{
	margin-left:auto;
	margin-right:10px;
}
.resp-button .btn-primary {
    width: auto;
    height: 30px;
    display: inline-grid;
    align-items: center;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0;
}
a.btn.btn-primary img {
    	max-width: 16px;
    	position: relative;
    	left: 2px;
}
.homeSlider {
    float: left;
    width: 100%;
    height: 600px;
    background: #0faaa9;
}

.homeSlider .carousel,
.homeSlider .item,
.homeSlider .active {
    height: 100%;
}

.homeSlider .carousel-inner {
    height: 100%;
}

.homeSlider .carousel-inner .carousel-item {
    background-size: cover;
    background-position: center center;
    height: 600px;
}

.homeSlider .carousel-inner .carousel-item:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    /*background-color: #0faaa96;*/
}

.homeSlider .carousel-caption {
    padding-bottom: 80px;
    text-align: left;
    bottom: auto;
    top: 24%;
}

.homeSlider h3 {
    font-size: 40px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-bottom: 0px;
    line-height: 48px;
    color: #fff;
}

.homeSlider p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.homeSlider ol.carousel-indicators {
    z-index: 2;
    bottom: 20%;
    /* margin-right: auto; */
    /* margin-left: 0; */
    justify-content: flex-start;
}

.homeSlider .carousel-indicators .active {
    width: 20px;
    background: #f17b6f;
    border-color: #f17b6f;
}

.homeSlider .carousel-indicators li {
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 40px;
}

.who-we-are {
    float: left;
    width: 100%;
    position: relative;
    margin: 105px 0;
}

.who-we-are:before {
    content: '';
    left: 0;
    height: 480px;
    width: 50%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../images/wwa-img-1.png);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 0px 20px #0000001c;
    background-position: 6% 89%;
}

.who-we-are .who-we-are-wrapper {
    display: flex;
    width: 80%;
    margin-left: auto;
    position: relative;
    padding: 95px 0 0;
}

.who-we-are .who-we-are-wrapper .who-we-are-col {
    width: 50%;
    padding: 0 30px;
}

.who-we-are .who-we-are-wrapper .who-we-are-figue {
    height: 490px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.who-we-are .who-we-are-wrapper .who-we-are-figue .child {
    height: 100%;
    background-position: 64% 15%;
    border-radius: 8px;
}


.who-we-are .who-we-are-wrapper .who-we-are-author h3 {
    color: #080808;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.who-we-are .who-we-are-wrapper .who-we-are-author p {
    color: #7b7b7b;
    font-size: 14px;
}

.heading-area {
    text-align: center;
}

.heading-area h3 {
    color: #080808;
    font-size: 30px;
    font-weight: bold;
}

.heading-area p {
    color: #7b7b7b;
    font-size: 12px;
}

.business-feature {
    float: left;
    width: 100%;
    background-color: #f0fafa;
    padding: 70px 0 0;
}

.business-feature .business-feature-wrapper {
    padding: 50px 0 0;
}
.business-feature .business-feature-wrapper .col-md-3{
    display:flex;
}
.business-feature .business-feature-wrapper .col-md-3 img{
    width:100%;
    max-width: 280px;
    margin: auto 0 -55px;
}
.feature-listing {}

.feature-listing ul {
    list-style: none;
    padding: 35px 0 0;
}

.feature-listing ul li {
    display: flex;
    margin-bottom: 8px;
}

.feature-listing ul li .feature-figue {
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    padding: 10px;
    border: 1px dashed #0000002b;
    float: left;
}

.feature-listing ul li .feature-figue .child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: grid;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #0000001c;
}

.feature-listing ul li .feature-figue .child img {}

.feature-listing ul li .feature-author {
    padding: 10px;
    float: left;
    width: 80%;
}

.feature-listing.left ul li .feature-author {
    text-align: right
}

.feature-listing ul li .feature-author h5 {
    color: #080808;
    font-size: 15px;
}

.feature-listing ul li .feature-author p {
    color: #7b7b7b;
    font-size: 12px;
}

.new-to-bookryt {
    background-image: url(../images/why-to-bookryt.png);
    float: left;
    width: 100%;
    padding: 68px 0;
    background-position: center;
    position: relative;
}

.new-to-bookryt:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #2bc1c0;
}

.new-to-bookryt-wrapper {
    display: flex;
    width: 100%;
}

.new-to-bookryt-wrapper .new-to-bookryt-author {
    width: 40%;
}

.new-to-bookryt-wrapper .new-to-bookryt-author h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    margin: 0;
}

.new-to-bookryt-wrapper .new-to-bookryt-author p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.new-to-bookryt-wrapper .new-to-bookryt-button {
    margin: auto 0 auto auto;
}

.new-to-bookryt-wrapper .new-to-bookryt-button a.btn-primary {
    width: 220px;
    padding: 14px;
}

.new-to-bookryt-wrapper .new-to-bookryt-button a.btn-primary:hover {
    color: #fff;
    border-color: #fff;
    background: #11b5b4
}

.key-feature {
    float: left;
    width: 100%;
    padding: 105px 0 0
}

.key-feature-wrapper {
    padding: 35px 0 0;
}

.key-feature-wrapper ul {}

.key-feature-wrapper ul li {}

.key-feature-wrapper ul li .feature-author {
    margin: auto 0;
    padding: 15px;
}

.bookryt-list {
    padding: 109px 0;
    float: left;
    width: 100%;
}

.bookryt-list .bookryt-list-panel {
    width: 85%;
    margin: auto;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 35px 0px #00000029;
    position: relative;
}

.bookryt-list .bookryt-list-panel:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #0faaa92e;
}

.bookryt-list .bookryt-list-panel .child {
    height: 100%;
    border-radius: 8px;
    background-position: 100% 54%;
}

.bookryt-list .bookryt-list-wrapper {
    display: flex;
    flex-flow: wrap;
    width: 97%;
    /* position: relative; */
    /* margin-top: -86px; */
}

.bookryt-list .bookryt-list-wrapper .bookryt-list-figue {
    width: 63%;
    text-align: right;
    position: relative;
    margin-top: -86px;
    padding: 0 3%;
}

.bookryt-list .bookryt-list-wrapper .bookryt-list-figue img {
    width:75%
}

.bookryt-list .bookryt-list-wrapper .bookryt-list-author {
    width: 37%;
    padding: 50px 0;
}

.bookryt-list .bookryt-list-wrapper .bookryt-list-author h3 {
    color: #080808;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bookryt-list .bookryt-list-wrapper .bookryt-list-author p {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 20px;
}

.bookryt-app {
    float: left;
    width: 100%;
    background: #f0fafa;
    padding: 50px 0 0;
}

.bookryt-app .bookryt-app-wrapper {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.layer {
    position: relative;
    left: 0;
    bottom: 0;
}

.bookryt-app .bookryt-app-wrapper .bookryt-app-author {
    width: 60%;
    position: relative;
    display: flex;
    margin: auto;
}

.bookryt-app .bookryt-app-wrapper .bookryt-app-author:after {
    content: '';
    position: absolute;
    bottom: -34px;
    right: 0px;
    height: 117px;
    background-image: url(../images/send-copy.png);
    width: 286px;
}

.bookryt-app .bookryt-app-wrapper .bookryt-app-author .bookryt-app-author-div {
    width: 67%
}

.bookryt-app .bookryt-app-wrapper .bookryt-app-figue {
    width: 40%;
    display: flex;
    /* margin: auto; */
    padding: 0 30px 0 110px;
}

.bookryt-app .bookryt-app-wrapper .bookryt-app-figue img {
    margin: auto auto -50px;
    width: 100%;
}

.get-in-touch {
    float: left;
    width: 100%;
    padding: 89px 0;
    background-image: linear-gradient(360deg, #f0fafa, transparent);
}

.get-in-touch-wrapper {
    padding: 30px 0 0;
}

.get-in-touch-wrapper .get-in-touch-box {
    text-align: center;
}

.get-in-touch-wrapper .get-in-touch-box .get-in-touch-figue {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f17b6f;
    box-shadow: 0px 0px 20px 0px #0000001c;
    margin: auto;
    margin-bottom: 20px;
}

.get-in-touch-wrapper .get-in-touch-box h6 {
    color: #131212;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.get-in-touch-wrapper .get-in-touch-box p {
    color: #080808;
    font-size: 14px;
}

.reguest-demo {
    padding: 38px 0;
}

.reguest-demo h3 {
    text-align: center;
    font-size: 26px;
}

.reguest-demo .form {
    width: 100%;
    margin: auto;
}

.reguest-demo .form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.reguest-demo .form .form-group.submit-button {
    padding: 0 5px;
}

.reguest-demo .form .half-box {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.reguest-demo .form .full-box {
    width: 100%;
    float: left;
    padding: 0 5px;
}

.reguest-demo .form .form-group input.form-control {
    border: 1px solid #fff;
    height: 52px;
    border-radius: 40px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #00000017;
}

.reguest-demo .form .form-group textarea.form-control {
    border-radius: 40px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px #00000017;
    height: 100px;
    border: 1px solid #fff;
}

.reguest-demo .form .form-group .form-control:hover,
.reguest-demo .form .form-group .form-control:focus {
    border-color: #f17b6f;
}

.reguest-demo .form .form-group a.btn-primary {
    width: 100%;
    padding: 19px;
}

.top-banner {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 300px;
}

.top-banner .banner-section {
    display: flex;
    height: 300px;
}

.top-banner .banner-section .banner-heading {
    width: 51%;
    margin: auto 0;
}

.top-banner .banner-section .banner-heading h3 {
    font-size: 30px;
    color: #fff;
    margin: 0
}

.about-us-description {
    padding: 96px 0 70px;
}

.description-content {
    width: 64%;
    margin: auto;
    text-align: center;
}

.description-content h3 {
    margin-bottom: 10px;
}

.description-content h3 p {
    font-size: 14px;
}

.privacy-policy {
    background-color: #f0fafa;
    padding: 80px 0 50px;
}
.privacy-policy .loadsection{
	overflow:hidden;
	margin-bottom:20px;
}
.more-expand {
    display: flex;
}

.more-expand .more-expand-link {
    font-size: 12px;
    color: #f17b6f;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 500;
}

.more-expand .more-expand-link i.fa {
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.more-expand .more-expand-link:hover {
    text-decoration: underline;
}

.faqs {
    padding: 90px 0 0;
}

.faqs-content {
    width: 64%;
    margin: auto;
}

.faqs-content h3 {
    text-align: center;
}

.faqs-content .faqs-accordian {
    padding: 0 0 10px;
}

.faqs-content .faqs-accordian .accordion {}

.faqs-content .faqs-accordian .accordion .card {
    border-radius: 40px;
    box-shadow: 0px 0px 20px 0px #00000014;
    margin-bottom: 10px;
}

.faqs-content .faqs-accordian .accordion .card .card-header {
    border-radius: 0;
    background: none;
    padding:10px 22px;
    border: 0;
}

.faqs-content .faqs-accordian .accordion .card .card-header a.btn-link {
    color: #080808;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    text-decoration: none;
}

.faqs-content .faqs-accordian .accordion .card .card-header a.btn-link span {
    margin: auto 0;
    width: 90%;
}

.faqs-content .faqs-accordian .accordion .card .card-header a.btn-link i.fa {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid #bebebe;
    margin-left: auto;
    color: #f17b6f;
}

.faqs-content .faqs-accordian .accordion .card .collapse.show {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.faqs-content .faqs-accordian .accordion .card .card-body p {
    margin-bottom: 0
}

span.short-desc {
    font-size: 12px;
    color: #7b7b7b;
}

.pricing-description {
    padding: 85px 0;
}

.pricing-description h3 {
    margin-bottom: 0px;
}

.pricing-description .description-content {
    width: 81%;
}

.pricing-description .description-content .pricing-list {
    padding: 45px 15px;
    overflow-x: auto;
    overflow-y: hidden;
}

.pricing-description .description-content .pricing-list .fullBX {
    display: flex;
    width: 100%;
    width: 867px;
}

.pricing-description .description-content .pricing-list .fullBX .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 30%;
    max-width: 30%;
}

.pricing-description .description-content .pricing-list .fullBX .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 40%;
    max-width: 40%;
}

.pricing-description .description-content .pricing-list .fullBX ul {
    list-style: none;
    padding: 18px 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: -10px 0px 28px -10px #0000001a;
}

.pricing-description .description-content .pricing-list .fullBX ul li {
    padding: 20px;
    height: 60px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea1 ul {
    box-shadow: -10px 10px 28px -10px #0000001a;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea2 ul {
    box-shadow: 0px 9px 28px 0px #0000001a;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.pricing-description .description-content .pricing-list .fullBX ul li:nth-child(odd) {
    background-color: #f0fafa;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea ul li {
    justify-content: left;
    padding: 0 30px;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea ul li p {
    text-align: left;
    margin: 0;
    color: #080808;
    font-size: 15px;
    font-weight: 600;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea1 {
    border-radius: 14px;
}

.pricing-description .description-content .pricing-list .fullBX .heading-area {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea1 span {
    display: block;
    background: #0f9f9e;
    color: #fff;
    text-transform: uppercase;
    padding: 4px;
    font-weight: 600;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea1 p.price {
    background: #11b5b4;
    padding: 18px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea1 p.price>small {
    text-transform: lowercase;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea2 {
    border-radius: 14px;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea2 span {
    display: block;
    background: #06726d;
    color: #fff;
    text-transform: uppercase;
    padding: 4px;
    font-weight: 600;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea2 p.price {
    background: #045f5b;
    padding: 18px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.pricing-description .description-content .pricing-list .fullBX .web-fea2 p.price>small {
    text-transform: lowercase
}

.pricing-description .description-content .pricing-list .fullBX .web-fea {
    margin-top: 89px;
    border-radius: 14px;
}

.pricing-description .description-content .pricing-list .fullBX .btn-primary {
    margin: 25px 0 9px;
}

.business-growth {
    background-color: #f0fafa;
    padding: 70px 0;
}

.business-growth h3 {
    text-align: center;
    margin-bottom: 55px;
}

.business-growth .row {
    justify-content: center;
}

.business-growth .growth-box {
    text-align: center;
    padding: 0 25% 25px;
}

.business-growth .growth-box .feature-figue {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 10px;
    border: 1px dashed #0000002b;
    margin: auto;
    margin-bottom: 15px;
}

.business-growth .growth-box .feature-figue .child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: grid;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #0000001c;
}

.business-growth .growth-box h5 {
    color: #080808;
    font-size: 18px;
}

footer {
    float: left;
    width: 100%;
    padding: 50px 0 0;
}

footer .footer-top {
    display: flex;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #ddd;
}

footer .footer-top .footer-logo {
    max-width: 170px;
    width: 100%;
}

footer .footer-top .footer-logo a {
    margin: auto;
    display: block;
}

footer .footer-top .footer-apps {
    margin-left: auto;
}

footer .footer-top .footer-apps .btn-black {}

footer .footer-bottom {
    display: flex;
    width: 100%;
    padding: 28px 0;
}

footer .footer-bottom ul.footer-social-links {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

footer .footer-bottom ul.footer-social-links li {
    margin-right: 15px;
}

footer .footer-bottom ul.footer-social-links li a {
    height: 35px;
    width: 35px;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px #00000021;
    color: #f17b6f;
}

footer .footer-bottom ul.footer-social-links li a:hover {
    background: #f17b6f;
    color: #fff
}

footer .footer-bottom p.copywrite {
    margin-left: auto;
    margin: auto 0 auto auto;
    text-align: center;
}

footer .footer-bottom p.copywrite a {
    color: #7b7b7b;
    margin: 0 10px;
}

footer .footer-bottom p.copywrite a:hover {
    color: #f17b6f;
}

select option {
    background-color: #fff !important;
    color: #000;
}

@media screen and (min-width:768px) {
    header .navigation .navbar-collapse {}
    header .navigation .navbar-collapse ul {}
    
    .business-feature .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.333333%;
        flex: 0 0 37.333333%;
        max-width: 37.333333%;
    }
    .business-feature .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 25.333333%;
        max-width: 25.333333%;
        padding: 0 5px;
    }
    .who-we-are .who-we-are-wrapper .who-we-are-author {
        padding-top: 140px;
        padding-left: 0px;
    }
}
@media screen and (min-width: 991px){
    header .navigation .navbar-collapse ul li.nav-item {
        position: relative;
        padding: 0 8px;
        margin: auto;
    }
    header .navigation .navbar-collapse ul li.nav-item:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 5px;
        height: 2px;
        width: 2px;
        background: #080808;
        border-radius: 50%;
    }
    header .navigation .navbar-collapse ul li.nav-item:nth-last-child(1):after {
        display: none;
    }
    header .navigation .navbar-collapse ul li.nav-item a.nav-link {
        font-size: 12px;
        color: #080808;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0;
        position: relative;
    }
    header .navigation .navbar-collapse ul li.nav-item a.nav-link:before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: -29px;
        height: 3px;
        background: #08080800;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    header .navigation .navbar-collapse ul li.nav-item:hover a.nav-link:before,
    header .navigation .navbar-collapse ul li.nav-item.active a.nav-link:before {
        background: #f17b6f;
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transform: 1s ease-in-out;
    }
    header .navigation .navbar-collapse ul li.nav-item.active a.nav-link,
    header .navigation .navbar-collapse ul li.nav-item:hover a.nav-link {
        color: #f17b6f;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transform: all .3s linear ease-in-out 0s;
    }
    .resp-button{
	display:none;
    }
    
}
@media screen and (min-width: 1200px){
    header .navigation .navbar-collapse ul li.nav-item a.nav-link {
        font-size: 14px;
    }     
    .who-we-are .who-we-are-wrapper .who-we-are-author {
        padding-top: 140px;
        padding-left: 30px;
    }
    header .navigation .navbar-collapse ul li.nav-item{
        padding:0 18px
    }
}
@media screen and (max-width:1024px){
    .business-growth .growth-box {
        padding: 0 13% 25px;
    }
    .top-banner .banner-section .banner-heading {
        width: 100%;
    }
    header .navigation .navbar-collapse ul a.btn-primary{
	display:none;
    }
}
@media screen and (max-width:991px){
    .new-to-bookryt-wrapper .new-to-bookryt-author {
        width: 50%;
    }
    .bookryt-app-author-div h3{
        font-size: 22px
    }
    .business-growth .growth-box{
        padding: 0 0% 25px;
    }
    .feature-listing ul li .feature-figue{
        height: 70px;
        min-width: 70px;
        padding: 7px;
    }
    .feature-listing ul li .feature-author p{
        line-height: 1.5;
    }
    .feature-listing{
        display:flex;   
    }
    .feature-listing img{
        width: 100%;
        max-width: 308px;
        margin: auto;
    }
    header .navigation .navbar{}
    .navbar-dark .navbar-toggler {
        color: #0faaa9;
        font-size: 30px;
        padding: .25rem .75rem .25rem 0;
    }
    .right-nav.mobile{
        display: flex;
        width: 40%;
        flex-flow: wrap;
        margin: auto;
        margin-right: 0;
        text-align: right;
        justify-content: flex-end;
    }
    .right-nav.desktop{
        display: none;
    }
    header .navigation .navbar .navbar-brand {
        max-width: 100px;
        width: 100%;
        float: left;
    }
    .right-nav .btn-link{
        color: #f17b6f;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        width: 100px;
        margin: 0 3px;
        text-align: right;
    }
    .right-nav .btn-link:hover{
        color:#080808;
    }
    .navbar-dark .navbar-toggler:focus{
        outline:none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }
    header .navigation .navbar-collapse {}
    header .navigation .navbar-collapse ul {
        padding: 20px 0 0;
    }
    header .navigation .navbar-collapse ul li.nav-item {
        position: relative;
        padding: 5px 0;
    }
    header .navigation .navbar-collapse ul li.nav-item a.nav-link {
        color: #080808;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0;
        position: relative;
    }
    header .navigation .navbar-collapse ul li.nav-item:hover a.nav-link {
        color: #f17b6f;
    }
    header .navigation .navbar-collapse .btn-primary {
        margin: 10px 0 0;
    }
    .bookryt-list .bookryt-list-wrapper .bookryt-list-author h3{
        font-size: 24px;
    }
}
@media screen and (max-width:767px) {
    header .navigation .navbar .navbar-brand {
    	max-width: 85px;
    }
    .navbar-dark .navbar-toggler{
	padding: .25rem 0 .25rem 0;
    }
    .right-nav .btn-primary{
        width: 98px;
    }
    .homeSlider .carousel-caption{
	top:12%;
    }
    .business-feature .business-feature-wrapper .col-md-3 img{
        margin: auto;
    }
    .top-banner .banner-section .banner-heading {
        width: 100%;
    }
    .top-banner .banner-section .banner-heading h3 {
        font-size: 20px;
    }
    .homeSlider {
        height: 400px
    }
    .who-we-are:before {
        height: 250px;
        width: 300px;
    }
    .who-we-are .who-we-are-wrapper {
        flex-flow: wrap;
        width: 95%;
    }
    .who-we-are .who-we-are-wrapper .who-we-are-col {
        padding: 0 15px;
        width: 100%;
    }
    .who-we-are .who-we-are-wrapper .who-we-are-figue {
        height: 350px;
    }
    .who-we-are .who-we-are-wrapper .who-we-are-author {
        padding: 30px 0 0;
    }
    .business-feature .col-md-3 {
        display: flex;
    }
    .business-feature .col-md-3 img {
        margin: auto;
    }
    .new-to-bookryt {
        margin: 0;
    }
    .new-to-bookryt-wrapper {
        flex-flow: wrap;
    }
    .new-to-bookryt-wrapper .new-to-bookryt-author {
        width: 100%;
        text-align: center;
    }
    .new-to-bookryt-wrapper .new-to-bookryt-button {
        width: 100%;
        text-align: center;
    }
    .new-to-bookryt-wrapper .new-to-bookryt-button .btn-primary {
        margin: 20px auto 0;
    }
    .bookryt-list .bookryt-list-wrapper {
        width: 100%;
        flex-flow: wrap;
    }
    .bookryt-list .bookryt-list-wrapper .bookryt-list-figue {
        width: 100%;
    }
    .bookryt-list .bookryt-list-wrapper .bookryt-list-figue img {
        width: 100%;
    }
    .bookryt-list .bookryt-list-panel {
        width: 100%;
        height: 300px;
    }
    .bookryt-list .bookryt-list-wrapper .bookryt-list-author {
        width: 100%;
        text-align: center;
    }
    .bookryt-app .bookryt-app-wrapper {
        flex-flow: wrap;
    }
    .bookryt-app .bookryt-app-wrapper .bookryt-app-author {
        width: 100%;
    }
    .bookryt-app .bookryt-app-wrapper .bookryt-app-figue,
    .bookryt-app .bookryt-app-wrapper .bookryt-app-author .bookryt-app-author-div {
        width: 100%;
    }
    .bookryt-app .bookryt-app-wrapper .bookryt-app-author .bookryt-app-author-div {
        margin-bottom: 30px;
        text-align: center;
    }
    .bookryt-app .bookryt-app-wrapper .bookryt-app-author:after {
        display: none;
    }
    .bookryt-app .bookryt-app-wrapper .bookryt-app-figue img {
        width: 100%;
        max-width: 270px;
    }
    .faqs-content {
        width: 100%
    }
    .description-content {
        width: 100%;
    }
    .top-banner,.top-banner .banner-section{
        height: 200px;    
    }
    footer .footer-top,
    footer .footer-bottom {
        flex-flow: wrap;
    }
    footer .footer-top .footer-logo,
    footer .footer-top .footer-apps {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    footer .footer-bottom ul.footer-social-links {
        width: 100%;
        margin: auto auto 10px;
        justify-content: center;
    }
    footer .footer-top .footer-logo a {
        margin: 0 auto 20px
    }
}
@media screen and (max-width:300px){
    .btn-black{
        height: 40px;
    }
    .right-nav.mobile{
        width: 34%;
    }
}