.header {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #EAF1F6;
    background-color: #042948;
    padding: 0px 30px
}

.header .my-sc-header {
    font-size: 0.8rem;
    float: right;
    margin-top: 14px
}

@media (max-width: 767px) {
    .header .my-sc-header {
        display: none
    }
}

.header .my-sc-header li {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #EAF1F6;
    border-color: #868e96
}

.header .my-sc-header li a {
    color: #dee2e6
}

.header .my-sc-header li:first-child {
    border: 0
}

.header .my-sc-header li i {
    margin-right: 5px
}

.search {
    position: relative;
    max-width: 50%;
    width: 100%;
    float: right;
    margin-top: 8px
}

@media (max-width: 767px) {
    .search {
        max-width: 100%
    }
}

.search input {
    border-radius: 50px;
    border: 1px solid #777777;
    background: none;
    width: 100%;
    height: 33px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    background: #fff;
}

.search input:focus {
    border-color: #fff
}

.search input:focus + i {
    background: #fff
}

.search i {
    position: absolute;
    right: 6px;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    top: 4px;
    background: #3e95e7;
    font-size: .875rem;
    cursor: pointer;
}

.loged-wrp {
    border: 0 !important
}

.my-acnt-hdr {
    position: relative;
    top: -14px;
    display: flex;
    align-items: center;
    padding: 7px 0
}

.my-acnt-hdr .user-pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden
}

.my-acnt-hdr .user-pic img {
    max-width: 100%;
    width: 35px;
    height: 35px
}

.my-acnt-hdr i {
    color: #fff;
    margin-left: 6px;
    font-size: 18px
}

.my-acnt-hdr .drp-dwn {
    background: #fff;
    border-radius: 3px;
    position: absolute;
    width: 250px;
    top: 49px;
    right: 0;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 10;
    display: none
}

.my-acnt-hdr .drp-dwn:after {
    bottom: 100%;
    right: 31px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px
}

.my-acnt-hdr .drp-dwn li {
    margin: 0;
    width: 100%;
    padding: 0;
    border: 0
}

.my-acnt-hdr .drp-dwn li a {
    display: block;
    padding: 10px 20px;
    color: #000
}

.my-acnt-hdr .drp-dwn .fa-sign-out {
    color: #000;
    margin: 0 0
}

.my-acnt-hdr:hover .drp-dwn {
    display: block
}

.home-menu {
    font-size: 14px;
    max-width: 1200px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    margin: 0 auto;
    padding: 15px 15px 0 0;
    text-align: right
}

@media (min-width: 768px) {
    .home-menu {
        padding: 15px 0 0
    }
}

.home-menu ul {
    display: flex;
    align-items: center;
    float: right
}

.home-menu ul li {
    padding: 0 15px;
    border-left: 1px solid rgba(225, 225, 225, 0.5)
}

.home-menu ul li:first-child {
    border: 0
}

.home-menu ul li:last-child {
    padding-right: 0
}

.home-menu ul li a {
    color: #fff;
    display: block;
    line-height: normal
}

.home-menu .my-acnt-hdr {
    top: 0;
    padding: 0
}

.home-menu .my-acnt-hdr i {
    position: relative;
    padding: 0;
    background: no-repeat;
    margin-left: 5px
}

.home-menu .my-acnt-hdr .drp-dwn {
    z-index: 100;
    top: 37px;
    right: 5px
}

.home-menu .my-acnt-hdr .drp-dwn:after {
    border-width: 6px;
    margin-left: -6px
}

.sidebar {
    position: fixed;
    left: 0;
    height: 100vh;
    border-right: 1px solid #EAF1F6;
    width: 65px;
    background-color: #F8F8F8;
    z-index: 1000;
    transition: all 0.2s ease-out;
    padding-top: 65px;
    overflow: hidden;
    font-size: 20px
}

.sidebar:hover {
    width: 260px;
    box-shadow: 3px 0 20px rgba(0, 0, 0, 0.2);
    background: #fff
}

.sidebar li {
    padding: 10px
}

.sidebar li a {
    display: block
}

.sidebar li span {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #27bd33;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute
}

.sidebar li span.hotel {
    background: #16c3bb
}

.sidebar li span.restaurant {
    background: #ff440c
}

.sidebar li span.events {
    background: #7586ff
}

.sidebar li .txt {
    padding: 0 0 0 65px;
    float: left;
    height: 40px;
    font-size: .875rem;
    color: #495057;
    line-height: 40px
}

.sidebar li:hover {
    background: #f8f9fa
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

input {
    outline: none
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    overflow-x: hidden
}

.content-container {
    padding: 80px 30px 30px
}

@media (max-width: 767px) {
    .content-container {
        padding: 80px 15px 20px
    }
}

.listing-page {
    padding-top: 118px
}

h2 {
    font-size: 1.25rem
}

.logo {
    color: #fff;
    font-size: 20px;
    padding-top: 8px;
    display: inline-block;
    text-decoration: none
}

.logo:hover {
    color: #fff;
    text-decoration: none
}

.sub-header {
    position: fixed;
    top: 50px;
    width: 100%;
    padding: 10px 30px;
    font-size: .875rem;
    border-bottom: 1px solid #EAF1F6;
    background-color: #fff;
    z-index: 10
}

.sub-header.inner {
    position: relative
}

.sub-header h1 {
    float: left;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 10px
}

.sub-header ul {
    float: left
}

.sub-header ul li {
    float: left;
    margin-right: 10px;
    font-size: 0.84rem
}

.sub-header ul li:last-child {
    margin-bottom: 0
}

.sub-header ul li.listing-tp {
    padding-top: 5px
}

.sub-header .user i {
    margin-right: 5px
}

.sub-header .user a {
    color: #212529
}

.sub-header .save-btn {
    border: 1px solid #EAF1F6;
    padding: 5px 10px;
    border-radius: 3px;
    color: #212529;
    display: inline-block;
    background: #fff;
    cursor: pointer
}

.sub-header .save-btn i {
    margin-right: 5px
}

.fade.in {
    opacity: 1
}

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

.logipopup {
    font-size: 0.8rem
}

.logipopup label {
    font-size: 0.8rem
}

.logipopup input {
    font-size: 0.8rem;
    height: 40px;
    box-shadow: none
}

.logipopup input:focus {
    box-shadow: none
}

.logipopup .modal-dialog {
    margin-top: 10%
}

.logipopup .close {
    font-size: 32px;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: -4px;
    opacity: 0.5;
    cursor: pointer;
    margin: 0
}

.logipopup .close:hover {
    opacity: 1
}

.logipopup .btn-primary {
    font-size: 0.8rem;
    height: 40px;
    padding: 10px 30px;
    cursor: pointer
}

.logipopup .have-accnt {
    text-align: right;
    margin-top: 11px;
    display: block
}

.logipopup .txt-sm {
    position: relative;
    padding-left: 10px;
    top: -3px
}

.logipopup .logged-in-txt input {
    height: auto
}

.logipopup .form-group {
    margin-bottom: 0
}

.logipopup ul li {
    margin-bottom: 1rem
}

.logipopup ul li:last-child {
    margin-bottom: 0
}

.logipopup .modal-body {
    padding: 30px
}

.fb-connect-btn {
    background-color: #3b5998;
    height: 40px;
    font-size: 0.8rem;
    display: block;
    border-radius: .25rem;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: 600
}

.fb-connect-btn:hover {
    color: #fff;
    text-decoration: none
}

.btn-primary {
    background: #042948;
    border-color: #042948
}

.collectionpopup {
    font-size: 0.8rem
}

.collectionpopup .close {
    font-size: 32px;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: -4px;
    opacity: 0.5;
    cursor: pointer;
    margin: 0
}

.collectionpopup .close:hover {
    opacity: 1
}

.collectionpopup .modal-body {
    padding: 30px
}

.collectionpopup .modal-dialog {
    margin-top: 10%
}

.collectionpopup .collection-list li {
    margin-bottom: 10px
}

.collectionpopup .collection-list li input {
    margin-right: 10px;
    position: relative;
    top: 6px
}

.collectionpopup .collection-list li .item-count {
    font-size: 0.7rem;
    color: #868e96;
    float: right
}

.collectionpopup .create-new-collection-area {
    background: #e9ecef;
    padding: 20px
}

.collectionpopup .create-new-collection-area h3 {
    font-size: 1rem
}

.collectionpopup .create-new-collection-area input {
    font-size: 0.8rem
}

.collectionpopup .create-new-collection-area .btn {
    font-size: 0.8rem;
    padding: 5px 15px;
    cursor: pointer
}

label * {
    color: red
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
    cursor: pointer
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    cursor: pointer
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
    cursor: pointer
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.ui-widget.ui-widget-content {
    z-index: 1001;
    font-size: .875rem;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
    margin-top: 1px
}

.ui-widget.ui-widget-content .ui-menu-item:hover {
    border: 0;
    color: #000
}

.ui-widget.ui-widget-content .ui-menu-item-wrapper {
    padding: 4px 20px
}

.ui-widget.ui-widget-content .ui-menu-item-wrapper:hover {
    background: #e9ecef;
    border: 0;
    color: #000
}

.search-body.search {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    background-color: #2f294f;
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 425px
}

.search-body.search .search-form {
    position: relative
}

.search-body.search .search-form .form-control {
    background: #fff;
    border-color: #fff;
    height: 52px;
    border-radius: 6px;
    color: #042948
}

.search-body.search .search-form input:focus + i {
    background: #868e96
}

.search-body.search .search-form .fa {
    font-size: 18px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    top: 1px;
    right: 1px;
    height: 50px;
    line-height: 45px;
    padding: 5px 15px;
    color: #fff
}

.search-body.search .search-inner {
    max-width: 800px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    position: relative
}

.search-body.search .search-inner h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    color: #fff
}

.search-body.search .search-inner h1 div {
    font-size: 1.25rem;
    margin-top: 10px
}

.inner-pg-cnt {
    margin-top: 100px;
    margin-bottom: 50px
}

.inner-pg-cnt h2 {
    font-weight: 600
}

.inner-pg-cnt .font-md p {
    line-height: 2rem
}

.inner-pg-cnt .font-md h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 1.5rem
}

.inner-pg-cnt.cms-sml-txt {
    font-size: 13px
}

.inner-pg-cnt.cms-sml-txt p,
.inner-pg-cnt.cms-sml-txt .font-md p {
    font-size: 13px;
    line-height: 1.5rem
}

.inner-pg-cnt.cms-sml-txt h1 {
    font-size: 1.5rem
}

.inner-pg-cnt.cms-sml-txt h2 {
    font-size: 1rem
}

.inner-pg-cnt.cms-sml-txt h4 {
    font-size: 1.2rem
}

.inner-pg-cnt.cms-sml-txt h5 {
    font-size: 1rem
}

.inner-pg-cnt table td,
.inner-pg-cnt table th {
    font-size: 13px
}

.content-wrp {
    min-height: calc(100vh - 146px)
}

.cms-list li {
    margin-bottom: 10px;
    margin-bottom: 10px;
    list-style: circle;
    list-style-position: inside
}

.content-listing li {
    width: 25%;
    padding: 2px;
    float: left
}

@media (min-width: 1400px) {
    .content-listing li {
        width: 20%
    }
}

@media (min-width: 1600px) {
    .content-listing li {
        width: 16.66666667%
    }
}

@media (min-width: 1800px) {
    .content-listing li {
        width: 14.28571429%
    }
}

@media (max-width: 991px) {
    .content-listing li {
        width: 33.2%
    }
}

@media (max-width: 767px) {
    .content-listing li {
        width: 50%
    }
}

.content-listing .icon-wrp {
    background: #fff;
    border: 1px solid rgba(227,233,237,.3);
    text-align: center;
    display: table;
    height: 200px;
    width: 100%;
    border-radius: 3px;
    transition: all 0.3s;
}
.content-listing .icon-wrp:hover{
    background: rgba(227,233,237,.3);
}

.content-listing .icon-wrp a {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 767px) {
    .content-listing .icon-wrp img {
        max-width: 60%
    }
}

.main-image {
    margin-bottom: 60px
}

.main-img-cntr {
    max-width: 1130px;
    height: auto;
    padding: 40px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #EAF1F6
}

.main-img-cntr .btn-primary {
    background: #042948;
    border-color: #042948;
    font-size: 14px;
    padding: 10px 30px;
    color: #fff;
    margin: 0 3px
}

.main-img-cntr .btn-primary i {
    margin-left: 10px
}

.dwnld-size-chart {
    margin-top: 50px
}

.dwnld-size-chart li {
    display: inline-block;
    font-size: .875rem;
    margin: 0 5px
}

.dwnld-size-chart li a {
    color: #343a40
}

.dwnld-btn-list {
    margin-top: 20px
}

.dwnld-btn-list form {
    display: inline-block
}

.upload-img-cntr {
    background: #fff;
    padding: 40px
}

.upload-img-cntr h1 {
    font-size: 1.5rem;
    margin-bottom: 50px;
    text-align: center
}

.upload-img-cntr .drop-svg-cntr {
    border: 2px dashed #27bd33;
    min-height: 500px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center
}

.upload-img-cntr .drop-svg-cntr h2 {
    position: relative;
    margin-top: 35%
}

.upload-img-cntr .drop-svg-cntr h2 span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 50px;
    color: #9e9e9e;
    font-weight: normal;
    line-height: normal
}

.upload-img-cntr .upload-btn-area {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px
}

.upload-img-cntr .upload-svg-info-cntr {
    padding-top: 60px;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.upload-img-cntr .upload-svg-info-cntr p {
    font-size: 14px
}

.upload-img-cntr .upload-svg-info-cntr .inner {
    background: #f2f7fb;
    padding: 20px;
    height: 100%
}

.upload-icn-list {
    background: #fff;
    padding: 0 40px 40px
}

.upload-icn-list .btn {
    float: right
}

.table {
    border: 1px solid #EAF1F6;
    width: 100%;
    margin-bottom: 20px
}

.table th {
    background: #dee2e6;
    font-weight: 600
}

.table th,
.table td {
    padding: 10px 15px;
    border: 1px solid #EAF1F6
}

.table td {
    font-size: .875rem
}

.table .done {
    color: #27bd33
}

.uploaded-icn-listing {
    background: #fff;
    padding: 40px;
    font-size: .875rem
}

.uploaded-icn-listing hr {
    margin: 40px 0
}

.uploaded-icn-listing .tags-area {
    border: 1px solid #EAF1F6;
    border-radius: 3px
}

.uploaded-icn-listing .table th {
    background: #f8f9fa
}

.uploaded-icn-listing .table img {
    width: 50px;
    margin: 0 auto
}

.uploaded-icn-listing .table h4 {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 8px
}

.uploaded-icn-listing .table h4 span {
    font-weight: 400;
    color: #27bd33
}

.uploaded-icn-listing .table .custom-file {
    float: left;
    margin-right: 10px;
    max-width: 30%
}

.uploaded-icn-listing .table .custom-file:last-child {
    margin-right: 0
}

.uploaded-icn-listing .btn-area {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EAF1F6
}

.icon-set-page {
    padding-top: 118px
}

.icon-set-cntr {
    margin-bottom: 30px
}

.icon-set-cntr .inner {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    border-radius: 4px;
    transform: translateZ(0)
}

.icon-set-cntr .inner:hover {
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
    transform: translate(0, -4px)
}

.icon-set-cntr ul {
    background: #fff
}

.icon-set-cntr ul li {
    float: left;
    padding: 20px
}

.icon-set-cntr .info-area {
    background: #e4f2ff;
    border-top: 1px solid #EAF1F6;
    padding: 30px 20px 20px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    color: #212529
}

.icon-set-cntr .info-area .icon-count {
    font-size: 11px;
    padding-top: 5px;
    position: absolute;
    left: 20px;
    top: -52px;
    text-align: center;
    z-index: 2;
    line-height: 14px
}

.icon-set-cntr .info-area .icon-count span {
    display: block;
    font-weight: 700;
    font-size: 14px
}

.icon-set-cntr .info-area .icon-count .count {
    position: relative;
    z-index: 2;
    left: -4px;
    top: 6px;
    width: 34px
}

.icon-set-cntr .info-area .icon-count:before {
    position: absolute;
    top: 5px;
    left: -25px;
    content: "";
    display: block;
    width: 76px;
    height: 26px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 76px auto;
    background-image: url(../images/icn-count-bg.svg);
    clip: rect(0px, 76px, 26px, 10px);
    z-index: 0
}

.icon-set-cntr .info-area p {
    font-size: .875rem;
    font-size: 13px;
    margin: 0
}

.icon-set-cntr h3 {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600
}

.icon-set-cntr .icon-wrp {
    border: none
}

.icon-set-cntr .icon-wrp img {
    max-width: 48px
}

.icons-set-listing-area {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.icons-set-listing-area a {
    text-decoration: none !important
}

.icons-set-listing-area > h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600
}

.sitemap-cntr {
    background: #fff
}

.sitemap-cntr ul {
    margin-top: 30px
}

.sitemap-cntr ul li {
    margin-bottom: 10px
}

.sitemap-cntr ul li a {
    color: #000
}

.account-content-cntr {
    background: #fff;
    max-width: 1300px
}

@media (min-width: 768px) {
    .account-content-cntr {
        margin: 0 auto;
        padding: 30px 15px
    }
}

.ac-menu {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .ac-menu {
        margin-bottom: 0px
    }
}

.ac-menu h5 {
    color: #fff;
    background-color: #042948;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px
}

.ac-menu ul {
    border: 1px solid #e9ecef;
    border-radius: 3px;
    font-size: .875rem
}

.ac-menu ul li {
    border-bottom: 1px solid #e9ecef
}

.ac-menu ul li:last-child {
    border: 0
}

.ac-menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #000
}

.form-cntr .form-group {
    position: relative;
    margin-bottom: 1.5rem
}

.form-cntr .form-group + .form-group {
    margin-top: 20px
}

.form-cntr .form-label {
    position: absolute;
    left: 15px;
    top: 11px;
    color: #747c83;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    font-size: 1rem
}

.form-cntr .focused .form-label {
    transform: translateY(-10px);
    font-size: 0.75em
}

.form-cntr .form-input {
    position: relative;
    padding: 17px 15px 1px;
    width: 100%;
    outline: 0;
    border: 0;
    border: 1px solid #d0d5d8;
    background: #f9f9fa;
    min-height: 40px;
    border-radius: 2px
}

.form-cntr .form-input.filled {
    box-shadow: 0 2px 0 0 #90ee90
}

.form-cntr .text-area {
    height: 190px;
    padding: 22px 20px
}

.form2-cntr .form-input {
    position: relative;
    padding: 10px 15px;
    width: 100%;
    outline: 0;
    border: 0;
    border: 1px solid #d0d5d8;
    background: #f9f9fa;
    min-height: 40px;
    border-radius: 2px
}

.form2-cntr .form-label {
    position: relative;
    margin-bottom: 0;
    color: #222;
    z-index: 10;
    font-size: .875rem;
    display: block;
    font-weight: 600
}

.my-account-cntr {
    background: #fff
}

.account-right-cntr h2 {
    margin-bottom: 20px;
    font-size: 1.5rem
}

@media (min-width: 768px) {
    .account-right-cntr h2 {
        margin-bottom: 30px
    }
}

.account-right-cntr .icons-set-listing-area {
    max-width: none
}

.account-right-cntr .activity-cntr tr td:first-child img {
    margin-right: 10px
}

.flow-cntr {
    text-align: center;
    margin-bottom: 30px;
    background: #f8f9fa;
    padding: 20px 0
}

.flow-cntr h4 {
    font-size: 1rem
}

.flow-cntr .box {
    border-right: 1px solid #e9ecef
}

.flow-cntr .box:last-child {
    border: 0
}

.edit-icn {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    right: 10px;
    top: 10px;
    text-align: center;
    cursor: pointer
}

.upload-profile-img {
    max-width: 286px;
    max-height: 286px;
    border: 1px solid #d0d5d8;
    margin-bottom: 1.5rem
}

.upload-profile-img img {
    width: 100%
}

.modal.fade .modal-dialog {
    transform: translate(0, 5%)
}

.modal-header .close {
    font-size: 32px;
    padding: 0;
    opacity: 0.5;
    cursor: pointer;
    margin: 0;
    background: none;
    border: none
}

.banner-popup .modal-dialog {
    max-width: 1335px
}

.btn {
    cursor: pointer
}

.banner-img-upld-cntr .form-label {
    left: 0;
    top: 0
}

.profile-img {
    border: 1px solid #e9ecef;
    position: relative
}

.profile-img img {
    width: 100%
}

.profile-img .edit-icn {
    top: auto;
    bottom: 10px;
    width: 25px;
    height: 24px;
    display: none
}

.profile-img .edit-icn img {
    width: 12px
}

.profile-img:hover .edit-icn {
    display: block
}

.profile-info {
    text-align: center;
    padding: 30px 0
}

.profile-info h2 {
    font-weight: 600
}

.profile-info p {
    font-size: 0.80rem
}

.profile-info .flow-info {
    padding-top: 15px
}

.profile-info .flow-info h4 {
    font-size: 12px;
    margin-bottom: 0
}

.follow-btn-cntr .btn {
    width: 100%;
    font-size: .875rem
}

.elsewhere-cnt {
    padding: 20px 20px 8px;
    margin-top: 30px;
    border: 1px solid #e9ecef;
    border-radius: 3px
}

.elsewhere-cnt h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px
}

.elsewhere-cnt ul li {
    margin-bottom: 12px;
    font-size: .875rem
}

.elsewhere-cnt ul li i {
    margin-right: 10px;
    font-size: 1rem
}

.elsewhere-cnt ul li .crt-mkt {
    width: 15px
}

.elsewhere-cnt ul li .icnfinr {
    width: 14px
}

.elsewhere-cnt ul li a {
    color: #212529;
    text-decoration: none
}

.elsewhere-cnt ul li a:hover {
    color: #16c3bb
}

.ac-banner-slide .owl-item {
    border: 1px solid #e9ecef
}

.ac-banner-slide .owl-item:hover .edit-icn {
    display: block
}

.ac-banner-slide .edit-icn {
    display: none
}

.ac-banner-slide .edit-icn img {
    width: 16px !important;
    display: inline-block !important
}

.owl-dots {
    text-align: center
}

.owl-dots span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid #ced4da;
    border-radius: 50%;
    margin: 0 2px
}

.owl-dots .active span {
    background: #042948;
    border-color: #042948
}

.icon-set-cntr .inner .edit-icn {
    display: none
}

.icon-set-cntr .inner:hover .edit-icn {
    display: block
}

.footer {
    margin-top: 50px;
    overflow: hidden
}

.footer h3 {
    margin-bottom: 15px;
    font-size: 1.5rem
}

.footer a {
    color: #212529;
    font-size: .875rem
}

.footer ul li {
    margin-bottom: 10px
}

.footer .category-ftr {
    padding: 30px 30px 10px;
    background: #ced4da
}

.footer .category-ftr .btn {
    color: #fff
}

.footer .styles-ftr {
    padding: 30px 30px 10px;
    background: #dee2e6
}

.footer .copyright-area {
    padding: 15px 30px;
    background: #dee2e6;
    border-top: 1px solid #ced2d6
}

.footer .copyright-area li {
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0 15px;
    border-right: 1px solid #ced2d6
}

.footer .copyright-area li:last-child {
    margin-right: 0px;
    border: 0
}

.home-search-sc{
        border-bottom: 1px solid #e9f1f8;
}
