@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* STYLE CSS */

* {
    font-family: 'Manrope', sans-serif;
}

button:focus {
    outline: 0px !important;
}

body {
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'Manrope', sans-serif !Important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em !important;
    color: #2a2a2a;
    text-align: left;
    background-color: #ffffff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
    Line-height: 1.25em !important;
}

.h1, h1 {
    font-size: 46px !important;
    Line-height: 1.25em !important;
}

.h2, h2 {
    font-size: 25px !important;
}

.h3, h3 {
    font-size: 20px !important;
}

.content_section {
    position: relative;
    min-height: calc(100vh - 450px);
}

body.logins_page .content_section,
body.forget-password_page .content_section {
    position: relative;
    min-height: calc(100vh - 220px);
}

a {
    color: #126CFF !important;
}

a:hover {
    color: #ED220D!important;
}

/* HEADER CSS */

header.header_area {
    position: relative;
    z-index: 2;
    box-shadow: -6px -6px 20px rgb(77 107 216 / 3%), 5px 5px 20px rgb(77 107 216 / 30%);
}

header.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1020;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

header.header_area nav.navbar a.navbar-brand {
    max-width: 240px;
}

nav.navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 1px;
} 

nav.navbar ul.navbar-nav>.nav-item>a.nav-link {
    font-size: 14px;
    line-height: 4.5rem;
    padding: 10px 15px;
    border-top: 5px solid transparent;
    color: inherit !important;
}

nav.navbar ul.navbar-nav>.nav-item>a.nav-link:hover {
    border-top: 5px solid #da3b26;
}

.nav-item {
    position: relative;
}

nav.navbar ul.navbar-nav>.nav-item.dropdown {
    padding: 0px !important;
}

nav.navbar ul.navbar-nav>.nav-item.dropdown ul.dropdown-menu {
    min-width: 12rem;
    top: calc(100% - 15px) !important;
    right: 0px !important;
    left: auto !important;
    /*background-color: #da3b26;*/
    background-color: #ffffff;
    border: 0px; 
    padding: 10px;
    width: auto !important;
    left: auto !important;
    box-shadow: 4px 5px 4px #f1f3fc;
}
/*nav.navbar ul.navbar-nav>.nav-item.dropdown:hover ul.dropdown-menu {*/
/*    display: block;*/
/*}*/

nav.navbar ul.navbar-nav>.nav-item.dropdown ul.dropdown-menu li a.nav-link {
    padding: 10px 15px;
    /*color: #fff !important;*/
    color: inherit !important;
}

.dropdown-menu:before {
    border-bottom-color: #da3b26;
    right: 25px;
}

.navbar-toggler {
    padding: 5px 8px;
    background-color: #da3b26;
    border: 2px solid #da3b26;
}

.navbar-toggler span.navbar-icon {
    width: 25px;
    height: 2px;
    display: block;
    padding: 1px;
    margin: 5px 0px;
    background-color: #ffffff;
}

#footer.footer_styleOne {
    position: relative;
    background: #ffffff;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    padding: 50px 10px;
    overflow: hidden;
}

#footer.footer_styleOne .container {
    position: relative;
    z-index: 1;
}

#footer.footer_styleOne #footer_top h1 {
    /*font-weight: 600;*/
    font-size: 46px !important;
    line-height: 1.5em;
    color: #0d0a46;
}

#footer.footer_styleOne #footer_top p {
    font-size: 20px;
    color: #747A96;
}

#footer.footer_styleOne #footer_top p.small {
    font-size: 12px;
    margin: 0px;
}

#footer.footer_styleOne #footer_middle h3 {
    font-size: 20px;
    margin: 0px 0px 25px;
}

#footer.footer_styleOne #footer_top img {
    max-width: 250px;
}

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

ul.social_icons li {
    display: inline-block;
}

ul.social_icons li + li {
    margin-left: 15px;
}

ul.social_icons li a {
    display: block;
    color: #486fc0;
    border-color: #486fc0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 100px;
    box-shadow: rgb(255 255 255 / 90%) -5px -5px 15px, rgb(57 65 124 / 20%) 4px 4px 12px;
}

ul.social_icons li a:hover {
    box-shadow: rgb(255 255 255 / 90%) -2px -2px 5px, rgb(57 65 124 / 20%) 2px 2px 4px;
}

/***************** HOME PAGE *****************/


#dashboard_section,
#video_section,
#business_section,
#businessTabs_section,
#feature_section,
#card_section,
#getOnline_section,
#easilyDesign_section,
#letsTalk_section,
#payment_section,
#ourBlog_section,
#login_page,
#registration_page,
#resetpass_page,
#registrationSuccess_page,
#cart_section,
#checkout_section,
#product_section,
#addon_section {
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}

#video_section:before { 
    content: "";
    width: 100%;
    height: calc(100% - 150px);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #f7f8fc;
}

#video_section .container-fluid,
#business_section .container,
#businessTabs_section .container,
#feature_section .container,
#card_section .container,
#getOnline_section .container,
#easilyDesign_section .container,
#letsTalk_section .container,
#payment_section .container,
#ourBlog_section .container,
#login_page .container,
#registration_page .container,
#resetpass_page .container,
#registrationSuccess_page .container,
#cart_section .container,
#checkout_section .container,
#product_section .container,
#addon_section .container {
    position: relative;
    z-index: 1;
}

#video_section p.big_txt,
#getOnline_section p.big_txt {
    font-size: 20px;
    margin: 15px 0px 30px;
}

#video_section .video_section {
    box-shadow: 0px 6px 12px rgb(77 107 216 / 30%);
    border-radius: 25px;
    overflow: hidden;
}

#video_section .left_box,
#video_section .right_box,
#getOnline_section .left_box,
#getOnline_section .right_box,
.left_animation,
.right_animation {
    position: absolute;
    top: 0px;
    z-index: 0;
}

#video_section .left_box,
#getOnline_section .left_box,
.left_animation {
    left: 0px;
}

.right_animation {
    right: 0px;
}

#video_section .right_box,
#getOnline_section .right_box {
    right: 10px;
    top: auto;
    bottom: 225px;
}

#video_section .left_box .box_one {
    max-width: 675px;
    margin-top: -400px;
    margin-left: -200px;
}

#video_section .left_box .box_two {
    max-width: 375px;
    margin-top: -150px;
    margin-left: 100px;
}

#video_section .right_box .box {
    position: relative;
    bottom: 0px;
}

#video_section .right_box .box_one {
    max-width: 355px;
    margin-top: 100px;
    margin-left: -50px;
}

#video_section .right_box .box_two {
    max-width: 355px;
    margin-top: -68px;
    margin-left: 0px;
}

#video_section .right_box .box_three {
    max-width: 177px;
    margin-top: -275px;
    margin-left: 220px;
    z-index: -1;
}

/*********** BOX STYLE ONE ************/

.left_animation.styleOne,
.right_animation.styleTwo,
.right_animation.styleThree {
    width: 280px;
    bottom: -20px;
    top: auto;
}

.right_animation.styleOne {
    width: 150px;
}

.left_animation.styleOne img:nth-child(1) {
    display: none;
}

.right_animation.styleOne img:nth-child(2) {
    transform: rotate(90deg);
    margin-top: -65px;
    width: 80%;
}

/*********** BOX STYLE TWO ************/

.left_animation.styleTwo,
.left_animation.styleThree {
    width: 300px;
}

.left_animation.styleTwo img:nth-child(1),
.left_animation.styleThree img:nth-child(1){
    transform: rotate(305deg);
}

.left_animation.styleTwo img:nth-child(2),
.left_animation.styleThree img:nth-child(2) {
    transform: rotate(336deg);
    margin-top: 30px;
    width: 50%;
    margin-left: 180px;
}

.right_animation.styleTwo img:nth-child(1) {
    transform: rotate(180deg);
}

.right_animation.styleTwo img:nth-child(2) {
    display: none;
}

/*********** BOX STYLE THREE ************/

.right_animation.styleThree img:nth-child(1) {
    transform: rotate(60deg);
    width: 70%;
    margin-bottom: 150px;
}

.right_animation.styleThree img:nth-child(2) {
    transform: rotate(145deg);
    margin-bottom: 20px;
}


/*********** BOX STYLE FOUR ************/

.left_animation.styleFour {
    width: 280px;
    bottom: -20px;
    top: auto;
}

.right_animation.styleFour {
    width: 150px;
}

.left_animation.styleFour img:nth-child(1) {
    display: none;
}

.right_animation.styleFour img:nth-child(2) {
    transform: rotate(90deg);
    margin-top: -65px;
    width: 80%;
}



#slider_section {
    position: relative;
    padding: 20px 0px 80px;
}

#slider_section .heading_two span {
    font-size: 120px;
    line-height: 1em;
    color: #e23e3e;
    vertical-align: middle;
}

#slider_section .d-inline + .d-inline {
    margin-left: 40px;
}

.home_slider {
    padding: 0px 0px !important;
}

.home_slider .owl-stage {
    display: flex !important;
    padding: 50px 0px;
}

.home_slider .owl-stage .owl-item {
    margin: 0px 15px;
}

.home_slider .owl-stage .owl-item .item {
    box-shadow: -7px -7px 14px rgb(255 255 255 / 80%), 7px 7px 14px rgb(77 107 216 / 30%) !important;
    border: none;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    color: #8a8a8a;
    border-radius: 15px;
}

.home_slider .owl-stage .owl-item .item .top_image span.badge,
.card__wrapper .card__wrapper_item span.badge,
.card__wrapper_bottom .card__wrapper_bottom_item span.badge {
    position: absolute;
    top: 20px;
    right: 0px;
    background-color: #fffe00;
    font-size: 14px;
    color: #000;
    border-radius: 3px 0px 0px 3px;
    padding: 5px 10px 6px 6px;
    box-shadow: -2px 4px 8px -3px rgb(0 0 0 / 80%);
}

.card__wrapper .card__wrapper_item span.badge,
.card__wrapper_bottom .card__wrapper_bottom_item span.badge {
    
}

.home_slider .owl-stage .owl-item .item .inner_container .content {
    padding: 40px 20px 20px 20px !important;
    padding: 1rem !important;
    min-height: 10px;
}

.home_slider .owl-stage .owl-item .item .inner_container .content h3 {
    /*font-weight: 600;*/
    font-size: 18px !important;
    line-height: 1.2em !important;
    color: #0d0a46;
    text-transform: uppercase;
    min-height: 42px;
}

.home_slider .owl-stage .owl-item .item .inner_container .content h3,
.home_slider .owl-stage .owl-item .item .inner_container .content p {
    margin-bottom: 0px !important;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home_slider .owl-stage .owl-item .item .inner_container .content h3 + p {
    margin-top: 10px;
}

.home_slider .owl-stage .owl-item .item .inner_container .content p {
    height: 66px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.home_slider .owl-stage .owl-item .item .inner_container .link_section {
    padding: 0 20px 15px 20px !important;
}

.home_slider .owl-stage .owl-item .item .inner_container .link_section a.btn {
    font-size: 14px;
    color: #0d0a46;
    padding: 0px;
}

.home_slider .owl-dots .owl-dot.active span,
.home_slider .owl-dots .owl-dot:hover span {
    background: #333 none repeat scroll 0 0;
    transform: scale(1);
    transition: all 0.25s ease-out 0s;
    height: 14px;
    width: 14px;
    margin: 4px 7px!important;
}


#howDoesWork_section,
#wantAnotherPage_section {
    position: relative;
    background-color: #f7f8fc;
    padding: 100px 0px;
}

#wantAnotherPage_section {
    padding-bottom: 150px;
    background-size: cover;
    background-position: top left;
}

#wantAnotherPage_section .cardBoxes .col-12:nth-child(even) {
    margin-top: 40px;
}

#wantAnotherPage_section .cardBoxes .card_styleTwo img {
    width: 38px !important;
}

#solutions_section {
    position: relative;
    padding: 150px 0px;
}

#solutions_section .card_styleThree .card-body .card-title {
    Line-height: 1em !important;
    font-size: 42px !important;
}

#solutions_section .card_styleThree .card-body .card-title,
#solutions_section .card_styleThree .card-body .card-text {
    height: 86px;
    min-height: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#solutions_section .card_styleThree .card-body .card-text {
    height: 135px;
    min-height: 135px;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

#latestNews_section {
    position: relative;
    background-color: #eceef6;
    padding: 100px 0px;
}


/***************** LETS TALK CSS *****************/


.authincation .left_section {
    background-image: linear-gradient(180deg, #4d6bd8 0%, #66fcfa 100%);
}

.authincation .left_section .content_section {
    line-height: 1.5;
    color: #0d0a46;
}            

.authincation .left_section .content_section h1 {
    font-size: 65px;
    line-height: 1;
    color: #0d0a46;
    /*font-weight: 800;*/
}

.authincation .left_section .content_section p {
    font-size: 16px;
}

.authincation .left_section .content_section a {
    color: inherit;
}

.authincation .btn_one,
.authincation .btn_two {
    box-shadow: none;
}


.authincation .btn_one:hover,
.authincation .btn_two:hover {
    /*background-image: none !important;*/
    /*background-color: #7141f1 !important;*/
    color: #ffffff !important;
}

.authincation .right_section,
.authincation .right_section .authincation-content {
    background: #f7f8fc;
    background-color: #f7f8fc;
    box-shadow: none;
}

.authincation .right_section .authincation-content {
    padding: 15% 0px;
}

.authincation .right_section .authincation-content .auth-form {
    /*padding: 0px;*/
    min-width: 460px;
    /*margin: 0 auto;*/
    /*display: block;*/
}

.authincation .right_section .authincation-content .auth-form h1 {
    font-size: 65px;
    line-height: 1.2em;
    /*font-weight: 700;*/
}

.authincation .right_section .authincation-content .auth-form h4 {
    font-size: 20px;
    /*font-weight: 400;*/
    line-height: 1.2;
    margin-bottom: 30px;
}

.authincation .right_section .authincation-content .auth-form form .form-control {
    box-shadow: 2px 2px 9px rgb(0 0 0 / 6%);
    border: 1px solid #fdfdfd;
    border-radius: 0.25rem;
    font-size: 16px;
    height: 2.8rem;
}

.authincation .right_section .authincation-content .auth-form form textarea.form-control {
    height: auto;
}

.authincation .right_section .authincation-content .auth-form form .btn {
    background-color: #2c2e36;
    color: #ffffff;
    border-color: #2c2e36;
    border-radius: 0.25rem;
    font-size: 16px;
    line-height: 1.2;
    height: 48px !important;
    font-weight: 600 !important;
}

table#cart .input-group .btn {
    border-radius: 0px !important;
}

table#cart .btn-warning {
    color: inherit !important;
}

/***************** PRODUCT PAGE CSS *****************/

#product_section .card_styleFour {
    height: auto;
}

#product_section .owl-item .card_styleSix,
#addon_section .owl-item .card_styleSix {
    margin: 0px 20px;
}

/***************** BUSINESS BOX PAGE CSS *****************/

#business_section {
    padding: 250px 0px;
    background-color: #4d6bd8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

#business_section p.big_txt,
#businessTabs_section p.big_txt {
    font-size: 22px;
    margin: 15px 0px 30px;
}

#businessTabs_section .filter,
#addon_section .filter {
    display: none;
    max-width: 80%;
    margin: 0px auto;
}

#businessTabs_section .filter .row .col-12,
#addon_section .filter .row .col-12 {
    padding: 15px 15px;
}

#businessTabs_section .filter .card_styleSix .card_img,
#addon_section .filter .card_styleSix .card_img {
    max-width: 220px;
}

#easilyDesign_section + #product_section,
#product_section + #addon_section,
#addon_section + #addon_section {
    padding-top: 30px !important;
}

#businessTabs_section .filter .card_styleSix .card-body {
    /*padding: 0.5rem 1.25rem;*/
    line-height: 1.1 !important;
}

#businessTabs_section .filter .card_styleSix .card-body .card-title {
    font-size: 18px !important;
    line-height: 1.1 !important;
}

#businessTabs_section .filter .card_styleSix .card-body ul li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
}

#businessTabs_section .filter .card_styleSix .card-body ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 2px);
    left: 3px;
}


/***************** BUSINESS BOX DETAIL ( FEATURE ) PAGE CSS *****************/

body.feature-bnb_page #business_section {
    padding: 120px 0px 200px;
}

body.feature-bnb_page #business_section .img_section {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: -6px -6px 20px rgb(77 107 216 / 3%), 5px 5px 20px rgb(77 107 216 / 30%);
}

#feature_section .card.card_styleTwo {
    background-color: transparent !important;
}

#feature_section .card.card_styleTwo img {
    width: 15vw;
    min-width: 150px;
    padding: 35px 0px !important;
}

body.feature-bnb_page #business_section.grey_bg {
    background-color: #eceef6;
    padding: 150px 0px !important;
    color: #19356c;
}

body.feature-bnb_page #business_section.grey_bg .nav-pills .nav-link {
    font-size: 12px;
    line-height: 20px;
    padding: 25px 25px;
    margin: 0;
    background: #d8e5ff;
    letter-spacing: 2px;
    color: #19356c;
    text-decoration: none;
    border-radius: 0;
}

body.feature-bnb_page #business_section.grey_bg .nav-pills .nav-link:hover {
    background-color: #4d6bd8 !important;
    color: #ffffff !important;
}

body.feature-bnb_page #business_section.grey_bg .nav-pills .nav-link.active {
    background-color: #19356c !important;
    color: #ffffff !important;
}

body.feature-bnb_page #business_section.grey_bg .nav-pills .nav-link i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

body.feature-bnb_page #business_section.grey_bg .tab-content .tab-pane h4 {
    font-size: 39px;
    line-height: 1.2em;
    color: #19356c;
    /*font-weight: 600;*/
}

body.feature-bnb_page #business_section.grey_bg .tab-content .tab-pane h4 span {
    font-size: 14px;
    /*font-weight: 400;*/
}

body.feature-bnb_page #card_section .card_styleFive .card-leftSection .card_img {
    padding: 45px;
}

body.feature-bnb_page #card_section .card_styleFive .card-body .card-title {
    font-weight: 400;
}

body.feature-bnb_page #card_section .card_styleFive .card-body .card-text {
    font-size: 14px;
}

/***************** WEBSITE AND APP PAGE *****************/

#getOnline_section {
    background-color: #f7f8fc;
    padding: 120px 0px;
}

#getOnline_section .left_box {
    left: 20px;
    top: 20%;
}

#getOnline_section .right_box {
    right: 12% !important;
}

#getOnline_section .left_box .box_one {
    max-width: 350px;
}

#getOnline_section .right_box .box_one {
    max-width: 175px;
}


#letsTalk_section .card_styleThree {
    height: auto;
}

#payment_section form .card-header {
    padding-bottom: 0px !important;
}

#payment_section form .card-footer {
    padding-top: 0px !important;
}

#payment_section form .card ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#payment_section form .card ul li {
    height: 10px;
    display: inline-block;
}

#payment_section form .card,
#payment_section form .card-header,
#payment_section form .card ul li img {
    height: auto !important;
}

#cardNumber,
#cardExpiry,
#cardCvc {
    border: 1px solid #ced4da;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
}

#payment_section form .card ul.list_styleTwo li + li,
#cart_section .card ul.list_styleTwo li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ced4da;
}

#payment_section form .card ul.list_styleTwo li span,
#cart_section .card ul.list_styleTwo li span {
    text-align: right;   
}

#payment_section.plan_section .right_animation {
    position: absolute;
    top: 0px;
    right: -250px;
    z-index: -1;
}

#payment_section.plan_section .right_animation img {
    width: 550px;
    display: block;
}

#payment_section.plan_section .right_animation img:nth-child(1) {
    transform: rotate(65deg);
}

#payment_section.plan_section .right_animation img:nth-child(2) {
    width: 180px;
    margin: -100px 0px -100px 250px;
    transform: rotate(80deg);
}

#payment_section.plan_section .right_animation img:nth-child(3) {
    
}

#product_section .card_styleFour.free_trial .card-header,
#ourBlog_section .row:nth-child(2) .col-12:first-child .card_styleFour .card-header {
    height: 400px;
}

#registration_page .animate_content {
    position: absolute;
    top: 50%;
    right: -250px;
    transform: translate(0, -50%);
    opacity: 0.5;
    z-index: -1;
}

#registration_page .animate_content ul.animate_list {
    height: 280px;
    transform: rotate(45deg);
}

#login_page .machine_img {
    position: absolute;
    /*margin-left: -5%;*/
    width: auto;
    height: 100%;
}


#product_section .card_styleSix .card_img {
    max-height: 200px;
}


/***************** DASHBOARD CSS *****************/


.dashboard_product {
    overflow: auto;
    padding: 15px;
}

.dashboard_product ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    align-items: center;
}

.dashboard_proHead,
.pro_content ul {
    min-width: 900px;
    padding: 20px 15px;
    border: 0px;
    border-radius: 15px;
    /*background-color: #f6f8fc;*/
    box-shadow: 0px 0px 6px rgb(77 107 216 / 20%);
}

.pro_content ul + ul {
    margin-top: 30px;
}

.dashboard_proHead ul li {
    font-weight: 600;
}

.dashboard_product ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0px 5px;
    word-break: break-all;
}

.dashboard_product ul li:first-child {
    max-width: 25%;
}

.dashboard_product ul li:nth-child(2) {
    max-width: 12%;
}

.dashboard_product ul li:nth-child(3) {
    max-width: 17%;
}

.dashboard_product ul li:nth-child(4) {
    max-width: 30%;
}

.dashboard_product ul li:last-child {
    max-width: 16%;
    text-align: right;
}

.dashboard_product ul li a {
    color: inherit !important;
}

.dashboard_product ul li.actions button {
    border: 0px;
    background: transparent;
    padding: 0px;
    outline: none;
}

.dashboard_product ul li.actions a,
.dashboard_product ul li.actions button {
    color: inherit !important;
    margin: 0px 3px;
}

.dashboard_product ul li.actions a i,
.dashboard_product ul li.actions button i {
    font-size: 18px;
}

ul.cart_list li #new_subtotal h4 {
    font-weight: 900 !important;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.2em !important;
}


#cart_section ul.cart_list li #new_subtotal span.product_totalPrice,
#cart_section .product_subTotal strong {
    font-weight: 900;
}


#cart_section ul.list_styleTwo li.cart_total strong {
    font-size: 18px;
    font-weight: 900;
}

#cart_section ul.list_styleTwo li.cart_total strong small {
    font-size: 12px;
}

#cart_section ul.list_styleTwo li.cart_total span#tax-total-amount {
    font-size: 1.25rem;
    font-weight: 900;
}



/***************** COMMON CSS *****************/

.pos_unset {
    position: unset;
}

hr.hr_styleOne {
    border-top: 2px dashed rgb(0 0 0 / 25%);
    margin: 30px 0px;
}

.green_color {
    color: #1db101;
}

.red_color {
    color: #FF0000;
}

.btn_one,
.btn_two {
    /*background-image: linear-gradient(51deg,#19356c 50%,#4d6bd8 75%,#48dcdc 100%);*/
    display: inline-block;
    font-size: 16px;
    color: #ffffff !important;
    padding: 8px 36px;
    border-radius: 100px;
    background: #3799EB;
    background-color: #3799EB;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid transparent;
}

.btn_two {
    /*background-image: none !important;*/
    background-color: #ffffff !important;
    color: #333333 !important;
}

.btn_one:hover,
.btn_two:hover {
    background-image: none;
    background-color: #126CFF !important;
    color: #fff !important;
    box-shadow: 1px 2px 1px rgb(255 255 255 / 50%);
}

.bg-standard-blue {
    background-color: #126CFF!important;
}

.btn-sign_up {
    display: inline-block;
    font-size: 14px;
    color: #ffffff !important;
    padding: 5px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid transparent;
}
.btn-sign_up:hover {
    color: #fff !important;
}

/*.btn_two:hover {*/
/*    box-shadow: -5px -5px 15px rgb(255 255 255 / 90%), 4px 4px 12px rgb(57 65 124 / 20%);*/
/*}*/

.btn_border {
    border: 1px solid #999 !important;
}

.heading_one {
    font-weight: 300 !important;
    font-size: 46px;
    line-height: 1.25em;
}

.heading_two,
.heading_three,
.heading_four,
.heading_five,
.heading_six {
    font-weight: 300 !important;
    font-size: 25px;
    line-height: 1.5em;
}

.heading_two {
    font-size: 40px; 
}

.heading_three {
    font-size: 36px;
}

.heading_four {
    font-size: 28px;
}

.heading_five {
    font-size: 22px;
}

.heading_six {
    font-size: 18px;
}

.para_styleOne {
    font-size: 18px;
    line-height: 1.5em;
}

.grey_txt {
    color: #9e9e9e;
}

.list_styleOne {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px auto;
    width: 440px;
    text-align: left;
}

.list_styleOne li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 200px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 5px 15px;
}

.list_styleOne li i.fal {
    color: #4d6bd8;
    margin-right: 5px;
}

ul.common_list,
ul.list_styleTwo,
ul.animate_list,
ul.cart_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.list_styleTwo li {
    display: table !important;
    width: 100%;
}

ul.list_styleTwo li strong,
ul.list_styleTwo li span {
    width: 50%;
    display: table-cell;
    font-weight: 600;
}

ul.list_styleTwo li i {
    font-size: 10px;
    color: #3858f4;
    padding-right: 10px;
    display: table-cell;
}

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

ul.filter_list li {
    display: inline-block;
    margin: 5px;
}

ul.filter_list li a.filter-button {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: transparent;
    color: #747474 !important;
    border-radius: 8px !important;
    padding: 15px 20px;
}

ul.filter_list li a.filter-button.active {
    background-color: #ffffff;
    color: #4d6bd8 ;
    box-shadow: -6px -6px 10px rgb(77 107 216 / 3%), 5px 5px 10px rgb(77 107 216 / 20%) !important;
}

ul.filter_list li a.filter-button.active:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
}

ul.filter_list li a.filter-button i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

ul.animate_list li {
    display: inline-block;   
    max-width: 180px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: -6px -6px 20px rgb(77 107 216 / 3%), 5px 5px 20px rgb(77 107 216 / 30%);
    margin: 20px 10px;
}

ul.cart_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

ul.cart_list li .avatar_box {
    max-width: calc(100% - 150px);
}

ul.cart_list li #new_subtotal {
    max-width: 150px;
}

.form-control {
    border-color: #D6D6D6 !important;
    color: #929292 !important;
    border-radius: 3px !important;
}

.form-control:hover,
.form-control:focus,
#cardNumber:hover,
#cardNumber:focus,
#cardExpiry:hover,
#cardExpiry:focus,
#cardCvc:hover,
#cardCvc:focus {
    border-color: #D9F1FF !important;
}

select.form-control:hover,
select.form-control:focus {
    border-color: #3799EB !important;
}

/*.card {*/
/*    background-color: transparent;*/
/*}*/

.card a.btn_one {
    color: #ffffff !important;
}

.card a.btn_two {
    color: #333333 !important;
}

.card a.btn_two:hover {
    color: #fff !important;
}

.plainCard {
    border: 0px;
    border-radius: 15px;
    box-shadow: -4px -4px 12px rgb(57 65 124 / 20%), 4px 4px 12px rgb(57 65 124 / 20%);
}

.card_styleOne {
    border: 0px;
    background-color: transparent;
}

.card_styleOne img.img_two {
    max-width: 145px;
    position: absolute;
    right: 10px;
    top: -15px;
}

.card_styleOne .card-body .card-title {
    font-size: 22px;
    line-height: 1em;
    /*font-weight: 400;*/
    text-align: center;
}

.card_styleTwo {
    padding: 20px 5px 15px;
    background-color: #f7f8fc;
    box-shadow: -7px -7px 14px rgb(255 255 255 / 80%), 7px 7px 14px rgb(77 107 216 / 30%);
    border: 0px;
    border-radius: 15px;
    margin: 0px 0 0 0;
    text-align: center;
    cursor: pointer;
}

.card_styleTwo img {
    width: auto;
    max-width: 100%;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    margin: 0 auto;
}

.card_styleTwo .card-body .card-title {
    font-size: 16px;
    line-height: 1.5em;
}

.card_styleTwo:hover {
    background-color: #f7f8fc;
    box-shadow: -2px -2px 5px rgb(255 255 255 / 90%), 2px 2px 4px rgb(57 65 124 / 20%);
    transform: translateY(3px);
}

.card_styleThree {
    height: 100%;
    padding: 30px;
    border: 0px;
    border-radius: 15px;
    background-color: #f6f8fc;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    box-shadow: -6px -6px 20px rgb(77 107 216 / 3%), 5px 5px 20px rgb(77 107 216 / 30%);
}

.card.card_styleThree.active {
    background-image: linear-gradient(180deg, #48dcdc 0%, #19356c 100%);
    color: #eeeeee;
}

.card_styleThree .card-body .card-title {
    /*font-weight: 600;*/
    font-size: 44px;
    line-height: 1em;
    margin: 80px 0px 20px;
}

.card.card_styleThree.active .card-body .card-title {
    color: #ffffff;
}

.card_styleThree .card-body .card-price {
    font-size: 50px !important;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
}

.card_styleThree .card-body .card-price span {
    font-size: 50%;
    /*font-weight: 900;*/
}

.card_styleThree .card-body a.btn {
    font-size: 16px;
    margin: 40px 0px 20px;
    display: inline-block;
    /*box-shadow: none;*/
}

.card_styleThree .card-header,
.card_styleThree .card-footer {
    border: 0px;
}

.card_styleFour {
    height: 100%;
    border: 0px;
    background: #f6f8fc;
    border-radius: 15px;
    box-shadow: -7px -7px 14px rgb(255 255 255 / 80%), 7px 7px 14px rgb(77 107 216 / 30%);
    overflow: hidden;
}

.card_styleFour .card-header {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    height: 200px;
    overflow: hidden;
}

.card_styleFour .card-header img,
.card_styleFive .card-leftSection .card_img img,
.card_styleSix .card_img img,
.avatar_box .avatar_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_product .card_styleSix .card_img img {
    object-fit: contain;
    object-position: left;
}

.card_styleFour .card-body .card-title {
    font-size: 20px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.card_styleFour a {
    color: inherit !important;
    transition: color 400ms, background-color 400ms;
    text-decoration: none;
}

.card_styleFour a:hover {
    color: inherit;
}

.card_styleFour .card-footer {
    background-color: transparent;
    border: 0px;
    padding: 5px 20px 25px;
}

.card_styleFive {
    border: 0px;
    flex-direction: row;
}

.card_styleFive .card-leftSection,
.card_styleFive .card-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.card_styleFive .card-leftSection {
    max-width: 150px;
    text-align: center;
}

.card_styleFive .card-body {
    max-width: calc(100% - 150px);
    padding-left: 30px !important;
}

.card_styleFive .card-leftSection .card_img,
.card_styleSix .card_img,
.img_styleOne {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: -6px -6px 20px rgb(77 107 216 / 3%), 5px 5px 20px rgb(77 107 216 / 30%);
}

.card_styleFive .card-leftSection a.btn_one {
    padding: 8px 16px;
    font-size: 14px;
}

.card_styleFive .card-body .card-title {
    /*font-weight: 600;*/
    font-size: 22px;
}

.card_styleFive .card-body ul {
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
    color: #555371;
    font-size: 14px;
}

.card_styleSix {
    border: 0px;
    height: 100%;
}

.card_styleSix a {
    color: inherit !important;
}

.card_styleSix .card-body {
    padding: 1rem !important;
}

.card_styleSix .card-body .card-title {
    font-size: 18px !important;
    line-height: 1.1 !important;
    min-height: 42px;
    margin: 0px 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main_product .card_styleSix .card-body .card-title {
    font-size: 22px !important;
}

.card_styleSix .card-body .card-title + p,
.card_styleSix .card-body .card-title + ul { 
    margin-top: 10px;
}

.card_styleSix .card-body ul {
    padding: 0px;
    margin: 0px 0px 0px;
    list-style-position: inside;
}

.card_styleSix .card-footer {
    border: 0px;
    background-color: transparent;
    padding: 0px 1rem 10px;
}

.card_styleSix .card-footer .card-price {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 5px 10px;
    line-height: 1.1em !important;
}

.main_product .card_styleSix .card-footer .card-price {
    font-size: 18px;
}

#video_section .btn_two,
.btn_shadow {
    box-shadow: -5px -5px 15px rgb(255 255 255 / 90%), 4px 4px 12px rgb(57 65 124 / 20%) !important;
}

.shadow_none {
    box-shadow: none !important;
}

.img_styleOne {
    max-width: 280px;
    display: inline-block;
}

ul.trusted_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

ul.trusted_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 160px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0px 5px;
    margin-top: 15px;
}

ul.trusted_list li img {
    height: 48px;
}

ul.trusted_list li span {
    display: block;
    font-size: 12px;
}

ul.trusted_list.style_two li {
    max-width: 80px;
    padding: 0px 2px;
}

ul.trusted_list.style_two li img {
    height: 25px;
    margin-bottom: 5px;
}

ul.plan_list {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.plan_list:before {
    content: " ";
    border-left: 2px dashed #126CFF;
    width: 0px;
    height: calc(100% - 60px);
    display: block;
    position: absolute;
    left: 25px;
}

ul.plan_list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.plan_list li + li {
    margin-top: 30px;
}

ul.plan_list li span,
ul.plan_list li .content_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

ul.plan_list li span {
    max-width: 50px;
    margin-right: 15px;
}

ul.plan_list li .content_box {
    max-width: calc(100% - 65px);
    font-size: 14px;
}

ul.plan_list li .content_box h2 {
    font-size: 16px !important;
    /*font-weight: 700;*/
    margin-bottom: 7px;
    text-transform: uppercase;
}

ul.plan_list li span i {
    background-color: #ffffff;
    border: 2px solid #126CFF;
    color: #126CFF;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
}

#newdomaintypeModal,
#createdomainModal,
#createsubdomainModal {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0.5;
}

#newdomaintypeModal .modal-dialog-centered,
#createdomainModal .modal-dialog-centered,
#createsubdomainModal .modal-dialog-centered {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.header-social-network .list-inline-item a i {
    padding: 7px 0px !important;
    display: block;
}

.author-bio .author-image {
    height: auto;
    margin-right: 20px;
    width: 50px;
}

.author-bio .author-image img {
    border-radius: 10px;
    height: auto;
    width: 100%;
}

#checkout_section .table td:nth-child(2),
#checkout_section .table td .input-group {
    min-width: 255px;
}

#checkout_section .table .product_title,
#checkout_section .table td .product_subTotal,
#checkout_section .table td h5 {
    font-size: 18px;
}

.icon-class-holder {
    transition: 1s all ease;
}

.content-visible .icon-class-holder {
    transform: rotate(180deg);
    transition: 1s all ease;
}

#current-cart-content {
    max-width: 300px;
    max-height: 300px;
    overflow: auto;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px 1px;
}

.hasBorder .border_left:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -8.33333333%;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #333;
}

#actionModal .modal-body {
    padding: 30px 30px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#actionModal .modal-body i {
    flex: 0 0 100%;
    max-width: 100px;
    width: 100%;
    font-size: 100px;
    color: #e84c24;
}

#actionModal .modal-body .modal_content {
    flex: 0 0 100%;
    max-width: calc(100% - 150px);
    width: 100%;
}

#actionModal .modal-footer {
    border-top: 0px;
    padding: 15px 30px 25px;
}

.owl-carousel {
    padding: 0px 50px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 25%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
    margin: 0px;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
}

.owl-theme .owl-nav button.owl-prev {
    float: left;   
}

.owl-theme .owl-nav button.owl-next {
    float: right;   
}

.owl-theme .owl-dots {
    /*display: none !important;*/
}


.main_product + .main_product {
    margin-left: 30px;
}

.avatar_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.avatar_box .avatar_img,
.avatar_box .avatar_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.avatar_box .avatar_img {
    max-width: 70px;
    border-radius: 10px;
 /*   box-shadow: 6px 6px 8px 0px rgb(0 0 0 / 50%);*/
    overflow: hidden;
}

.avatar_box .avatar_content {
    max-width: calc(100% - 70px);
    padding-left: 15px;
}

.avatar_box .avatar_content h5 {
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 1em !important;
    margin-bottom: 5px;
}

.width250_on767 {
    max-width: 250px;
}

.subscription-types .active{
    background-color:#3799eb !important;
    color: #fff !important;
}

.filterItem ul.common_list {
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.filterItem ul.common_list li:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.filterItem ul.common_list li a {
    display: block;
    padding: 10px;
}

.filterItem ul.common_list li a:hover {
    background-color: #da3b26;
    color: #fff !important;
    font-weight: 500;
}



/*#dashboard_section #manage_website table tr td span.small {*/
/*    font-size: 12px;*/
/*    margin-bottom: 0px;*/
/*    display: block;*/
/*}*/

/*#dashboard_section #manage_website table tr td.actions a,*/
/*#dashboard_section #manage_website table tr td.actions button {*/
/*    color: inherit !important;*/
/*    margin: 0px 3px;*/
/*}*/

/*#dashboard_section #manage_website table tr td.actions i {*/
/*    font-size: 18px;*/
/*}*/

/*#dashboard_section #manage_website table tr td.actions button {*/
/*    border: 0px;*/
/*    background: transparent;*/
/*    padding: 0px;*/
/*    outline: none;*/
/*}*/








/******** MEDIA QUERIES *********/

@media (max-width: 1560px) {
    
    .link_section {
        display: flex;
        flex-direction: column;
    }
    
    .link_section .bordered_custom {
        border: 2px solid #3799eb;
        border-radius: 100px;
        margin-top: 0.5rem !important;
    }
    
    .btn-custom:before {
        display: none !important;
    }

}

@media (min-width: 1480px) {
    
    .container {
        max-width: 1360px !important;
    }

}

@media (max-width: 1199.98px) {
    
    .heading_three,
    .heading_four,
    .heading_five,
    .heading_six,
    #footer.footer_styleOne #footer_top h1,
    .authincation .left_section .content_section h1,
    .h1, h1 {
        font-size: 36px !important;
        line-height: 1.2em !important;
    }
    
    #slider_section .heading_two span {
        font-size: 90px;
    }
    
    .para_styleOne,
    #footer.footer_styleOne #footer_top p,
    #checkout_section .table .product_title {
        font-size: 15px;
    }
    
    .card_styleOne img.img_two {
        max-width: 100px;
    }
    
    .card_styleThree {
        padding: 20px;
    }
    
    .card_styleThree .card-body .card-title {
        font-size: 36px;
        margin: 50px 0px 20px;
    }
    
    .card_styleThree .card-body .card-price {
        font-size: 40px;
        /*letter-spacing: -2px;*/
    }
    
    #footer.footer_styleOne #footer_top img {
        max-width: 200px;
    }
    
    .authincation .right_section .authincation-content .auth-form {
        padding: 0px 30px;
    }
    
    .table td, .table th {
        padding: 0.5rem !important;
    }
    
    #business_section {
        padding: 200px 0px;
    }
    
    #businessTabs_section .filter,
    #addon_section .filter {
        max-width: 100%;
    }
    
    #howDoesWork_section {
        padding-bottom: 50px;   
    }
    
    #wantAnotherPage_section {
        padding-top: 50px;   
    }
    
    #wantAnotherPage_section {
        padding-bottom: 100px;   
    }
    
    #solutions_section {
        padding: 100px 0px;
    }
    
}

@media (max-width: 991.98px) {
    
    body,
    .card_styleThree .card-body a.btn {
        font-size: 14px;
    }
    
    header.header_area nav.navbar a.navbar-brand {
        max-width: 200px;
    }
    
    .navbar-collapse {
        /*background-color: #eff3fd;*/
        padding-bottom: 15px;
    }
    
    nav.navbar .navbar-nav .nav-item + .nav-item {
        margin-left: 0px; 
    }
    
    nav.navbar ul.navbar-nav>.nav-item>a.nav-link,
    nav.navbar ul.navbar-nav>.nav-item>a.nav-link:hover {
        border-top: 0px;
        line-height: 1.5rem;
    }
    
    nav.navbar ul.navbar-nav>.nav-item>a.nav-link.active,
    nav.navbar ul.navbar-nav>.nav-item>a.nav-link:hover {
        background-color: #DBE9FF;
        color: #126CFF;
    }
    
    nav.navbar ul.navbar-nav>.nav-item.dropdown ul.dropdown-menu {
        background-color: #929292;
        border-radius: 0px;
        padding: 5px 10px;
    }
    
    .authincation .right_section .authincation-content .auth-form {
        min-width: 300px;
        padding: 0px 0px;
    }
    
    .home_slider .owl-stage .owl-item .item .inner_container .content {
        padding: 25px 10px 15px !important;
    }
    
    #wantAnotherPage_section {
        padding-bottom: 120px;
    }
    
    #wantAnotherPage_section .cardBoxes .col-12 {
        margin: 0px 0px 30px !important;
    }
    
    .heading_one,
    .authincation .right_section .authincation-content .auth-form h1 {
        font-size: 36px;
    }
    
    .heading_three,
    .heading_four,
    .heading_five,
    .heading_six,
    #footer.footer_styleOne #footer_top h1,
    .authincation .left_section .content_section h1,
    .h1, h1 {
        font-size: 28px !important;
        line-height: 1.2em;
    }
    
    #slider_section .heading_two span {
        font-size: 75px;
    }
    
    .card_styleFour .card-body .card-subTitle {
        font-size: 14px;
    }
    
    #video_section p.big_txt,
    #getOnline_section p.big_txt,
    #video_section .big_txt,
    .card_styleFour .card-body .card-title {
        font-size: 18px;
    }
    
    #howDoesWork_section,
    #wantAnotherPage_section {
        padding: 80px 0px 10px;
    }
    
    #wantAnotherPage_section {
        padding-bottom: 80px;
    }
    
    #solutions_section,
    #latestNews_section {
        padding: 80px 0px;
    }
    
    .card-body {
        padding: 0.75rem;
    }
    
    .card_styleOne .card-body .card-title {
        font-size: 20px;
    }
    
    .para_styleOne,
    #footer.footer_styleOne #footer_top p,
    .authincation .right_section .authincation-content .auth-form h4 {
        font-size: 15px;
    }

    .card_styleTwo,
    .card_styleFour {
        box-shadow: -6px -6px 12px rgb(77 107 216 / 3%), 5px 5px 10px rgb(77 107 216 / 30%);
    }
    
    .card_styleThree {
        padding: 20px;
    }
    
    .card_styleThree .card-body .card-title {
        font-size: 28px;
        margin: 30px 0px 15px;
    }
    
    .card_styleThree .card-body .card-price {
        font-size: 34px;
    }
    
    .card_styleThree .card-body a.btn {
        margin: 25px 0px 10px;
    }
    
    .card_styleFour .card-header {
        height: 170px;
    }
    
    #product_section .card_styleFour.free_trial .card-header,
    #ourBlog_section .row:nth-child(2) .col-12:first-child .card_styleFour .card-header {
        height: 270px;
    }
    
    #solutions_section .card_styleThree .card-body .card-title {
        font-size: 28px !important;
        height: 55px;
    }
    
    #solutions_section .card_styleThree .card-body .card-text {
        height: 125px;
        min-height: 125px;
    }
    
    #footer.footer_styleOne #footer_top img {
        max-width: 200px;
    }
    
    .card_styleFive .card-leftSection {
        max-width: 125px;
    }
    
    .card_styleFive .card-body {
        max-width: calc(100% - 125px);
        padding-left: 20px !important;
    }
    
    .card_styleFive .card-body .card-title {
        /*font-weight: 600;*/
        font-size: 18px;
    }
    
    .btn_one,
    .btn_two {
        font-size: 14px;
        padding: 8px 24px;
    }  
    
    .authincation .right_section .authincation-content .auth-form form .btn {
        height: 42px !important;
    }
    
    #business_section {
        padding: 150px 0px;
    }
    
    #login_page .machine_img {
        margin-left: -35%;
    }
    
    .home_slider .owl-stage .owl-item .item .inner_container .content h3 {
        font-size: 16px !important;
        min-height: 36px;
    }
    
    ul.filter_list li {
        margin: 5px 2px;
    }
    
    ul.filter_list li a.filter-button {
        font-size: 12px;
        border-radius: 5px !important;
        padding: 10px 12px;
    }
    
    ul.filter_list li a.filter-button i {
        font-size: 18px;
    }
    
    .main_product + .main_product {
        margin-left: 0px;
    }
    
    #dashboard_section,
    #video_section,
    #business_section,
    #businessTabs_section,
    #feature_section,
    #card_section,
    #getOnline_section,
    #easilyDesign_section,
    #letsTalk_section,
    #payment_section,
    #ourBlog_section,
    #login_page,
    #registration_page,
    #resetpass_page,
    #registrationSuccess_page,
    #cart_section,
    #checkout_section,
    #product_section,
    #addon_section {
        padding: 60px 0px;
    }
    
    ul.plan_list:before {
        height: calc(100% - 70px);
        left: 20px;
    }
    
    ul.plan_list li span {
        max-width: 40px;
        margin-right: 10px;
    }
    
    ul.plan_list li span i {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 38px;
    }
    
    ul.plan_list li .content_box {
        max-width: calc(100% - 50px);
        font-size: 12px;
    }

    
}


@media (max-width: 767.98px) {
    
    header.header_area nav.navbar a.navbar-brand {
        max-width: 170px;
    }
    
    #video_section .btn_section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #video_section .btn_section a.btn.mr-4 {
        margin: 0px 0px 15px !important;
    }
    
    .heading_one,
    .authincation .right_section .authincation-content .auth-form h1 {
        font-size: 28px;
    }

    .heading_three,
    .heading_four,
    .heading_five,
    .heading_six,
    #footer.footer_styleOne #footer_top h1,
    .h1, h1 {
        font-size: 24px !important;
        line-height: 1.3em !important;
    }
    
    #slider_section .heading_two span {
        font-size: 40px;
    }
    
    .h2, h2 {
        font-size: 20px !important;
    }
    
    #slider_section .d-inline + .d-inline {
        margin: 10px 0px 0px;
        display: block !important;
    }
    
    .authincation .left_section,
    .authincation .right_section .authincation-content {
        padding: 100px 0px;
    }
    
    #video_section p.big_txt,
    #getOnline_section p.big_txt,
    #video_section .big_txt,
    .card_styleFour .card-body .card-title,
    #checkout_section .table .product_title,
    #checkout_section .table td .product_subTotal,
    #checkout_section .table td h5 {
        font-size: 16px;
    }
    
    #business_section {
        padding: 150px 0px;
    }
    
    body.feature-bnb_page #business_section {
        padding: 100px 0px 150px;
    }
    
    body.feature-bnb_page #business_section.grey_bg {
        padding: 100px 0px !important;
    }
    
    #login_page .machine_img {
        position: relative;
        margin-left: 22%;
    }
    
    .card_logo {
        max-width: 180px;
    }
    
    .left_box,
    .right_box,
    .left_animation,
    .right_animation {
        display: none !important;
    }
    
    .home_slider .owl-stage .owl-item .item {
        box-shadow: -6px -6px 12px rgb(255 255 255 / 80%), 6px 6px 12px rgb(77 107 216 / 30%) !important;
    }
    
    .home_slider .owl-stage .owl-item .item .inner_container .link_section {
        padding: 0 10px 15px 10px !important;
    }
    
    .home_slider.owl-theme .owl-nav {
        top: 50% !important;
    }
    
    .owl-theme .owl-nav button.owl-prev,
    .owl-theme .owl-nav button.owl-next {
        background-color: #fff !important;
        color: #333 !important;
        opacity: 0.8;
    }
    
    .owl-theme .owl-nav button.owl-prev:hover,
    .owl-theme .owl-nav button.owl-next:hover,
    .owl-theme .owl-nav button.owl-prev:focus,
    .owl-theme .owl-nav button.owl-next:focus {
        background-color: #fff !important;
        color: #333 !important;
        opacity: 1;
    }
    
    .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 3px 3px !important;
    }
    
    .home_slider .owl-dots .owl-dot.active span,
    .home_slider .owl-dots .owl-dot:hover span {
        height: 10px;
        width: 10px;
        margin: 1px 4px!important;
    }
    
    .card_styleOne .card_imageDiv {
        max-width: 260px;
        position: relative;
        margin: 0 auto;
    }
    
    #businessTabs_section .filter .row .col-12,
    #addon_section .filter .row .col-12 {
        padding: 0px 15px;
    }


    
}



@media (max-width: 575.98px) {
    
    .authincation .left_section,
    .authincation .right_section .authincation-content {
        padding: 50px 0px;
    }
    
    .authincation .right_section .authincation-content .auth-form {
        min-width: 280px;
    }
    
    body.feature-bnb_page #business_section.grey_bg .nav-pills .nav-link {
        font-size: 12px;
        padding: 10px 5px;
    }
    
    body.feature-bnb_page #business_section.grey_bg .nav-pills .nav-link i {
        font-size: 16px;
    }
    
    body.feature-bnb_page #business_section.grey_bg .tab-content .tab-pane h4 {
        font-size: 26px;
        letter-spacing: -0.5px;
    }
    
    .card_styleFive {
        flex-direction: column;
    }
    
    .card_styleFive .card-leftSection, 
    .card_styleFive .card-body,
    .list_styleOne li {
        max-width: 100%;
    }
    
    .card_styleFive .card-body {
        padding-left: 0px !important;
        padding-top: 20px !important;
    }
    
    ul.filter_list li {
        margin: 5px;
    }
    
    ul.filter_list li a.filter-button {
        padding: 7px 10px;
    }
    
    ul.filter_list li a.filter-button i {
        font-size: 16px;
    }
    
    #product_section .card_styleFour.free_trial .card-header,
    #ourBlog_section .row:nth-child(2) .col-12:first-child .card_styleFour .card-header {
        height: 170px;
    }
    
    .main_product {
        text-align: center; 
    }
    
    .main_product .card_styleSix .card_img img {
        object-position: center;
    }
    
    .owl-carousel {
        padding: 0px 30px;
    }
    
    #product_section .owl-item .card_styleSix,
    #addon_section .owl-item .card_styleSix {
        margin: 0px 10px;
        text-align: center;
    }
    
    #product_section .owl-item .card_styleSix .card_img,
    #addon_section .owl-item .card_styleSix .card_img {
        box-shadow: -3px -3px 12px rgb(77 107 216 / 3%), 3px 3px 12px rgb(77 107 216 / 30%);
    }
    
    #businessTabs_section .filter .card_styleSix,
    #addon_section .filter .card_styleSix {
        text-align: center;
    }
    
    #businessTabs_section .filter .card_styleSix .card_img,
    #addon_section .filter .card_styleSix .card_img {
        max-width: 240px;
        margin: 0 auto;
    }
    
    
}





@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; 
    }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
}
    

/* sticky cart */

.sticky-cart-container {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999999;
    transform: translateY(-50%);
}

.sticky-cart-container .hide_cart_div {
    writing-mode: tb-rl;
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 20%);
    padding: 8px 4px 8px 4px;
    border-radius: 15px;
    transform: rotate(180deg);
    cursor: pointer;
    background: white !important;
}
.cart-content-holder table{
    background-color: #ffffff;
}

.page-item.active .page-link{
    color:#ffffff !important;
}

.btn-custom:before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../../../custom/info.png);
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 8px;
}

.btn-custom-secondary {
    line-height: 40px;
}

.btn-custom-secondary i {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    color: #00358C;
    font-size: 40px;
}

.home_slider .owl-stage .owl-item .item .inner_container .link_section a.btn.btn-custom2 {
    float: right;
    background: #3799EB;
    color: #fff!important;
    padding: 5px 22px!important;
    border-radius: 10px;
    font-size: 12px;
}

.home_slider .owl-stage .owl-item .item .inner_container .link_section a.btn.btn-custom2:hover {
    color: "#fff";
}

.home_slider .owl-stage .owl-item .item .inner_container .link_section:after {
    clear: both;
    display: block;
    content: "";
}

.custom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ribbon-top-right {
	position: relative;
	text-align: center;
	color: #f0f0f0;
	top: -6%;
	right: -38%;
	background-color: #FF0000;
    width: 176px;
    height: 26px;
    border-radius: 5px;
    transform: rotate(43.84deg);
    font-size: 14px;
}

.rounded-4 {
    border-radius: 0.6rem!important;
}
