@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --theme-red: #ed1c24;
    --theme-blue: #0066b3;
    --transition: .5s;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
}

ul li {
    list-style-type: none;
}

ul {
    margin-bottom: 0 !important;
}

a {
    font-family: 'Poppins', sans-serif;
}

a:hover {
    text-decoration: none !important;
}

p {
    color: #494949;
    font-size: 15px;
    line-height: 25px;
}

img {
    max-width: 100%;
}


button:focus {
    outline: none;
}

.ptb-65 {
    padding: 30px 0;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.mtb-65 {
    margin: 65px 0;
}

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

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

.primary-btn {
    color: #fff;
    background-image: linear-gradient(to right, #ff5e57, #409fff, #409fff, #ff5e57);
    display: inline-block;
    padding: 12px 30px;
    border-radius: 100px;
    font-weight: 500;
    transition: all .5s ease-in-out;
    background-size: 300% 100%;
}

.primary-btn:hover {
    background-position: 100% 0;
    transition: .5s;
    color: #fff;
}

.title {
    margin-bottom: 15px;
}

.title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 0 0;
}

.title h6 {
    color: var(--theme-red);
}


.primium-member .title h3 {
    color: #fff;
}

.primium-member .title h3:before {
    background: #fff;
}

.primium-member .title h3:after {
    background: #fff;
}

.primium-member .title h2 {
    color: #fff;
}

.title h3 {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    width: 26%;
    margin: 0 auto;
}

.title h3:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 9px;
    left: 0px;
}

.title h3:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 9px;
    right: 0px;
}

/*===================top bar Start=======================*/
.top-bar-left li {
    color: #fff;
}

.top-bar {
    background-color: var(--theme-blue);
    padding: 9px 0;
}

.top-bar ul li {
    display: inline-block;
}

.top-bar ul li a {
    color: #fff;
}

.top-bar-left ul li:not(:last-child) {
    margin-right: 20px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.top-bar-right ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 13px;
    background: #fff;
    color: #000;
}

.top-bar-left ul li a {
    font-size: 15px;
}

/*search box*/
.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 36px;
    width: 36px;
    vertical-align: bottom;
    background: #ccc;
    border-radius: 50px;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    color: #3e3c3c;
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 2px;
    text-align: center;
    cursor: pointer;
}

.search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search {
    position: absolute;
    left: 49px;
    /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 363px;
    /* Bar width+1px */
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 37px;
    background: #0066b3;
    color: #fff;
}

.expandright:focus {
    padding: 0 0 0 16px;
}

/*==================Nav Section Start=====================*/
.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #0066b3;
    background: #0066b3;
}

.nav-secction a.navbar-brand {
    width: auto;
}

.navbar-nav {
    margin-left: auto;
}

.nav-secction .navbar {
    padding: 0;
}

.nav-secction .navbar-nav .nav-item:not(:first-child) {
    margin-left: 3px;
}

.nav-secction .navbar-nav .nav-item a {
    font-size: 14px;
    text-transform: uppercase;
}

.nav-secction .navbar-nav .nav-item.active a,
.nav-secction .navbar-nav .nav-item a:hover,
.nav-secction .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 700;
}

.nav-secction .dropdown-item {
    display: block;
    width: 100%;
    padding: 13px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-secction .dropdown-item:hover {
    background-color: #0066b3;
}

.nav-secction .dropdown-menu {
    padding: 0;
}

.right-btn li {
    display: inline-block;
}

.right-btn li a {
    border: 2px solid #0066b3;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 30px;
    color: #0066b3;
}

.right-btn li a:hover {
    color: #fff;
    background: #eb2282;
}

.Register-btn {
    background: #0066b3;
    color: #fff !important;
}

.right-btn {
    margin: 0 0 0 17px;
}

/* ============ desktop view .end// ============ */
.nav-secction {
    padding: 10px 0;
    background-color: #fff;
    color: #fff;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.consult-btn a {
    display: inline-block;
    color: var(--theme-red);
    font-size: 14px;
    background-color: #fff;
    padding: 15px 17px;
}

.consult-btn {
    margin-left: auto;
}


/*==========banner form============*/
.gender li {
    display: inline-block;
    text-align: center;
}

.gender span {
    display: block;
}

.gender {
    float: left;
    width: 50%;
    text-align: center;
}

.form-box h4 {
    font-size: 18px;
}

.ages input {
    width: 35%;
    /* float: right; */
    background: #eb2282;
    border: none;
    height: 40px;
    border-radius: 3px;
    padding: 0 5px;
    color: #fff;
}

/* .ages h4 {
    float: left;
} */

.ages li {
    display: inline-block;
}

.clear {
    clear: both;
}

/*========================Slider Section Start======================*/
.banner-caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}

.banner-caption h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
}

.rg-btn {
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 11px 52px;
    display: inline-block;
}

.rg-btn:hover {
    color: #fff;
    background: #0072b4;
}

.banner-caption p {
    color: #fff;
    margin: 16px 0 0;
    font-size: 17px;
}

.banner-caption h2 span {
    display: block;
    font-weight: 200;
}

.owl-main .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    margin: 0 !important;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 0;
}

.owl-main .owl-dots button.owl-dot {
    display: block;
}

.owl-main .owl-dots .owl-dot.active span,
.owl-main .owl-dots .owl-dot:hover span {
    background: var(--theme-red) !important;
}

.owl-main .owl-dots .owl-dot span {
    background-color: #526986 !important;
}

/*====================Banner Section==========================*/
.slider-section {
    background: url(../images/banner.png);
    background-size: cover;
    padding: 100px 0 150px;
}

.banner-form {
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.banner-form h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-form h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.form-box {
    background: #fff;
    padding: 30px 38px;
    border-radius: 10px;
    text-align: center;
}

.form-box .site-btn {
    margin: 15px 0 0 0;
}

.ages {
    margin: 20px 34px;
}

/*=======================Middle section=============================*/
.middle-section {
    position: relative;
    bottom: 54px;
}

.middle-box {
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 12px #e5e5e5;
    padding: 22px;
    background: #fff;
    height: 394px;
}

.middle-box h2 {
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    padding: 20px 0;
}

.site-btn {
    background: #0072b4;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 33px;
    border-radius: 50px;
}

.site-btn:hover {
    background: #eb2282;
    color: #fff;
}

/*==============meet people section==================*/
.meet-people-content .lg-btn {
    margin: 0;
}

.meet-people-content h2 {
    font-size: 44px;
    font-weight: bold;
    color: #000;
    padding: 0 0 4px;
}

.lg-btn {
    background: #0072b4;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 48px;
    border-radius: 50px;
    margin: 20px 0 0;
}

.lg-btn:hover {
    background: #eb2282;
    color: #fff;
}

.meet-people-content {
    padding: 0 0 0 0;
    background: #fff1f1;
    padding: 20px;
}

/*=============Profile=================*/
.profile-section {
    text-align: center;
}

.profile-box {
    overflow: hidden;
    box-shadow: 2px 2px 12px #e5e5e5;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 1.5rem;
}

.profile-box-des {
    padding: 15px 0;
}

.profile-box-des h2 {
    color: #d55442;
    font-weight: bold;
    font-size: 18px;
}

.profile-box-des h3 {
    font-size: 15px;
    color: #555555;
}

.profile-box-des h4 {
    text-transform: uppercase;
    font-size: 13px;
}

.profile-box-img {
    height: 207px;
    overflow: hidden;
    /* filter: blur(3px); */
}

.primium-member {
    background: #f272af;
}

/*==========cta section================*/
.cta-section {
    background: url(../images/cta.png);
    background-size: cover:
}

.cta-section {
    background: url(../images/cta.png);
    background-size: cover:;
    background-size: cover;
    text-align: center;
}

.cta-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
}

.cta-section h3 {
    color: #fff;
    font-size: 23px;
    padding: 10px 0 0;
    text-transform: capitalize;
}

/*=============Testimonials=================*/
.testimonial-box {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 12px #e1e1e1;
    text-align: center;
    position: relative;
}

.testimonial-box h2 {
    font-size: 18px;
    font-weight: bold;
}

.avtar {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 22px;
}

.avtar img {
    width: 100%;
    height: 100%;
}

.testimonials-section .owl-stage-outer {
    padding: 25px;
    margin: -25px;
}

/*====================Footer Start======================*/
.footer-section {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
}

.footer-widget a img {
    max-width: 100%;
    margin-bottom: 20px;
}

.footer-about p {
    color: #fff !important;
    margin: 25px 0 0;
}

.footer-widget p {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    font-weight: 450;
}

.footer-widget {
    font-family: 'Montserrat', sans-serif;
}

.footer-widget h3 {
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 14px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #415970;
    margin: 0 0 17px;
}

.footer-socile h3 {
    padding: 20px 0 11px;
}

.footer-widget li,
.footer-widget li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}

.footer-widget li,
.footer-widget li a:hover {
    color: #eb2383;
}

.footer-widget li:not(:last-child) {
    margin-bottom: 10px;
}

.f-contact ul li {
    position: relative;
    padding-left: 20px;
}

.f-contact ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    color: var(--theme-blue);
}

.f-post ul li a {
    display: flex;
    align-items: center;
}

.f-post ul li a .f-post-img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
}

.f-post ul li a .f-post-info {
    width: calc(100% - 60px);
    padding-left: 5px;
}

.f-post-info h3 {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
}

.f-post-info span {
    color: var(--theme-red);
}

.copyright-section {
    /* background-color: var(--theme-blue); */
    padding: 15px 0 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #fff;
}

.copyright-section h3,
.copyright-section a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.footer-widget.f-links {
    padding-left: 25px;
}


.footer-socile li {
    display: inline-block;
}

.footer-socile li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #fff;
}

.footer-widget i {
    color: #fff;
    margin: 0 8px 0 0;
}

/*********Inner Page********/

/*--==============================================->
<!-- Consen Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../images/braitcam.png) no-repeat center/cover;
    height: 350px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #ed1c24;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 9px;
    background: #fff;
    width: 16px;
    height: 2px;
    transition: .5s;
}

.service-detials-area {
    padding: 60px 0;
}

.service-detials-area .consen-service-thumb img {
    width: 100%;
}

/*service page title*/
.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E14;
    padding: 0 0 20px;
    display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
    color: #ed1c24;
}

/*detials box*/
.service-details-box {
    background: #F5F5F5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0E14;
    padding: 10px 0 16px;
    display: inline-block;
}

/*details thumb*/
.service-details-thumb {
    position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 17px;
    color: #ed1c24;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.sidebar {
    overflow: auto;
    position: sticky !important;
    top: 5%;
    height: 100%;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #ed1c24;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ed1c24;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #ed1c24;
    border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 5px;
}

/*title*/
.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}



.service-detials-area .categories-title h4:before {
    left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #ed1c24;
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../images/srd3.jpg);
    background-repeat: no-repeat;
    padding: 30px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 25px 0 0;
}

.widget-title2 p {
    color: #fff;
}

.widget-title2 li a {
    color: #fff;
    margin: 0 0 10px;
    display: inline-block;
}

.widget-title2 li i {
    color: #ed1c24;
    margin: 0 8px 0 0;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #ed1c24;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 19px 0 0;
}

.widget-button a i {
    margin-right: 5px;
}


/*********************Inner Page***************************/
.inner-page-data {
    padding: 30px 0;
}

.breadcrumbs {
    background: url(../images/breadcrumbs.png);
    padding: 135px 0;
    text-align: center;
    background-size: cover;
}

.breadcrumbs h2 {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

.breadcrumbs li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0 12px;
    border-right: 1px solid #fff;
}

.breadcrumbs li:last-child {
    border-right: none;
}

.breadcrumbs li a {
    color: #eb2282;
}

.date-au li {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 14px;
    font-weight: 500;
}

.date-au li i {
    font-size: 12px;
    margin: 0 5px 0 0;
    color: #eb2282;
}

.blog-des h2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.date-au {
    padding: 0 0 6px;
}

.blog-box {
    text-align: center;
    margin: 0 0 20px;
}

.blog-des {
    padding: 23px 9px;
    background: #f3f3f3;
}

.default-pagination li {
    padding: 7px;
    display: inline-block;
}

.default-pagination li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    display: block;
    color: #000;
}

.default-pagination li a:hover,
.default-pagination li a.active {
    background: #f24570;
    box-shadow: none;
    color: #fff;
}

.blog-sidebar {
    padding: 25px;
    background: #fff6f6;
}

.blog-widget h3 {
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #000;
    padding: 0 0 12px;
}

.Categories-list a {
    padding: 10px;
    display: block;
    background: #f7ebeb;
    margin: 0 0 7px;
    color: #000;
    border: 1px solid #eddbdb;
}

.Categories-list a:hover {
    color: #fff;
    background: #0066b3;
}

.blog-widget {
    margin: 0 0 20px;
}

.recent-post a {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.recent-post img {
    margin: 0 0 16px;
}

.blog-banner {
    border-radius: 10px;
    overflow: hidden;
}

.blog-banner img {
    width: 100%;
}

.blog-details-des h2 {
    padding: 15px 0 0;
    font-weight: bold;
    color: #000;
}

.blog-details-form h3 {
    font-weight: bold;
    font-size: 24px;
}

.blog-details-form .form-control {
    background: #f5f5f5;
    height: 46px;
}

.blog-details-form textarea {
    height: 120px;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #dbd9d9;
    border-radius: 5px;
    padding: 10px;
}

.blog-details-form .site-btn {
    border: none;
}

/*Login Page CSS */
.login-block {
    background: #feeaea;

    display: block;
    width: 100%;
    padding: 50px 0;
}

.banner-sec {

    background-size: cover;
    min-height: 500px;
    border-radius: 0 40px 40px 0;
    padding: 0;
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    background: #fff;
    padding: 50px 30px;
    position: relative;

}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-sec .copy-text i {
    color: #FEB58A;
}

.login-sec .copy-text a {
    color: #E36262;
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #000;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FEB58A;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}

.btn-login {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

.banner-text h2 {
    color: #fff;
    font-weight: 600;
}

.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FFF;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}

.banner-text p {
    color: #fff;
}

.login-sec button[type=submit] {

    background: #0066b3;
    color: #fff;
}

.login-sec button[type=submit]:hover {
    background: #eb2282;
}

.login-form label {
    font-size: 14px;
    font-weight: bold;
}

/* Sign Up Stylesheet */

.reg-alert {
    position: relative;
    float: right;
    margin-top: -45px;
    z-index: 99;
}

.reg-alert span {
    font-size: 16px;
    color: #020202 !important;
    font-weight: 600;
}

.sign-up-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0;
}

.signup-left h2 {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.signup-left h2 strong {
    color: #eb2282;
}

.signup-left p {
    font-size: 24px;
    line-height: 38px;
}

.reg-form {
    position: relative;
    margin-top: 42px;
    border: 1px solid #e3eaf1;
    padding: 14px 14px;
    background: #efefef;
}

.form-top {
    position: relative;
    border-bottom: 1px solid #dedede;
}

/* Contact Us Wrapper */
.contact-banner {
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px -83px;
    background-attachment: fixed;

}

.contact-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    content: "";
    background: rgba(0, 0, 0, 0.48);
    z-index: 9;
}

.banner-inner {
    position: relative;
    padding: 102px 0;
    z-index: 99;
}

.banner-inner h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-inner .breadcrumb {
    background: transparent !important;
}

.banner-inner .breadcrumb li.breadcrumb-item a {
    color: #a5a8ad;
}

.banner-inner .breadcrumb li.active {
    color: red;
}

.contact-info-sm {
    margin: 0 0 25px;
    position: relative;
    text-align: left;
    color: #fff;
    padding: 20px;
    /* border: 1px solid #ccc; */
    border-radius: 7px;
    background: #cf1e72;
}

.contact-info-sm>h5 {
    text-transform: none;
    margin-bottom: 18px;
    padding-left: 33px;
    color: #fff;
}

.contact-info-sm>.icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 1em;
    color: #fff;
}

.contact-wrapper {
    position: relative;
    padding: 50px 0;
}

.contact-items {
    display: block;
    width: 100%;
}

.contact-items h3 {
    margin-bottom: 32px;
}


.contact-items h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 32px;
    color: #fff;
}

.contact-info-sm i {
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 26px;
    color: #fff;
}

.contact-form {
    display: block;
    width: 100%;
}

.contact-form h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
}

.contact-form form {
    border: 1px solid #dedede;
    background: #dedede;
    padding: 21px 21px;
}

.contact-form form label {
    font-size: 16px;
    font-weight: bold;
}

.contact-form form input {
    height: 42px;
}

.contact-form .site-btn {
    border: none;
    margin: 0 auto;
    display: block;
    width: 24%;
}

/*.contact-form form .form-row{
    margin-bottom: 10px;
}*/

.bnr-lgin {
    background: #eb2282;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 3px;
}

.bnr-lgin:hover {
    background: #0072b4;
    color: #fff;
}

.navtabs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background: #e3f3ff;
    /* border-radius: 8px; */
    padding: 10px 20px;
    position: relative;
}

.navtab {
    margin: 0 10px;
    padding: 10px 6px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
    font-size: 15px;
}

.navtab:hover {
    color: #007BFF;
}

.navtab.active {
    color: #007BFF;
    font-weight: 600;
}

.underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #007BFF;
    transition: left 0.3s ease, width 0.3s ease;
}

.content {
    display: none;
    padding: 0;
    max-width: 100%;
    text-align: center;
}

.content.active {
    display: block;
}

.footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #000;
    transition: color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.footer a {
    background: linear-gradient(145deg, #007aff, #005bb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: background 0.3s ease;
}

.footer a:hover {
    color: linear-gradient(145deg, #007aff, #005bb5);
}

.profile-tab-list a {
    text-align: left;
    padding: 10px;
    display: block;
    background: #0066b3;
    margin: 0 0 5px;
    color: #fff;
}

.profile-tab-list a:hover {
    background: #eb2282;
    color: #fff;
}

.left-profile-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-profile-thumb {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 2px 2px 12px #ccc;
}

.left-profile {
    background: #ffe7e7;
    padding-top: 29px;
}

.iconic-sec li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.iconic-sec li .fa-times {
    background: #b31111;
}

.iconic-sec li .fa-exclamation {
    background: #0066b3;
}

.iconic-sec li .fa-heart {
    background: #e73232;
}

.iconic-sec li {
    display: inline-block;
}

/*Login New*/
.oxyy-login-register .hero-wrap {
    position: relative;
    overflow: hidden;
}

.oxyy-login-register .hero-wrap .hero-mask,
.oxyy-login-register .hero-wrap .hero-bg,
.oxyy-login-register .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.oxyy-login-register .hero-wrap .hero-mask {
    z-index: 1;
}

.oxyy-login-register .hero-wrap .hero-content {
    position: relative;
    z-index: 2;
    background: #eb2282;
}

.text-5 {
    font-size: 19px;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    padding: 0 !important;
}

.login {
    width: 100%;
    height: 55px;
    background: #0066b3;
}

.oxyy-login-register .hero-wrap .hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.oxyy-login-register .hero-wrap .hero-bg-slideshow {
    z-index: 0;
}

.oxyy-login-register .hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}

.oxyy-login-register .hero-wrap .hero-bg.hero-bg-scroll {
    background-attachment: scroll;
}

.oxyy-login-register .hero-wrap .hero-bg-slideshow .hero-bg {
    background-attachment: inherit;
}

.oxyy-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer,
.oxyy-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage,
.oxyy-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
    height: 100%;
}

/* 4.2 Nav */
.oxyy-login-register .nav .nav-item .nav-link {
    color: #495057;
}

.oxyy-login-register .nav:not(.nav-pills) .nav-item .nav-link.active,
.oxyy-login-register .nav:not(.nav-pills) .nav-item .nav-link:hover {
    color: var(--bs-themecolor);
}

.oxyy-login-register .nav.nav-separator .nav-item .nav-link {
    position: relative;
}

.oxyy-login-register .nav.nav-separator .nav-item+.nav-item .nav-link:after {
    height: 14px;
    width: 1px;
    content: ' ';
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.oxyy-login-register html[dir="rtl"] .nav.nav-separator .nav-item+.nav-item .nav-link:after {
    right: 0;
    left: auto;
}

.oxyy-login-register .nav.nav-separator.nav-separator-light .nav-item+.nav-item .nav-link:after {
    background-color: rgba(250, 250, 250, 0.2);
}

.oxyy-login-register .nav.nav-sm .nav-item .nav-link {
    font-size: 14px;
}

.oxyy-login-register .nav-pills .nav-link:not(.active):hover {
    color: var(--bs-themecolor);
}

.oxyy-login-register .nav-pills .nav-link.active,
.oxyy-login-register .nav-pills.nav-light .nav-link.active,
.oxyy-login-register .nav-pills .show>.nav-link {
    color: #fff;
}

.oxyy-login-register .nav-pills .nav-link {
    color: #7b8084;
}

.oxyy-login-register .nav-pills .nav-link:not(.active):hover {
    color: var(--bs-themecolor);
}

.oxyy-login-register .nav-pills {
    --bs-nav-pills-link-active-bg: var(--bs-themecolor);
}

.oxyy-login-register [data-bs-theme="dark"] .nav .nav-item .nav-link:not(.active) {
    color: #dee2e6;
}

.oxyy-login-register [data-bs-theme="dark"] .nav:not(.nav-pills) .nav-item .nav-link.active,
.oxyy-login-register [data-bs-theme="dark"] .nav .nav-item .nav-link:not(.active):hover {
    color: var(--bs-themecolor);
}

.oxyy-login-register [data-bs-theme="dark"] .nav.nav-separator .nav-item+.nav-item .nav-link:after {
    background-color: rgba(250, 250, 250, 0.2);
}

.oxyy-login-register .form-dark .form-control {
    border-color: #232a31;
    background: #232a31;
    color: #fff;
    height: 51px;
    margin: 0 0 10px;
}

.oxyy-login-register .form-dark textarea {
    height: 120px !important;
}

.oxyy-login-register .custom-file-label {
    border-color: #232a31;
    background: #232a31;
    color: #fff;
    height: 51px;
}

.oxyy-login-register .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: 25px 12px;
    line-height: 2px;
    color: #fff;
    content: "Browse";
    background-color: #007bff;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.oxyy-login-register .form-dark .form-check-input:not(:checked) {
    background-color: #232a31;
    border-color: #232a31;
}

.oxyy-login-register .bg-dark {
    background-color: #111418 !important;
}

input::placeholder {
    color: #7996b3 !important;
}

textarea::placeholder {
    color: #7996b3 !important;
}

.liked-u{
    background-color: #dee2e6 !important;
    color: #eb2282 !important;
}

.img-blur{
    filter: blur(3px);
}

.blink-icon {
    animation: neonPulse 1.2s infinite;
}

@keyframes neonPulse {
    0% { color: #ff0080; text-shadow: 0 0 10px #ff0080; }
    25% { color: #ff8c00; text-shadow: 0 0 10px #ff8c00; }
    50% { color: #00eaff; text-shadow: 0 0 10px #00eaff; }
    75% { color: #7dff00; text-shadow: 0 0 10px #7dff00; }
    100% { color: #ff0080; text-shadow: 0 0 10px #ff0080; }
}

/***************Chat Box*****************/
.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 340px;
    float: left;
    padding: 15px;
    background: #023052;
}
.chatlist .modal-content {
    background: transparent;
}
.chat-list li .flex-shrink-0 {
    margin: 0 15px 0 0;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #115587;
    padding: 10px;
    border-radius: 4px;
}
.chat-list li {
    padding: 10px;
    background: #13476e;
    margin: 0 0 11px;
    border-radius: 2px;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #cbcbcb;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}
.msg-head .flex-shrink-0 {
    margin: 0 15px 0 0;
}
.moreoption i {
    color: #fff;
}

.msg-head {
    padding: 15px;
    /* border-bottom: 1px solid #ccc; */
    background: #eb2282;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* .send-box .form-control {
    display: block;
    width: 85%;
    padding: 16px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 7.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 47px;
} */

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 5px 12px 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 47px;
}

.send-box button {
    border: none;
    background: #0066b3;
    padding: 13px 0;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/*============================Responsive Start======================*/
@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
    .nav-secction .navbar-nav .nav-item:not(:first-child) {
        margin-left: 0px;
    }
}

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

    .milestone-section .row div.col-lg-3.col-sm-6:nth-child(1),
    .milestone-section .row div.col-lg-3.col-sm-6:nth-child(2) {
        margin-bottom: 25px;
    }

    .whychoose-left {
        height: auto;
        min-height: 500px;
        margin-bottom: 25px;
    }

    .whychoose-box {
        min-height: auto;
        height: 100%;
    }

    .loan-form {
        padding-top: 65px;
        margin-top: 0;
    }

    .loan-form-right {
        padding-left: 0;
        margin-top: 25px;
    }

    .footer-widget.f-links {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .top-bar-left ul li:not(:last-child) {
        border: none;
    }

    .slider-content h2 {
        font-size: 45px;
    }

    .ptb-65 {
        padding: 40px 0;
    }

    .pt-65 {
        padding-top: 40px;
    }

    .pb-65 {
        padding-bottom: 40px;
    }

    .mtb-65 {
        margin: 40px 0;
    }

    .mt-65 {
        margin-top: 40px;
    }

    .mb-65 {
        margin-bottom: 40px;
    }

    .whychoose-left {
        min-height: 400px;
    }

    .loan-form {
        padding-top: 40px;
        margin-top: 0;
    }

    .logo-boxes {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .top-bar {
        text-align: center;
    }

    .top-bar-left ul li:not(:last-child) {
        border-right: 1px solid #fff;
    }

    .top-bar-right {
        text-align: center;
        margin-top: 10px;
    }

    .slider-content h2 {
        font-size: 35px;
    }

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

    .milestone-section .row div.col-lg-3.col-sm-6:nth-child(1),
    .milestone-section .row div.col-lg-3.col-sm-6:nth-child(2),
    .whychoose-right .row>div:nth-child(1),
    .whychoose-right .row>div:nth-child(2) {
        margin-bottom: 0;
    }

    .milestone-section .row div.col-lg-3.col-sm-6:not(:last-child),
    .whychoose-right .row>div:not(:last-child) {
        margin-bottom: 25px;
    }

    .whychoose-left {
        min-height: 350px;
    }

    .whychoose-left {
        padding: 0 50px 40px 0;
    }

    .whychoose-right:before {
        display: none;
    }

    .title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 425px) {
    .nav-secction a.navbar-brand {
        width: 110px;
    }

    .top-bar-left ul li:not(:last-child) {
        border: none;
    }

    .owl-main .owl-dots {
        right: 25px;
    }

    .slider-content h2 {
        font-size: 30px;
    }

    .whychoose-left h2 {
        font-size: 40px;
    }

    .loan-form-content h2 {
        font-size: 35px;
    }

    .loan-form-content h3 {
        font-size: 19px;
        line-height: 30px;
    }

    .loan-form-content ul {
        display: block;
    }

    .loan-form-content ul li:first-child {
        margin-bottom: 25px;
    }

    .loan-form-content li {
        width: 100%;
    }

    .logo-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 375px) {
    .whychoose-left {
        min-height: 300px;
    }
}

@media (max-width: 991.98px) {
    .oxyy-login-register .hero-wrap .hero-bg {
        background-attachment: initial !important;
        background-position: center center !important;
    }
}

@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
        background: #fff;
        width: 36px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 53px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}
