/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
    color: #444444;
}

a {
    color: #F1880D;
    text-decoration: none;
}

a:hover {
    color: #00a6eb;
    text-decoration: none;
}

.text-muted a {
    color: #767474;
}

.text-success {
    font-size: 16px;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}

h3.authTitle {
    font-size: 20px;
    font-weight: 600;
}

.dashb .login .form-control {
    font-size: 14px;
    padding: 9px 27px;
}

.dashb .login .socialButtons a {
    /* color: white; */
    /* opacity: 0.9; */
    margin-left: 10px;
    background: Transparent;
    color: #F1880D;
    border-radius: 4px;
    padding: 0;
    text-align: right;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: 0;
    margin-top: 20px;
}

.login a {
    color: #F1880D;
}

.login .fa {
    color: #00a6eb;
}

.loginForm .checkbox {
    font-size: 14px;
}

.loginForm .checkbox input {
    margin-right: 8px;
}

.input-group-addon {
    position: absolute;
    z-index: 20;
    top: 9px;
    left: 9px;
}

.dashb .login input:focus {
    outline: none;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.dashb .form-control {
    font-size: 14px;
    padding: 9px 10px;
}

.btn.btn-primary.btn-lg.btn-block {
    margin-left: 0;
    margin-top: 20px;
    background: #00a6eb;
    border: 0;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.btn.btn-primary.btn-lg.btn-block:focus {
    outline: none;
}

.dashb .btn-info:active:focus {
    box-shadow: none;
}

.dashb .btn-info:focus {
    box-shadow: none;
}

.help-block {
    font-size: 12px;
    color: #e03a3c;
}

.dashb .tab-group .active a,
.dashb .tab-group a:hover {
    background: #F1880D;
    color: #fff;
    border-radius: 4px;
}

.outti .img-fluid {
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.btn.btn-primary.btn-lg.btn-block:hover,
.btn.btn-primary.btn-lg.btn-block:hover {
    background: #000;
    color: #ffffff;
}

.dashb .login .socialButtons a:hover {
    color: #000;
}

#agent-user label,
#normal-user label {
    position: relative;
    left: 0;
}

.vnn .tab.active {
    background: #000;
}

.vnn .tab-group li a {
    background: transparent;
}

#agent-user .radio-button__custom-indicator::after {
    background-color: #00a6eb;
}

#agent-user .form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none;
}

#agent-user a {
    color: #F1880D;
}

.dashb .form {
    padding: 0;
}

.dashb .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.dashb .tab-content {
    background: #fff;
    padding: 25px;
}

.info-box.bg-white {
    margin-top: 50px;
    border-radius: 5px;
    padding: 20px;
}

.dashb.vnn {
    background-image: url(../img/205.jpg);
    background-position: center left;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
    position: relative;
}

.elementor-background-overlay {
    background-color: rgb(255 179 91 / 78%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.dashb .container.vn {
    max-width: 1170px;
    font-family: 'Inter', sans-serif;
    display: none;
}

#agent-user .form-group,
#normal-user .form-group {
    margin-bottom: 10px;
}

.vnn .form {
    background: #fff;
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: none;
}

.dashb .radio-button {
    margin-bottom: 10px;
    margin-top: 14px;
    display: block;
}

#agent-user h1,
#normal-user h1 {
    font-size: 18px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #F1880D;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.about {
    background: url(../img/kk.png) top right no-repeat;
}

.forlist {
    background: url(../img/gg.png) top center no-repeat;
}

.back-to-top:hover {
    background: #F1880D;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .columns-sm-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

#header.header-scrolled {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #111111;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
}

#header .logo a span {
    color: #F1880D;
}

#header .logo img {
    max-height: 40px;
}


/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/

.get-started-btn.scru {
    background: #00a6eb;
}

.get-started-btn {
    margin-left: 10px;
    background: #F1880D;
    color: #fff;
    border-radius: 4px;
    padding: 8px 10px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.get-started-btn:hover {
    background: #111111;
    color: #fff;
}

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 26px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #00a6eb;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #e03a3c;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: #111111;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

.container {
    position: relative;
}

@media (max-width: 991px) {
    #tabs .nav-item.col-2 {
        width: 23%;
    }
    .tabs .nav-link h4 {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }
    .mt-3.mt-lg-0 {
        margin-top: 0!important;
    }
    .about .mainpic {
        height: 100%;
        width: 100%;
        display: flex;
    }
    .row.no-gutters .mainpic img {
        height: 61%;
        border-radius: 100%;
        border: 1px dashed #ddd;
        margin: 0 auto;
    }
    .coral {
        position: relative;
        margin-bottom: 23px;
        border-radius: 10px;
        height: 172px;
        overflow: hidden;
    }
    .pricing .box h3 {
        font-weight: 400;
        height: 145px!important;
        overflow: hidden;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .counts .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        border-radius: 4px;
        display: flex;
        /* display: inline-block; */
    }
    .count-box .img-fluid {
        width: auto;
    }
    .subscribe-form .xc {
        width: 100px;
        margin-top: 23px;
        padding: 5px 10px!important;
        border-radius: 10px;
        background: #00a6eb!important;
        color: #fff;
        border: none;
    }
    .subscribe-form .col-md-7.col-sm-6.col-sx-12 {
        width: 100%;
    }
    .container.forserch input {
        background: transparent;
        width: 100%;
        padding: 10px 0 10px 10px!important;
        border: 0;
        font-size: 14px;
        border: 1px solid #ddd!important;
    }
    .container.forserch input {
        background: transparent;
        width: 100%;
        padding: 10px 0 10px 10px!important;
        border: 0;
        font-size: 14px!important;
    }
    .d-none.d-lg-block {
        display: block!important;
    }
    .container.forserch select {
        color: #6c6b6b;
        width: 100%;
        background: transparent;
        border: 0;
        margin: 0 0;
        padding: 11px 10px 11px 0;
        font-size: 14px;
        border: 1px solid #ddd!important;
    }
    .subscribe-form .col-md-3.col-sm-6.col-sx-12 {
        width: 100%;
        margin-bottom: 20px;
    }
    .subscribe-form label {
        display: flex;
        color: #00a6eb;
        padding-left: 0!important;
        font-size: 14px;
    }
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #e03a3c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #e03a3c;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.coral .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/ss.png") top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 82px;
}

#hero:before {}

#hero h1 {
    margin: 60px 0 0 0;
    font-size: 48px;
    font-weight: 400;
    color: #000;
    font-family: 'Russo One', sans-serif;
}

#hero h2 {
    color: #000;
    margin: 10px 0 0 0;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #e03a3c;
    border: 2px solid #e03a3c;
}

#hero .btn-get-started:hover {
    background: transparent;
    border-color: #fff;
}

@media (max-width: 768px) {
    #hero {
        text-align: center;
        padding-top: 58px;
    }
    #hero h1 {
        font-size: 28px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.section-title {
    padding-bottom: 30px;
    position: relative;
}

.section-title h2 {
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #00a6eb;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

.section-title h2::after {}

.section-title p {
    margin-bottom: 0;
}

.section-bg {
    padding: 120px 0;
    color: #fff;
}

.pulse-d h3 a {
    font-size: 16px;
}

.pulse-d h3 {
    line-height: 10px;
    ;
}

.pulse-d p {
    font-size: 12px;
    margin-bottom: 5px;
}

.figure {
    display: inline-block;
    font-size: 12px;
}

.josh {
    width: 25%;
}

p.rigb {
    padding: 10px 0 0 0;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.jos,
.rig {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.section-bg:before {
    content: "";
    background: #1b1b1b;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background: #2b2b2b;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol a {
    color: #aaaaaa;
}

.breadcrumbs ol a:hover {
    color: #fff;
    transition: 0.3s;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #e03a3c;
    content: "/";
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e03a3c;
}

.clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
}

.clients .swiper-slide img:hover {
    opacity: 1;
    filter: none;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#testimonials .section-title {
    text-align: center;
    color: #fff;
}

#testimonials {
    background-color: #034B80;
}
#subscription {
    background-color: #84c4f1;
}
.justify-content-center {
    justify-content: center !important;
}
.group-20 {
    margin-bottom: -1.25rem;
    margin-left: -1.25rem;
}
.group-20>* {
    margin-top: 0;
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.about .container {
    position: relative;
    z-index: 10;
}

.about .content {
    padding: 30px 30px 30px 0;
}

.about .content h3,
#forlist h3 {
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 30px;
    font-family: 'Russo One', sans-serif;
}

.forlist .get-started-btn {
    margin-left: 0;
}

.about .content p {
    margin-bottom: 30px;
}

.about .content .about-btn {
    padding: 8px 30px 9px 30px;
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    background: #00a6eb;
}

.coral.cagess img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.coral img {
    border-radius: 10px;
}

.coral.cagess {
    height: 424px;
    overflow: hidden;
}

.coral {
    position: relative;
    margin-bottom: 23px;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
}

.coral .btn-wrap {
    position: absolute;
    z-index: 22;
    bottom: 0px;
    left: 20px;
    overflow: hidden;
}

.graze {
    text-align: center;
    margin-top: 30px;
}

.about-btnnn:hover {
    color: #fff;
    background: #e03a3c;
}

.about-btnnn:hover {
    background: #000000;
}

.about-btnnn {
    padding: 8px 30px 9px 30px;
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    background: #00a6eb;
    width: auto;
}

.coral .btn-wrap .btn-buy {
    color: #fff;
}

.coral .btn-wrap p {
    color: #F1880D
}

.mainpic {
    height: 380px;
    width: 380px;
}

.mainpic img {
    height: 100%;
    border-radius: 100%;
    border: 1px dashed #ddd;
}

.about .content .about-btnn {
    padding: 8px 30px 9px 30px;
    color: #00a6eb;
    transition: 0.3s;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #00a6eb;
}

.about .content .about-btn i {
    font-size: 16px;
    padding-left: 5px;
}

.about .content .about-btn:hover {
    background: #111111;
}

.about .icon-boxes .icon-box {
    margin-top: 30px;
}

.about .icon-boxes .icon-box i {
    font-size: 40px;
    color: #e03a3c;
    margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}

@media (max-width: 1200px) {
    .about .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.outti {
    background: #fff;
    padding: 30px 7%;
    padding-top: 165px;
    border-top-right-radius: 20px;
}

.counts {
    padding-top: 20px;
    background: #034B80;
    position: absolute;
    width: 100%;
}

.pricing {
    background: #fff;
    padding: 30px 0;
    border-top-right-radius: 60px;
}

.corst {
    padding-left: 40px;
    color: #fff;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    border-radius: 4px;
    display: flex;
}

.counts .count-box i {
    font-size: 24px;
    background: #fff;
    color: #e03a3c;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.counts .count-box span {
    font-size: 18px;
    display: block;
    font-weight: 600;
    color: #fff;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/

.tabs .nav-tabs {
    border: 0;
    margin: 0;
}

.bi-person-plus {
    font-size: 18px;
}

.tabs {
    width: 78%;
    margin: 80px auto 0 auto;
}
.tabs.maila {
    width: 100%;
    margin: 80px auto 0 auto;
}

.tabs .nav-link {
    border: 0;
    padding: 15px 0;
    transition: 0.3s;
    color: #111111;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
}

.tabs .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.tabs .nav-link h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.tabs .nav-link:hover {
    color: #F1880D;
}

.tabs .nav-link.active {
    color: #F1880D;
    border-bottom: 2px solid #F1880D;
}

.nav-item.col-2 {
    padding: 0;
    margin-right: 5px;
}

@media (max-width: 768px) {
    #tabs .nav-item.col-2 {
        width: 23%;
    }
    .tabs .nav-link h4 {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }
    .mt-3.mt-lg-0 {
        margin-top: 0!important;
    }
    .d-none.d-lg-block {
        display: block!important;
    }
    .tabs .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
    .about .mainpic {
        height: 100%;
        width: 100%;
    }
    .coral {
        position: relative;
        margin-bottom: 23px;
        border-radius: 10px;
        height: 172px!important;
        overflow: hidden;
    }
    .pricing .box h3 {
        font-weight: 400;
        height: 145px!important;
        overflow: hidden;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .counts .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        border-radius: 4px;
        display: flex;
        /* display: inline-block; */
    }
    .count-box .img-fluid {
        width: auto;
    }
    .subscribe-form .xc {
        width: 100%;
        margin-top: 23px;
        padding: 5px 10px!important;
        border-radius: 10px;
        background: #00a6eb!important;
        color: #fff;
        border: none;
    }
    .subscribe-form .col-md-7.col-sm-6.col-sx-12 {
        width: 100%;
    }
    .container.forserch input {
        background: transparent;
        width: 100%;
        padding: 10px 0 10px 10px!important;
        border: 0;
        font-size: 14px;
        border: 1px solid #ddd!important;
    }
    .container.forserch input {
        background: transparent;
        width: 100%;
        padding: 10px 0 10px 10px!important;
        border: 0;
        font-size: 14px!important;
    }
    .container.forserch select {
        color: #6c6b6b;
        width: 100%;
        background: transparent;
        border: 0;
        margin: 0 0;
        padding: 11px 10px 11px 0;
        font-size: 14px;
        border: 1px solid #ddd!important;
    }
    .subscribe-form .col-md-3.col-sm-6.col-sx-12 {
        width: 100%;
        margin-bottom: 20px;
    }
    .subscribe-form label {
        display: flex;
        color: #00a6eb;
        padding-left: 0!important;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .about .mainpic {
        height: 100%;
        width: 100%;
    }
    .coral {
        position: relative;
        margin-bottom: 23px;
        border-radius: 10px;
        height: 172px!important;
        overflow: hidden;
    }
    .pricing .box h3 {
        font-weight: 400;
        height: 145px!important;
        overflow: hidden;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .counts .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        border-radius: 4px;
        display: flex;
        /* display: inline-block; */
    }
    .count-box .img-fluid {
        width: auto;
    }
    .subscribe-form .xc {
        width: 100%;
        margin-top: 23px;
        padding: 5px 10px!important;
        border-radius: 10px;
        background: #00a6eb!important;
        color: #fff;
        border: none;
    }
    .subscribe-form .col-md-7.col-sm-6.col-sx-12 {
        width: 100%;
    }
    .container.forserch input {
        background: transparent;
        width: 100%;
        padding: 10px 0 10px 10px!important;
        border: 0;
        font-size: 14px;
        border: 1px solid #ddd!important;
    }
    .container.forserch input {
        background: transparent;
        width: 100%;
        padding: 10px 0 10px 10px!important;
        border: 0;
        font-size: 14px!important;
    }
    .container.forserch select {
        color: #6c6b6b;
        width: 100%;
        background: transparent;
        border: 0;
        margin: 0 0;
        padding: 11px 10px 11px 0;
        font-size: 14px;
        border: 1px solid #ddd!important;
    }
    .subscribe-form .col-md-3.col-sm-6.col-sx-12 {
        width: 100%;
        margin-bottom: 20px;
    }
    .subscribe-form label {
        display: flex;
        color: #00a6eb;
        padding-left: 0!important;
        font-size: 14px;
    }
    .subscribe-form {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding: 12px;
    }
    .tabs .nav-link h4 {
        font-size: 10px;
        font-weight: 400;
        margin: 0;
    }
    #tabs .nav-item.col-2 {
        width: 23%;
    }
    .d-none.d-lg-block {
        display: block!important;
    }
    .mt-3.mt-lg-0 {
        margin-top: 0!important;
    }
    .tabs {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
    }
    #hero h2 {
        font-size: 13px;
        line-height: 24px;
    }
    #hero h1 {
        font-size: 24px;
    }
    #hero {
        text-align: center;
        padding-top: 120px;
    }
    #header .logo {
        font-size: 20px;
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }
    .get-started-btn {
        margin: 0 0 0 5px;
        padding: 4px 6px;
        font-size: 12px;
    }
    .outti {
        background: #fff;
        padding: 30px 7%;
        padding-top: 690px;
        border-top-right-radius: 20px;
    }
    #header .header-social-links.d-flex {
        display: none!important;
    }
    .tabs .nav-link {
        padding: 9px;
    }
    .tabs .nav-link i {
        font-size: 24px;
    }
}

.tabs .tab-content {
    margin-top: 0;
}

.subscribe-form label {
    display: flex;
    color: #00a6eb;
}

.tabs .container {
    padding: 0;
}

.tabs .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.tabs .tab-pane ul {
    list-style: none;
    padding: 0;
}

.tabs .tab-pane ul li {
    padding-bottom: 10px;
}

.tabs .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e03a3c;
}

.tabs .tab-pane p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #252525;
    transition: 0.3s;
}

.services .icon-box:hover {
    background: #2b2b2b;
}

.services .icon-box i {
    float: left;
    color: #e03a3c;
    font-size: 40px;
    line-height: 0;
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 a {
    color: #fff;
    transition: 0.3s;
}

.services .icon-box h4 a:hover {
    text-decoration: underline;
}

.services .icon-box .icon-box:hover h4 a {
    color: #e03a3c;
}

.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #e03a3c;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(17, 17, 17, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e03a3c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e03a3c;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
    width: 60px;
    border-radius: 50%;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
    position: absolute;
    top: -9%;
    left: 40%;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #034B80;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #fceaea;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: normal;
    margin: 30px auto 15px auto;
    font-size: 14px;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #F1880D;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
    margin-bottom: 26px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.pricing .box h3 {
    font-weight: 400;
    height: 207px;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.pricing .box h4 {
    font-size: 42px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .box h4 span {
    font-size: 16px;
    font-weight: 300;
}

.pricing .box ul {
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing .box ul li {
    padding-bottom: 16px;
}

.pricing .box ul i {
    color: #e03a3c;
    font-size: 18px;
    padding-right: 4px;
}

.pricing .box ul .na {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
}

.pricing .box .btn-wrap {
    position: relative;
    padding: 0 15px 15px 15px;
}

.bsc i {
    padding: 8px 10px 8px 13px;
    background: #00a6eb;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    position: absolute;
    top: -30px;
    right: 30px;
}

.pricing .box .btn-buy {
    display: inline-block;
    padding: 15px 0 5px 0;
    border-radius: 4px;
    color: #00a6eb;
    transition: none;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.nes {}

.pricing .box .btn-buy:hover {
    border-color: #fff;
}

.pricing .featured {
    background: #e03a3c;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: #e03a3c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 25px;
    cursor: pointer;
}

.faq .faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #F1880D;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #111111;
    margin: 0 3px;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    background: #e03a3c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.team .member .social a:hover {
    background: #111111;
}

.team .member .social i {
    font-size: 18px;
    line-height: 0;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #111111;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px 0 32px 0;
    border-radius: 4px;
}

.contact .info-box i {
    font-size: 32px;
    color: #e03a3c;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f8d4d5;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    border-radius: 4px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #111111;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #e03a3c;
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #e35052;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog {
    padding: 40px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #111111;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #e03a3c;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #777777;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #e03a3c;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #e35052;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #111111;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #5e5e5e;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #1e1e1e;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #e03a3c;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #111111;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(17, 17, 17, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #e03a3c;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #1e1e1e;
}

.blog .blog-pagination {
    color: #444444;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #111111;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #e03a3c;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #111111;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #e03a3c;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: #e34c4d;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #111111;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #e03a3c;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #111111;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #e03a3c;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #515151;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #c4c4c4;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #e03a3c;
    background: #e03a3c;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #ccc;
    font-size: 14px;
    background: #fff;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #e03a3c;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #646262;
    padding-right: 100px;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #000;
    padding-bottom: 12px;
    margin-top: 20px;
}

#footer .footer-top h4::after {}

.container.forserch select {
    width: 100%;
    background: transparent;
    border: 0;
    margin: 0 0;
    padding: 11px 10px 11px 0;
}

.subscribe-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
}

.container.forserch input {
    background: transparent;
    width: 100%;
    padding: 10px 0 10px 46px;
    border: 0;
    font-size: 16px;
}

.xc {
    width: 100%;
    margin-top: 23px;
    padding: 10px!important;
    border-radius: 10px;
    background: #00a6eb!important;
    color: #fff;
    border: none;
}

.xc::before {
    content: "\f52a";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

#dropdownMenuLink {
    font-size: 12px;
}

.subscribe {
    padding: 0;
    margin-top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #e9e6e6;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #646262;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #00a6eb;
}

#footer .footer-newsletter {
    font-size: 15px;
    color: #646262;
}

#footer .footer-newsletter ul li {
    list-style: none;
}

#footer .footer-newsletter ul li i {
    padding-right: 10px;
}

#footer .footer-newsletter ul {
    padding: 0;
}

.clli {
    color: #646262;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    border-radius: 4px;
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #e03a3c;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #e35052;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #F1880D;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    color: #00a6eb;
    text-decoration: none;
}

.header-social-links {
    margin-left: 6px;
    margin-right: 10px;
}

.header-social-links a {
    color: #00a6eb;
    display: inline-block;
    line-height: 0px;
    transition: 0.3s;
    padding-left: 20px;
}

.dashb .main-content {
    margin-left: 20px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 25px;
    padding: 30px 30px;
    filter: drop-shadow(0px 0px 2px rgba(0 0 0 / 30%));
    width: 79%;
}

.dashb {
    background: #fff;
}

.dashb #sidebar {
    min-height: calc(100vh - 70px);
    background: #272728!important;
    border-top-right-radius: 10px;
    border-left: 4px solid #f1880d;
    padding: 0;
    width: 250px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
}

.dashb {
    padding: 94px 0 10px 0!important;
}

.dashb .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.dashb h1.page-header {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 100;
    font-family: 'Russo One', sans-serif;
    letter-spacing: 1px;
}

.dashb li.nav-item {
    border-bottom: 0;
}

.listingSidebarLeftHeader {
    display: none;
}

.bg-white.vvv {
    padding: 30px;
    background: #00a6eb!important;
    border-radius: 5px;
    /* box-shadow: rgb(0 0 0 / 15%) -0.05px -3.05px 0.6px; */
    /* border: 2px solid #ddd; */
    /*  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 13px -1px;*/
}

.mcry {
    background: #f7f7f7!important;
    border-radius: 5px;
    /* box-shadow: rgb(0 0 0 / 15%) -0.05px -3.05px 0.6px; */
    /* border: 2px solid #ddd; */
    padding: 30px;
}

.main-small {
    position: relative;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.pulse.gold {
    position: absolute;
    background: #ff6876;
    border-top-left-radius: 10px;
    color: #fff;
    padding: 5px;
}

.mcry .section-title {
    padding-bottom: 0;
    position: relative;
}

.totalFoundListingTop {
    display: none;
}

.pulse-d p.tegana {
    font-size: 12px;
    margin-bottom: 5px;
}

.pulse.green {
    position: absolute;
    border-top-left-radius: 10px;
    background: #4e95fc;
    color: #fff;
    padding: 5px;
}

.va {
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
}

.pulse-d {
    padding: 0 20px;
}

.img-responsive {
    max-width: 100%;
}

.dashb .panel-heading {
    padding: 15px;
    margin: 10px 0;
}

.panel.panel-default {
    color: #000;
}

.dashb .login {
    background: #fff;
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
}

.nav-item.dropdown {
    position: absolute!important;
    top: -30px;
    right: 0;
}

.creating-ads-img-wrap .img-responsive {
    width: 100%;
}

.big-gall {
    background: rgb(237, 237, 237);
    max-width: 1700px;
    display: flex;
}

.big-gall-1 {
    width: 70%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.big-gall-2 {
    width: 30%;
    flex-wrap: wrap;
    height: 450px;
    overflow: hidden;
    padding: 20px 20px;
}

.big-gall-3 {
    width: 30%;
    overflow: hidden;
    margin-right: 3%;
    float: left;
}

.sd {
    position: relative;
}

.tsd {
    position: absolute;
    top: 50%;
    left: 35%;
}

.modern-single-ad-breadcrumb {
    padding: 0 0 0 0;
}

.breadcrumb li {
    padding-right: 5px;
    font-size: 10px;
}

h2.modern-single-ad-top-title {
    font-size: 26px;
    font-weight: 400;
    color: #F1880D;
    font-family: 'Russo One', sans-serif;
}

h6.cry a {
    background: #00a6eb;
    color: #fff;
    padding: 4px 10px;
    margin-right: 6px;
    font-size: 10px;
    border-radius: 5px;
}

h5.cryi {
    color: #000;
    padding: 0;
    margin-right: 6px;
    font-size: 10px;
}

h5.cryi i {
    color: rgb(86, 86, 86);
    padding: 0;
    margin-right: 2px;
    font-size: 10px;
}

.tsd a {
    color: #fff;
}

.rtty {
    display: inline-block;
}

.rttyu {
    display: inline-block;
    text-align: right;
}

.rttyuu {
    display: flex;
    margin-bottom: 24px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.rttyu h3 {
    font-size: 26px;
    font-weight: 400;
    color: #F1880D;
    font-family: 'Russo One', sans-serif;
}

.rttyu p {
    font-size: 10px;
    font-weight: 400;
    color: #ddd;
}

.modern-single-ad-top-description {
    display: none;
}

.single-at-a-glance .list-group {
    flex-direction: row;
}

.ads-detail.bg-white {
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ads-detail.bg-white h2 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 24px;
}

.ads-detail.bg-white .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    border: 0;
}

.ads-detail.bg-white .list-group-item i {
    display: block;
}

.ads-detail p {
    font-size: 12px;
}

#footer .footer-top .footer-contact h3 img {
    max-height: 40px;
    max-width: 41%;
}

.red {
    width: 100%;
    height: auto;
    border-radius: 5%;
    border: 3px solid #fff;
}

.dt-sc-agent-details {
    width: 67%;
    margin-top: 0;
    float: left;
}

.dt-sc-agent-details h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 15px;
}

.dt-sc-agent-contact {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
}

.dt-sc-agent-contact {
    float: left;
    clear: both;
    color: #fff;
    padding: 8px 0 8px 15px;
    border-radius: 5px;
    background-color: #00a6eb;
}

.dt-sc-agent-contact p {
    clear: both;
    margin: 5px 20px 5px 0;
}

.dt-sc-agent-contact p a {
    color: #fff;
    font-size: 13px;
}

.rdx {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.rdx a.ros {
    background: #F1880D;
}

.rdx a {
    padding: 5px 10px;
    background: #39b273;
    margin-left: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.big-gall-2 h1 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.modern-post-ad-call-to-cation {
    display: none;
}

.departments .nav-tabs {
    display: flex;
    justify-content: center;
    border: 0;
}

.departments .tab-content {
    padding: 0 10%;
}

.departments .nav-link {
    border: 0;
    padding: 15px 15px 5px 15px;
    color: #555555;
    border-radius: 0;
    border-left: 2px solid #fff;
    cursor: pointer;
    margin: 0;
}

.departments .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.departments .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
}

.departments .nav-link:hover h4 {
    color: #F1880D;
}

.departments .nav-link.active {
    background: #fffaf4;
    border-color: #F1880D;
}

.departments .nav-link.active h4 {
    color: #F1880D;
}

.departments .tab-pane.active {
    -webkit-animation: slide-down 0.5s ease-out;
    animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
    float: left;
    max-width: 300px;
    padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
    .departments .tab-pane img {
        float: none;
        padding: 0 0 15px 0;
        max-width: 100%;
    }
}

.departments .tab-pane h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #00a6eb;
}

.departments .tab-pane p {
    color: #777777;
}

.departments .tab-pane p:last-child {
    margin-bottom: 0;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.departments .tab-pane.active {
    position: relative;
    border-top: 2px solid #F1880D;
    padding: 35px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mapp {
    position: absolute;
    right: 35px;
}

.addedd {
    float: left;
    margin-right: 80px;
}

.tab-conddddtent {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 5px;
}

.addeddy {
    width: 48%;
    text-align: right;
    margin-right: 4%
}

.addeddy p {
    float: left;
}

.addeddy span {
    float: right;
}

.flu {
    display: flex;
    flex-wrap: wrap;
}

.flu h3 {
    width: 100%!important;
}

.tab-conddddtent.flu div:nth-child(odd) {
    margin-right: 0;
}

.addfffeddy {
    width: 100%;
    display: inline-block;
}

.pdp_suites_table-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.pdp_suites_table-header_expander {
    width: 40px;
    font-size: 24px;
    line-height: 1;
    color: #9c9c9c;
    text-align: center;
    cursor: pointer;
}

.pdp_suites_table-header_name,
.pdp_suites_table-header_use,
.pdp_suites_table-header_size,
.pdp_suites_table-header_rate {
    flex: 1;
}

.ratew h1 {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
}

.ratew span {
    float: right;
    font-weight: 600;
}

.ratew p {
    float: left;
}

.df .accordion {
    background-color: #eee;
    border-radius: 5px;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    padding: 20px 0;
    position: relative;
}

.df .accordion:hover {
    background-color: #ccc;
}

.df .accordion:after {
    content: '\002B';
    color: #F1880D;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
}

.df .accordion.active:after {
    content: "\2212";
}

.df .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.pdp_suites_table-item_name,
.pdp_suites_table-item_use,
.pdp_suites_table-item_size.ng-star-inserted,
.pdp_suites_table-item_rate {
    display: flex;
    flex: 1;
    align-items: center;
    padding-left: 22px;
}

.pdp_suites_table-item_view {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    text-align: right;
}

.pdp_suites_table-item_details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pdp_suites_table-item_details_info_wrapper {
    flex: 1;
    margin-bottom: 20px;
}

.pdp_suites_table-item_details_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 0 24px 0;
}

.pdp_suites_table-item_details_info {
    padding-left: 0;
    margin-bottom: 10px;
}

.pdp_suites_table-item_details_dotted-line {
    display: flex;
    align-items: flex-end;
}

.pdp_suites_table-item_details_info_name {
    font-weight: 400;
}

.pdp_suites_table-item_details_dotted {
    flex: 1;
    min-width: 5px;
    height: 12px;
    margin: 0 15px 3px;
    content: "";
    border-bottom: 2px dotted #d8d8d8;
}

.pdp_suites_table-item_details_actions {
    padding-right: 0;
    padding-left: 12px;
    margin-bottom: 30px;
    text-align: right;
    padding-top: 20px;
}

.suites_cta {
    display: flex;
    justify-content: flex-end;
}

.suites_cta_gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-left: 10px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}

.suites_cta_image {
    width: 100%;
    min-height: 60px;
    max-height: 80px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.suites_cta_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    background: #000;
    bottom: 0;
    display: flex;
    flex-grow: 1;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #d8d8d8;
    border-top: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.suites_cta_floorplans {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-left: 10px;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
}

.suites_cta_image {
    width: 100%;
    min-height: 60px;
    max-height: 80px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.suites_cta_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    border-top: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.departments .tab-pane img.suites_cta_image {
    float: none;
    max-width: 300px;
    padding: 0;
    border: 2px solid #00a6eb;
}

.suites_cta_floorplans {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-left: 10px;
    text-align: center;
    background-color: #fff;
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 74px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.column {
    float: left;
    height: 59px;
}

#myModal .column {
    float: left;
    height: 59px;
    width: 20%;
    overflow: hidden;
}

.kcolumn {
    display: flex;
}

.mySlides {
    height: 550px;
    overflow: hidden;
}

.ooverlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #00a6eb;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 444;
}

.box:hover .ooverlay {
    bottom: 0;
    height: 100%;
}

.ttextt {
    display: inline-block;
    position: absolute;
    top: 0.4rem;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    left: 0.4rem;
}

.ttext {
    color: white;
    font-size: 20px;
}

.hami {
    padding: 15px;
    font-size: 14px;
}

.hami h5 {
    font-weight: 700;
    font-size: 20px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

small,
.small {
    font-size: 14px;
    font-weight: 400;
}

.grid-item-light .attribute-label {
    vertical-align: top;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.btn-wrap p {
    margin-bottom: 0;
}

.btn-wrap p.small {
    font-size: 12px;
}

.departments .tab-pane#tab-3 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #00a6eb;
}

.departments .tab-pane#tab-3 .small {
    font-size: 12px;
}

.card {
    width: 400px;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.btr {
    border-top-right-radius: 5px !important;
}

.btl {
    border-top-left-radius: 5px !important;
}

.btn-dark {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-dark:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.nav-pills {
    display: table !important;
    width: 100%;
}

.nav-pills .nav-link {
    border-radius: 0px;
    border-bottom: 1px solid #0d6efd40;
}

.nav-item {
    display: table-cell;
}

.form {
    padding: 10px;

}

.form input {
    margin-bottom: 12px;
    border-radius: 3px;
}

.form input:focus {
    box-shadow: none;
}

.form button {
    margin-top: 20px;
}

.pricin .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #F1880D;
    /* background-color: #0d6efd; */
    background: #fff;
    font-weight: 600;
    padding: 12px;
    border-bottom: 1px solid #fff;
}

.pricin .btn-dark {
    color: #fff;
    background-color: #F1880D;
    border-color: #F1880D;
    font-weight: 600;
}

.pricin .btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.pricin .nav-pills .nav-link {
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    padding: 12px;
    font-weight: 600;
    color: #000;
    background: #f4f4f4;
}

.about .content h6 {
    font-weight: 600;
    font-size: 16px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #F1880D;
}

.about.fg {
    background: none;
    padding: 120px 0 30px 0;
}

.about.fg .content {
    padding: 0;
}

.row.no-gutters {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

form.main-f {
    display: flex;
    background: #f8f8f8;
    padding: 15px;
    margin-top: 30px;
    border-radius: 6px;
}

form.main-f .input-groupe {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: 10px;
}

label {
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}

form.main-f .input-groupe select {
    background: none;
    padding: 6px 10px;
    border: 1px solid #b2b2b2;
    color: #6e6e6e;
}

form.main-f .form-control {
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #b2b2b2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form.main-f .fff .form-control {
    width: 44%;
    /* padding: 9px 10px; */
    height: 40.6px;
    margin-top: 4px;
}

form.main-f .input-groupe.fff {
    display: flex;
}

form.main-f .btn.btn-default {
    background: #F1880D;
    color: #fff;
    padding: 5px 10px;
    width: 81%;
    height: 40.6px;
    margin-top: 22px;
}

form.main-f .btn.btn-default:hover {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    width: 81%;
    height: 40.6px;
    margin-top: 22px;
}

section.featured-services {
    padding: 0 0 60px 0;
}

.ttextt {
    display: inline-block;
    position: absolute;
    top: 0.4rem;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    left: 0.4rem;
}

.ooverlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #00a6eb;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 444;
}

.ttext {
    color: white;
    font-size: 20px;
}

.hami {
    padding: 100px 10px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-services .box {
    margin-bottom: 26px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.box .btn-wrap {
    position: relative;
}

.box .btn-buy {
    display: inline-block;
    padding: 15px 0 5px 0;
    border-radius: 4px;
    color: #00a6eb;
    transition: none;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.box:hover .ooverlay {
    bottom: 0;
    height: 100%;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

h5.text-truncate {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.tyu {
    font-size: 16px;
}

.hami .small,
small {
    font-size: 13px;
}

#addlisttt .icon-boxes {
    width: 84%;
    margin: 0 auto;
    text-align: center;
}
.featured-services.make-it-stiky .ggg{position: fixed;top:100px;right:0;}

.faq {
    width: 65%;
    margin: 0 auto;
}

#addlisttt .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(18 66 101 / 8%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

#addlisttt .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #00a6eb;
}

#addlisttt .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#addlisttt .icon-box .title a {
    color: #124265;
    transition: 0.3s;
}

#addlisttt .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

#addlisttt .icon-box:hover {
    transform: scale(1.03);
}

#addlisttt .btn-wrap {
    padding: 15px;
    text-align: center;
}

#addlisttt .btn-buy {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #F1880D;
    background: #F1880D;
}

#addlisttt .btn-buy:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.faq .section-title h2::after,
#addlisttt h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F1880D;
    bottom: 0;
    left: calc(50% - 25px);
}

.faq .section-title h2,
#addlisttt h1 {
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #444444;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.faqss {
    background-image: url(../img/bg_services.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.icon-boxes h5 {
    font-size: 11px;
    padding: 30px 0 0 0;
}

.form-title {
    display: inline-block;
    font-size: 22px;
    color: #4a4a4a;
}

.updatable-content-container {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 100%;
    min-height: 200px;
    vertical-align: top;
    padding: 0 24px 24px 24px;
    margin-top: 0;
}

.title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.fa-asterisk {
    font-size: 11px;
}

.form-section {
    padding: 24px;
    margin-bottom: 30px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
}

section.clearfix {
    padding: 0;
}

.required-title .bi-asterisk {
    font-size: 6px;
    font-weight: 400;
    line-height: 18px;
    color: #d26666;
    vertical-align: super;
}

.ng-select.form-control {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 32px;
    padding: 2px 5px;
    background: #fff;
}

.updatable-content-container .form-group {
    margin-bottom: 20px;
}

form section header,
.modal-form-section header {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

.guidance {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 40px 0 10px;
    color: #4a4a4a;
}

.grid-container:not(.no-gap) {
    gap: 24px;
}

.grid-container {
    display: grid;
}

.ng-star-inserted.ml {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.defailt-view {
    width: 100%;
}

.button-save[disabled] {
    color: #9c9c9c;
    cursor: not-allowed;
    background-color: #eee;
    border-color: transparent;
}

.button-save {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    transition: all .15s;
    transition-property: color, background-color, opacity, border-color;
    width: auto;
    height: 35px;
    padding: 0 20px;
    line-height: 33px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #0077db;
    align-self: flex-end;
    margin-top: 20px;
}

.input-with-checkbox .label-container {
    float: right;
    padding: 5px 9px;
    line-height: 19px;
    background-color: #eee;
    border-left: 1px solid #d8d8d8;
}

.form-group label.check {
    padding: 0;
}

label.check {
    position: relative;
    padding: 0;
    line-height: 19px;
    cursor: pointer;
}

label.check input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin-top: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
}

label.check input[type=checkbox]+span {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    pointer-events: none;
}

label.check input[type=checkbox]+span {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    pointer-events: none;
}

label.check input[type=checkbox]+span:before {
    border: 1px solid #d8d8d8;
    transition: border-color .15s;
    position: absolute;
    top: 0;
    left: -24px;
    box-sizing: border-box;
    display: block;
    width: 19px;
    height: 19px;
    content: "";
    background: #fff;
    border-radius: 5px;
}

label.check {
    position: relative;
    padding: 0;
    line-height: 19px;
    cursor: pointer;
}

.input-with-checkbox .input-frame {
    overflow: hidden;
}

.input-with-checkbox .input-frame input {
    height: auto;
    min-height: 30px;
    padding: 5px 9px;
    border: none;
    outline: none;
}

.input-with-checkbox .label-container.radio-list {
    padding: 5px 0 5px 9px;
}

.input-with-checkbox .label-container.radio-list .radio-inline-list {
    margin: 0 10px -2px 0;
}

.checkbox-inline-top,
.radio-inline-list {
    position: relative;
    margin-top: -10px;
}

label.radio [type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.input-with-checkbox .label-container.radio-list .radio-inline-list .radio-inline span {
    top: 1px;
}

label.radio [type=radio]:checked+span {
    border-color: #0077db;
}

label.radio [type=radio]+span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -1px 0 0 -1px;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

label.radio [type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

label.radio [type=radio]+span:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
}

label.radio [type=radio]:checked+span:before {
    background: #0077db;
}

.input-with-checkbox .label-container.radio-list .radio-inline-list .radio-inline:last-child {
    margin-right: 0;
}

label.radio [type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.input-with-checkbox .label-container.radio-list .radio-inline-list .radio-inline span {
    top: 1px;
}

label.radio [type=radio]+span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -1px 0 0 -1px;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

label.radio [type=radio]+span:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
}

label.radio [type=radio]+span:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
}

.input-with-checkbox .label-container.radio-list {
    padding: 5px 0 5px 9px;
}

.input-with-checkbox .label-container {
    float: right;
    padding: 5px 9px;
    line-height: 19px;
    background-color: #eee;
    border-left: 1px solid #d8d8d8;
}

.input-with-checkbox .label-container.radio-list .radio-inline-list {
    margin: 0 10px -2px 0;
}

.checkbox-inline-top,
.radio-inline-list {
    position: relative;
    margin-top: -10px;
}

label.radio {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    margin-top: 0;
    line-height: 1.4;
    cursor: pointer;
}

.radio-inline-list label {
    width: auto;
}

.tab-message {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    color: #6c6c6c;
    margin-bottom: 40px;
}

.gbob {
    margin-top: 40px;
}

@media (min-width: 1441px) {
    .columns-lg-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.NgxEditor__MenuItem.NgxEditor__MenuItem--Icon {
    height: 30px;
    width: 30px;
    transition: .3s ease-in-out;
}

.NgxEditor__MenuItem {
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.NgxEditor__MenuItem .NgxEditor__MenuItem--IconContainer {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

svg:not(:root) {
    overflow: hidden;
}

.NgxEditor__MenuItem.NgxEditor__MenuItem--Icon {
    height: 30px;
    width: 30px;
    transition: .3s ease-in-out;
}

.form-group .NgxEditor__MenuBar {
    background-color: #ecf0f1;
    border: 1px solid #ddd;
}

.NgxEditor__MenuBar {
    display: flex;
    flex-wrap: wrap;
    padding: 3px;
    cursor: default;
    background-color: #fff;
}

.form-group .NgxEditor {
    min-height: 300px;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.NgxEditor {
    background: white;
    color: #000;
    background-clip: padding-box;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .2);
    position: relative;
}

.form-group .NgxEditor__Content {
    min-height: 300px;
}

.NgxEditor__Content p {
    margin: 0 0 10px;
}

.NgxEditor__Content {
    padding: 8px;
    white-space: pre-wrap;
    outline: none;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, none;
}

.mjk {
    margin-top: 40px;
}

.form-section.no-border {
    padding: 0;
    margin-bottom: 24px;
    border: none;
}

.dropzone-files {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.add-control.restrict-width {
    max-width: 463px;
}

.add-control {
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    float: left;
    height: 169px;
    cursor: pointer;
    border: 1px dashed #d8d8d8;
}

.add-control.restrict-width {
    max-width: 463px;
}

.add-control {
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    float: left;
    height: 169px;
    cursor: pointer;
    border: 1px dashed #d8d8d8;
}

.add-control label {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
}

label.file-input {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

label.file-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 50px;
    opacity: 0;
}

.add-control .message-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: left;
}

.add-control .message-container img {
    margin-right: 14px;
}

.add-control .message {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #0077db;
    text-transform: capitalize;
}

.add-control .message .hint {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: #111;
    text-transform: capitalize;
}

.add-control.video {
    margin-left: 20px;
}

.add-control.restrict-width {
    max-width: 463px;
}

.add-control {
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    float: left;
    height: 169px;
    cursor: pointer;
    border: 1px dashed #d8d8d8;
}

.add-control .message-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: left;
}

.form-group.with-bottom-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.marketing-dropzone {
    min-height: 135px;
}

.dropzone {
    position: relative;
    padding: 15px 19px 19px;
    overflow: hidden;
    background: #eee;
    border: 2px dashed #c4c4c4;
    border-radius: 2px;
}

.dropzone .drop-controls {
    display: grid;
    grid-template-columns: auto minmax(auto, 90%) auto;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.dropzone .drop-controls_left {
    grid-row: 1;
    grid-column: 1;
    justify-self: left;
}

.dropzone .drop-controls .button-upload {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    transition: all .15s;
    transition-property: color, background-color, opacity, border-color;
    width: 120px;
    height: 35px;
    padding: 0 20px;
    line-height: 33px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: proxima-nova, system, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #0077db;
}

.button-upload {
    position: relative;
}

.button-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    opacity: 0;
}

.dropzone .drop-files-label {
    position: relative;
    grid-row: 1;
    grid-column: 2;
    align-self: center;
    max-width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #c4c4c4;
    text-align: center;
}

.dropzone .drop-files-label .bi-download {
    margin-right: 10px;
}

.radio-inline-list {
    margin-top: 20px;
    margin-bottom: 15px;
}

.radio-inline-list .radio-inline {
    margin: 10px 50px 0 0;
    vertical-align: top;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

[_nghost-serverApp-c472] .form-group.checkbox-holder {
    margin-top: 10px;
}

.form-group label.check {
    padding: 0;
}

.check {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

label.check input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin-top: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
}

label.check input[type=checkbox]+span {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    pointer-events: none;
}

label.check input[type=checkbox]+span:before {
    border: 1px solid #d8d8d8;
    transition: border-color .15s;
    position: absolute;
    top: 0;
    left: -24px;
    box-sizing: border-box;
    display: block;
    width: 19px;
    height: 19px;
    content: "";
    background: #fff;
    border-radius: 5px;
}

.form-group.kl {
    position: relative;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1;
}

.confis-wysiwyg-header_upload-button {
    display: flex;
    align-items: center;
}

.confis-wysiwyg-header_upload-button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.confis-wysiwyg-header_upload-button .button-upload-ca {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    transition: all .15s;
    transition-property: color, background-color, opacity, border-color;
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: proxima-nova, system, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0077db;
    background-color: transparent;
    border-color: #0077db;
    padding: 0;
    margin-left: 10px;
}

.updatable-content-container label {
    text-transform: capitalize;
    font-size: 12px;
}

.upload-ca-mode .upload-ca-dropzone {
    margin-top: 5px;
}



.form-hint.ng-star-inserted strong {
    font-weight: normal;
    font-size: 9px;
}

.form-hint.ng-star-inserted {
    font-weight: normal;
    font-size: 9px;
}

.agents-grid h2 {
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 30px;
    font-family: 'Russo One', sans-serif;
}

section.agents-grid {
    padding: 120px 0 0 30px;
}

.card-box-d .card-overlay-hover {
    transition: all 0.2s ease-in-out;
    padding: 15px 40px 15px 35px;
}

@media (min-width: 768px) {
    .card-box-d .card-overlay-hover {
        padding: 5px 15px 5px 10px;
    }
}

@media (min-width: 992px) {
    .card-box-d .card-overlay-hover {
        padding: 5px 40px 5px 35px;
    }
}

@media (min-width: 1200px) {
    .card-box-d .card-overlay-hover {
        padding: 15px 40px 5px 35px;
    }
}

.card-box-d .title-d {
    transition: 0.3s ease-in-out;
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    transform: translateY(-20px);
    opacity: 0;
}

@media (min-width: 768px) {
    .card-box-d .title-d {
        font-size: 1.1rem;
        margin: 0.5rem 0;
    }
}

@media (min-width: 992px) {
    .card-box-d .title-d {
        font-size: 1.5rem;
        margin: 1rem 0;
    }
}

@media (min-width: 1200px) {
    .card-box-d .title-d {
        font-size: 2rem;
        margin: 1rem 0;
    }
}

.card-box-d .content-d {
    opacity: 0;
    transition: 0.5s ease-in-out;
    transform: translateY(-40px);
}

@media (min-width: 768px) {
    .card-box-d .content-d {
        font-size: 0.8rem;
        margin: 0.5rem 0;
    }
}

@media (min-width: 768px) {
    .card-box-d .card-body-d p {
        margin-bottom: 8px;
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .card-box-d .card-body-d p {
        margin-bottom: 12px;
        font-size: 1rem;
    }
}

.card-box-d .info-agents {
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.card-box-d .card-footer-d {
    transition: 0.5s ease-in-out;
    transform: translateY(40px);
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
    margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
    background-color: #F1880D;
    opacity: 0.9;
}

.color-a {
    text-decoration: none;
    color: #000000;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
    opacity: 1;
    transform: translateY(0);
}


/*------/ Agent Single /------*/

.agent-info-box .socials-footer {
    margin-top: 2rem;
}

.agent-info-box .socials-footer li {
    margin-right: 1.5rem;
}


/*--------------------------------------------------------------
  # About Section
  --------------------------------------------------------------*/

.section-about .title-vertical {
    position: absolute;
    letter-spacing: 0;
    transform: rotate(-90deg);
    top: 50px;
    text-align: left;
    font-size: 1.8rem;
    width: 300px;
    font-weight: 700;
    text-align: right;
}

.about-img-box {
    padding-left: 1rem;
    position: relative;
}

@media (min-width: 576px) {
    .about-img-box {
        padding-left: 4rem;
    }
}

@media (min-width: 768px) {
    .about-img-box {
        padding-left: 5rem;
    }
}

.sinse-box {
    background-color: #2eca6a;
    padding: 1rem 2rem;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

@media (min-width: 576px) {
    .sinse-box {
        padding: 1.5rem 2.5rem;
        bottom: 20px;
    }
}

@media (min-width: 768px) {
    .sinse-box {
        padding: 1.5rem 3rem;
    }
}

@media (min-width: 992px) {
    .sinse-box {
        padding: 3rem 4.5rem;
    }
}

.sinse-box .sinse-title {
    font-weight: 700;
    letter-spacing: 0.043em;
    font-size: 1rem;
}

@media (min-width: 576px) {
    .sinse-box .sinse-title {
        font-size: 1.3rem;
    }
    .grid .card-box-a,
    .grid .card-box-b,
    .grid .card-box-c,
    .grid .card-box-d {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .sinse-box .sinse-title {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .sinse-box .sinse-title {
        font-size: 2.2rem;
    }
}

.sinse-box .sinse-title span {
    position: absolute;
}

.sinse-box .sinse-title span:after {
    content: " ";
    width: 35px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -15px;
}

.sinse-box p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

@media (min-width: 576px) {
    .sinse-box p {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .sinse-box p {
        font-size: 1rem;
    }
}

.card-box-a,
.card-box-b,
.card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.link-two {
    color: #000000;
    transition: all 0.5s ease;
}

.link-two:hover {
    color: #000000;
    transition: all 0.5s ease;
}

.link-one {
    color: #000000;
    transition: all 0.5s ease;
}

.link-one:hover {
    color: #000000;
    transition: all 0.5s ease;
}

section.agent-single {
    padding: 120px 0 30px 0;
}

.agent-single h2 {
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 30px;
    font-family: 'Russo One', sans-serif;
}

.title-wrap {
    padding-bottom: 4rem;
}

.title-a {
    text-decoration: none;
    font-size: 2.6rem;
    font-weight: 600;
}

.title-link {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 1.2rem;
}

.title-link a {
    text-decoration: none;
    color: #313131;
}

.title-link span {
    font-size: 20px;
    padding-left: 4px;
    vertical-align: middle;
}

.title-box-d {
    padding-bottom: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
}

.title-box-d .title-d {
    font-weight: 600;
    font-size: 2rem;
}

.col-md-12.section-t8 .title-box-d .title-d {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Russo One', sans-serif;
}

.col-md-12.section-t8 .title-box-d .title-d:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #F1880D;
    bottom: 48px;
    left: 0;
}

.title-box-d .title-d:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #F1880D;
    bottom: 20px;
    left: 0;
}

.property-grid .grid-option {
    text-align: right;
    margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
    border-radius: 0;
    width: 200px;
    border-color: #313131;
}

.agent-single .title-box-d {
    margin-top: 50px;
}

.card-shadow:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
    transition: 0.8s all ease-in-out;
}

@media (min-width: 992px) {
    .card-overlay-a-content {
        bottom: 0px;
    }
}

.card-overlay-a-content {
    transition: all 0.5s ease-in;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
}

@media (min-width: 992px) {
    .card-overlay-a-content {
        bottom: 0px;
    }
}

.card-header-a {
    padding: 0 1rem;
}

.card-header-a .card-title-a {
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0.7rem;
}

@media (min-width: 768px) {
    .card-header-a .card-title-a {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .card-header-a .card-title-a {
        font-size: 2rem;
    }
}

.card-header-a .card-title-a a {
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
}

.card-body-a {
    z-index: 2;
    transition: all 0.5s ease-in;
    padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
    padding-bottom: 0.5rem;
}

.price-a {
    color: #ffffff;
    padding: 0.6rem 0.8rem;
    border: 2px solid #00a6eb;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.card-footer-a {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #F1880D;
}

.card-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0.5rem 0;
}

.card-info .card-info-title {
    font-size: 1rem;
    color: #313131;
}

@media (min-width: 768px) {
    .card-info .card-info-title {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .card-info .card-info-title {
        font-size: 1rem;
    }
}

.card-info li span {
    color: #ffffff;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .card-info li span {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .card-info li span {
        font-size: 1rem;
    }
}


/*------/ Property Grid /-----*/

.property-grid .grid-option {
    text-align: right;
    margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
    border-radius: 0;
    width: 200px;
    border-color: #313131;
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
    border-color: #313131;
}

.property-grid .grid-option .custom-select option {
    border-color: #313131;
}

@media (min-width: 768px) {
    .card-box-a:hover .img-a,
    .card-box-a:hover .img-b,
    .card-box-b:hover .img-a,
    .card-box-b:hover .img-b {
        transform: scale(1.2);
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 64px;
    }
}

.agent-single .grid-option {
    text-align: right;
    margin-bottom: 2rem;
}

.agent-single .card-box-a.card-shadow {
    margin-bottom: 25px;
}

#hero .tabs .nav-link.active {
    background: #00A6EB;
    color: #fff;
    border-color: #00A6EB;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #DEE2E6 #DEE2E6 #fff;
}

#hero .tabs .nav-link {
    border: 0;
    padding: 15px 0;
    transition: 0.3s;
    color: #111111;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
}
.create-top-nav{
    padding: 0 24px;
}
section#addlisttt{padding:0;}
.tabs.maila .nav-tabs .nav-link.display-name h4 {
   font-size: 16px;text-transform: uppercase;
}
.tabs.maila .create-top-nav .nav-item {
    width: 20%!important; background: transparent;
}

.tabs.maila li:first-child{background: #000;}

.tabs.maila .nav-item {
    width: 100%!important;
}
.maila.tabs .nav-tabs {
   background: #545b62;margin-top: 7px;
}
.maila .nav-tabs .nav-link{justify-content: left!important; background: transparent;color: #fff;}

.select2-container--default .select2-selection--single {
    background-color:transparent!important;
    border: 0!important;
    border-radius: 4px;
    /* line-height: 26px; */
    height: 40px!important;
    margin-top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 99%!important;
}

.pricin select.form-control{
    margin-bottom: 12px;
}
.pricin .card-header{
    font-weight: 600;background: #00a6eb;color: #fff;
}
.tabs.maila .nav-tabs .nav-link.active {
    color: #F1880D;
    background-color:transparent;
    border-bottom:2px solid #F1880D!important;
    border:0;
}
.tabs.maila .nav-tabs .nav-link:hover {
    border-color:transparent; border:0;

}

.tabs.maila .nav-tabs .nav-link{border:0;}
