@import bootstrap.min.css;
@import owl.carousel.min.css;
@import owl.theme.default.min.css;
@import font-awesome.min.css;
@import "https://fonts.googleapis.com/css?family=Source+Sans Pro:200italic,200,300italic,300,400italic,400,600italic,600,700italic,700,900italic,900";

@font-face {
    font-family: 'museo500';
    src: url(../fonts/museo500-regular-webfont.woff2) format("woff2"), url(../fonts/museo500-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
    font-size: 15px
}

h1,
h2,
h3,
h4 {
    font-family: 'museo500', sans-serif
}

.mobile-store {
    display: flex
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important
}

.pr {
    position: relative
}

.no-margin {
    margin: 0 !important
}

.padding-bootom {
    padding-bottom: 90px !important
}

.form-group {
    margin-bottom: 10px !important;
    font-size: 14px
}

.notify {
    position: absolute;
    right: 0;
    position: fixed;
    z-index: 9;
    top: 250px
}

.pr {
    position: relative
}

.no-margin {
    margin: 0 !important
}

.header-nav .brand-logo {
    background-color: #d8107c;
    border-right: 1px solid #e45da6;
    padding: 0;
    width: 296px
}

.header-nav .brand-logo img {
    width: auto;
    z-index: 1;
    position: absolute
}

.header-nav .brand-logo .logo1 img {
    width: auto;
    z-index: 1;
    position: absolute;
    transition: 1s !important
}

.header-nav .nav-bar .call-us {
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background-color: #3c3c3b;
    padding-right: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    margin-bottom: 42px;
    padding-left: 340px
}

.header-nav .nav-bar .call-us span {
    color: #fff;
    text-transform: uppercase
}

.header-nav .nav-bar .call-us span:hover {
    color: #de921a
}

.header-nav .nav-bar .call-us span a {
    color: #fff;
    text-transform: uppercase
}

.header-nav .nav-bar .call-us span a:hover {
    color: #de921a;
    text-decoration: none
}

.header-nav .nav-bar .navbar-menu {
    height: 74px;
    background-color: #d8107c;
    padding-top: 20px;
    margin-left: 7px
}

.header-nav .nav-bar .navbar-menu>ul {
    margin: 0;
    position: relative
}

.header-nav .nav-bar .navbar-menu>ul>li {
    display: inline-block;
    width: 250px;
    border-right: 0 solid #e45da6;
    text-align: center;
    padding: 0;
    margin-left: -2px
}

.header-nav .nav-bar .navbar-menu>ul>li:last-child {
    border: 0
}

.header-nav .nav-bar .navbar-menu>ul>li>a {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    padding: 6px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    width: 100%
}

.header-nav .nav-bar .navbar-menu>ul>li>a span {
    display: inline-block;
    padding-left: 45px;
    position: relative
}

.header-nav .nav-bar .navbar-menu>ul>li>a:nth-child(2) {
    padding-left: 38px
}

.header-nav .nav-bar .navbar-menu>ul>li>a .icon {
    position: absolute;
    left: 5px;
    height: 26px;
    background-image: url(../img/menu-sprites.png);
    top: 8px
}

.navbar-brand>img {
    margin-top: -37px !important
}

.header-nav .nav-bar .navbar-menu>ul>li>a:hover .icon.icon-about {
    background-position: 0 -105px
}

.header-nav .nav-bar .navbar-menu>ul>li>a:hover .icon.icon-careers {
    background-position: -58px -105px
}

.header-nav .nav-bar .navbar-menu>ul>li>a:hover .icon.icon-contact {
    background-position: 29px -105px
}

.list-inline {
    padding-left: 0;
    margin-left: -4px !important;
    list-style: none
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>a {
    color: #d8107c;
    text-decoration: none;
    background-color: #fff
}

.header-nav .nav-bar .navbar-menu>ul>li>a:hover {
    color: #d8107c;
    text-decoration: none;
    background-color: #fff
}

.cor_img {
    margin-left: -19px !important;
    margin-top: 0;
    margin-bottom: 10px
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>a .icon.icon-about {
    background-position: 0 -105px
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>a .icon.icon-careers {
    background-position: -58px -105px
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>a .icon.icon-contact {
    background-position: 29px -105px
}

.pri_load_header_color {
    color: #d91780
}

.pri_load_header_color:hover {
    color: #f19d1a;
    text-decoration: underline
}

.header-nav .nav-bar .drop-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    text-align: left;
    left: 0;
    overflow: hidden;
    height: 350px;
    z-index: -1
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>.drop-menu {
    display: block;
    top: 50px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: .5;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: .5;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.header-nav .nav-bar .drop-menu>ul {
    padding: 10px 0 10px 2px;
    width: 250px;
    border-right: 1px solid #ddd;
    min-height: 350px;
    z-index: 2
}

.header-nav .nav-bar .drop-menu>ul>li>a {
    display: block;
    color: #d8107c;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    text-decoration: none
}

.header-nav .nav-bar .drop-menu>ul>li:hover>a {
    color: #fff;
    text-decoration: none;
    background-color: #d8107c
}

.header-nav .nav-bar .drop-menu>ul>li>a:hover,
.header-nav .nav-bar .drop-menu>ul>li.active>a {
    color: #fff;
    text-decoration: none;
    background-color: #d8107c
}

.header-nav .nav-bar .drop-menu>ul>li>a .fa {
    position: absolute;
    right: 14px;
    top: 14px
}

.padding-0 {
    padding: 0 !important
}

.header-nav .nav-bar .drop-menu>ul>li:hover .menu-info,
.header-nav .nav-bar .drop-menu>ul>li.active .menu-info {
    display: block
}

.header-nav .nav-bar .menu-info {
    display: none;
    position: absolute;
    top: 0;
    left: 250px;
    height: 350px;
    width: calc(100% - 250px);
    padding: 8px 30px 20px 25px;
    z-index: 1;
    color: #d8107c;
    margin-top: 0
}

.header-nav .nav-bar .menu-info hr {
    border-top: 1px dotted #d71179
}

.header-nav .nav-bar .menu-info p a {
    color: #666;
    text-decoration: none
}

.header-nav .nav-bar .menu-info h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-left: -13px;
    margin-top: 10px;
    margin-bottom: 10px
}

.header-nav .nav-bar .menu-info p a:hover {
    color: #d8107c;
    text-decoration: underline
}

.header-nav .nav-bar .menu-info ul li {
    color: #d8107c;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px dotted #d8107c
}

.header-nav .nav-bar .menu-info ul li a {
    color: #d8107c;
    text-decoration: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.list-unstyled {
    list-style: none
}

.header-nav .nav-bar .menu-info {
    color: #d8107c
}

.header-nav .nav-bar .drop-menu {
    text-align: left
}

.header-nav .nav-bar .navbar-menu>ul>li {
    text-align: center
}

.list-inline {
    list-style: none
}

html {
    font-size: 10px;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%
}

.header-nav .nav-bar .menu-info ul li a {
    color: #d8107c;
    text-decoration: none;
    font-size: 16px
}

.header-nav .nav-bar .menu-info ul li a:hover {
    text-decoration: underline
}

.navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    border: none !important;
    border-radius: 0;
    padding: 0;
    background: #d8107c
}

.padding-0 {
    margin-top: 10px
}

.hide {
    display: none
}

.icon {
    display: inline-block
}

.icon.icon-about {
    width: 27px;
    background-position: 0 0
}

.icon.icon-careers {
    width: 33px;
    background-position: -59px 0
}

.icon.icon-contact {
    width: 27px;
    background-position: 29px 0
}

#owlSlider {
    font-weight: 600;
    position: relative;
    border-bottom: 7px solid #d8107c
}

#owlSlider .slide {
    height: 700px;
    position: relative;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 250px
}

#owlSlider .slide .slide-inner {
    padding: 0 20px
}

#owlSlider .slide .ticker {
    position: relative;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    background-color: #d8107c
}

#owlSlider .slide h4 {
    color: #fff;
    font-size: 63px;
    max-width: 500px;
    margin-bottom: 25px
}

.concern-details {
    margin: 10px 15px;
    font-weight: 500;
}

textarea {
    width: 95%;
    height: 25vh;
}

.concern-detail-wrapper {
    clear: both;
}

::-webkit-inner-spin-button {
    display: none;
}

.col-md-6.textareaBox {
    width: 100%;
    margin-left: 18px;
    clear: both;
}

@media (min-width: 1360px) {
    .header-nav .brand-logo img {
        position: absolute;
        z-index: 1;
    }
}

@media screen and (max-width:1024px) {
    .box-align {
        display: flex
    }
}

@media screen and (max-width:767px) {
    .box-align {
        display: block
    }

    .mobile-store {
        padding-left: 0em
    }

    .mobile-store-mob {
        padding-left: 0em
    }

    .mobile-store-rhs {
        padding-left: 0em
    }
}

@media only screen and (max-width:414px) {
    .mobile-store-rhs {
        padding-left: 1.5em
    }
}

@media (max-width:565px) {
    #owlSlider .slide h4 {
        font-size: 42px
    }
}

#owlSlider .slide .btn-color2 {
    background-color: #f19d1a;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#owlSlider .pointer-down {
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #d8107c;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #d8107c
}

.owl-dots {
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 150px;
    z-index: 1
}

.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 22px
}

.owl-dots .owl-dot.active span {
    background-color: rgba(255, 255, 255, .8)
}

.owl-dots .owl-dot span {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .5)
}

.owl-dots .owl-dot span:hover {
    background-color: rgba(255, 255, 255, .8)
}

.slider-foot {
    position: absolute;
    bottom: 7px;
    height: 100px;
    width: 100%;
    padding-left: 30px;
    overflow: hidden;
    z-index: 1
}

.slider-foot .hello-from-bank {
    display: none
}

.slider-foot .discover {
    height: 100px;
    background-color: #faf7f4;
    padding: 15px
}

.slider-foot .discover h4 {
    margin-top: 0
}

.slider-foot .discover-menu li {
    display: inline-block;
    width: 32.5%;
    border-right: 1px dashed #999
}

.slider-foot .discover-menu li:last-child {
    border: 0
}

.slider-foot .discover-menu li a {
    color: #f19d1a;
    font-size: 18px
}

.lines-on-side {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #d8107c;
    text-transform: uppercase
}

.lines-on-side:before,
.lines-on-side:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 47%;
    height: 1px;
    content: '\a0';
    background-color: #999
}

.lines-on-side:before {
    margin-left: -50%;
    text-align: right
}

.lines-on-side:after {
    margin-left: 3%
}

.featured.suggestion {
    background-color: #efe3c9
}

.featured.connect-with-us {
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
    background-color: #d8107c
}

.featured.connect-with-us .section-title {
    color: #fff
}

.featured .section-title {
    color: #d8107c;
    font-size: 46px;
    text-align: center;
    padding-top: 20px
}

.widget-1 .grid-block {
    float: right;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 7px
}

.widget-1 .grid-block:last-child {
    margin-right: 5px
}

.widget-1 .widget {
    height: 345px;
    position: relative;
    overflow: hidden
}

.widget-1 img {
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto
}

.widget-1 .mask-meta {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    color: #fff
}

.widget-1 .mask-meta h4 {
    width: 80%;
    margin-left: 10%
}

.widget-1 .mask-meta .btn {
    background-color: #d8107c;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.widget-1 .mask-meta .btn:hover {
    color: #fff;
    background-color: #c20e70
}

.widget-1 .mask-meta .btn .msg-button {
    display: inline-block;
    padding: 14px 25px
}

.widget-1 .mask-meta .btn .text-right {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    border-left: 1px solid #666
}

.widget-1 .mask-meta .btn .text-right .fa {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 18px;
    text-align: center
}

.widget-2 .widget {
    padding: 0;
    border-top: 4px solid #d8107c;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    margin-bottom: 17px;
    float: right
}

.widget-2 .widget .image {
    position: relative;
    overflow: hidden
}

.widget-2 .widget .image img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.widget-2 .widget .image .icon-video {
    position: absolute;
    background-image: url(../img/widget-2/icon-video.png);
    background-size: cover;
    width: 50px;
    height: 51px;
    bottom: 15px;
    left: 22px
}

.widget-2 .widget .caption {
    padding: 23px;
    font-weight: 400
}

.widget-2 .widget .caption h3 {
    color: #d8107c;
    font-size: 27px;
    font-weight: 600px
}

.widget-2 .widget .caption h4 {
    font-size: 17px;
    text-transform: uppercase
}

.widget-2 .widget .caption p {
    color: #666;
    margin-bottom: 30px
}

.widget-2 .widget .share .pull-left {
    color: #f19d1a;
    text-transform: uppercase
}

.widget-2 .widget .share .pull-right {
    font-size: 12px;
    color: #999;
    text-transform: uppercase
}

.widget-2 .widget .share .pull-right .fa {
    color: #f19d1a
}

.widget-2 .widget .featured {
    font-size: 21px;
    font-weight: 700
}

.widget-2 .widget-sm .image {
    height: 150px;
    padding: 15px 0
}

.widget-2 .widget-sm .image img {
    height: 100%;
    width: auto
}

.widget-2 .widget-sm .caption {
    padding: 5px 20px 20px
}

.widget-2 .widget-sm .caption p {
    margin-bottom: 10px
}

.connect-tabs {
    margin-bottom: 18px
}

.connect-tabs .icon-facebook {
    background-image: url(../img/connect/facebook.png);
    width: 126px;
    height: 30px
}

.connect-tabs .icon-twitter {
    background-image: url(../img/connect/twitter.png);
    width: 37px;
    height: 30px
}

.connect-tabs .icon-youtube {
    background-image: url(../img/connect/youtube.png);
    width: 72px;
    height: 30px
}

.connect-tabs .icon-linkedin {
    background-image: url(../img/connect/linkedin.png);
    width: 118px;
    height: 30px
}

.connect-tabs .nav-tabs.nav-justified>li.active>a {
    padding-top: 12px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.connect-tabs .nav-tabs.nav-justified>li:not(.active)>a {
    background-color: #fefefe;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.connect-tabs .tab-content {
    padding: 28px 13px 13px;
    background-color: #fff;
    min-height: 425px
}

.connect-tabs .tab-content h4 {
    font-size: 16px;
    color: #4a6099;
    font-weight: 700
}

.connect-tabs .tab-content p {
    font-weight: 400
}

.connect-tabs .fb-actions {
    font-size: 12px
}

.connect-tabs .fb-actions li {
    margin-right: 10px
}

.connect-tabs .fb-actions li a {
    color: #afb4bd
}

.connect-tabs .fb-actions .fa {
    margin-right: 2px
}

.widget-3 {
    margin-bottom: 18px;
    background-color: #fff
}

.widget-3 h3 {
    margin-top: 0;
    padding: 16px 18px;
    color: #d8107c
}

.widget-3 .image {
    background-color: #aaaaa7
}

.widget-3 .caption {
    padding: 20px
}

.widget-3 .caption p {
    font-family: "Arial"
}

.widget-3 .caption .read-more {
    color: #f19d1a;
    text-transform: uppercase
}

footer {
    color: #fff;
    padding: 25px 0;
    text-align: center;
    background-color: #3c3c3b
}

footer .footer-title {
    color: #fff;
    font-size: 16px !important;
    font-family: inherit
}

footer .footer-menu a {
    color: #e0e0e0;
    cursor: pointer
}

footer .footer-menu.social .fa {
    width: 25px;
    height: 25px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

footer .stay-updated {
    margin-top: 30px;
    color: #e0e0e0
}

@media (min-width:768px) {
    .header-nav .brand-logo {
        position: absolute;
        width: 277px;
        padding: 0;
        margin-left: -3px;
        margin-top: 0
    }
}

.header-nav .brand-logo.resize {
    padding: 0
}

.header-nav .nav-bar {
    margin-left: 270px
}

.header-nav .nav-bar .navbar-menu li a {
    font-size: 16px;
    line-height: 26px
}

.slider-foot .hello-from-bank {
    display: block;
    width: 353px;
    position: absolute;
    padding: 20px;
    background-color: rgba(0, 0, 0, .7)
}

.slider-foot .discover {
    margin-left: 353px
}

.widget-1 .grid-block {
    width: 32%;
    float: right
}

.widget-1 img {
    width: auto;
    min-width: 100%;
    height: 100%
}

footer {
    text-align: left
}

@media (min-width:992px) {
    .slider-foot .discover-menu li a {
        font-size: 28px
    }

    .widget-2 .widget .image {
        height: 275px
    }

    .widget-2 .widget-sm.dyk {
        height: 245px
    }

    .widget-2 .widget-sm .image {
        height: 150px
    }

    .widget-3 .image {
        height: 125px
    }
}

@media (min-width:1200px) {
    .widget-2 .widget .image {
        height: 286px;
        float: right
    }

    .widget-2 .widget-sm .image {
        height: 150px
    }

    .widget-3 .image {
        height: 188px
    }
}

@media only screen and (min-width:768px) and (max-width:800px) {
    .navbar a .icon {
        left: 22px !important
    }

    .cor_img {
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important
    }
}

.notifytext {
    background: #b7bdcd;
    border-radius: 0
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px dotted #d8107b
}

@media only screen and (max-width:468px) {
    .navbar-header {
        background: #fff
    }

    .navbar-brand>img {
        display: block;
        width: auto;
        margin-top: -15px
    }

    .list-inline {
        padding-left: 0;
        margin-left: -2px !important;
        list-style: none
    }

    .cor_img {
        margin-top: -3px !important;
        margin-bottom: 10px !important;
        margin-left: 0 !important
    }

    .padding {
        padding-left: 14px !important
    }

    .page-header h2 {
        font-size: 24px !important
    }
}

@media only screen and (max-width:375px) {
    .cor_img {
        margin-top: -3px !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important
    }

    .footer-title {
        padding-left: 0 !important
    }

    .mobile-store-rhs {
        padding-left: 2.5em
    }
}

@media only screen and (max-width:360px) {
    .cor_img {
        margin-top: -3px !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important
    }

    .footer-title {
        padding-left: 0 !important
    }

    .mobile-store-rhs {
        padding-left: .5em
    }
}

@media only screen and (max-width:320px) {
    .cor_img {
        margin-top: -3px !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important
    }

    .mobile-store {
        padding-left: 0em
    }
}

@media only screen and (max-width:768px) {
    .navbar-header {
        background: #fff
    }

    .navbar-brand>img {
        display: block;
        width: auto;
        margin-top: -37px;
        margin-right: 10px
    }
}

.modal-backdrop {
    z-index: 1029 !important
}

.top {
    top: 30px !important
}

.search {
    background: none;
    border: none;
    box-shadow: none
}

.search-text {
    border-bottom: 1px solid #fff !important;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 370px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    outline: none;
    background: none;
    font-size: 20px
}

.search-btn {
    background: none;
    border: none;
    outline: none;
    font-size: 28px;
    color: #fff
}

.search-btn:hover {
    background-color: none !important;
    border: none !important;
    outline: none !important;
    font-size: 28px !important
}

@media screen and (max-width:767px) {
    .search-btn:hover {
        font-size: 14px !important
    }
}

.close-btn {
    font-size: 40px !important;
    color: #fff !important;
    padding-right: 52px !important;
    margin-top: -10px
}

.closesearch {
    float: right;
    font-weight: 300 !important;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    width: 23%;
    margin-top: -10px;
    outline: none
}

.close {
    text-shadow: none !important;
    opacity: 1 !important;
    outline: none !important;
    position: absolute;
    top: 5px;
    right: 10px
}

.modal-content {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important
}

.bg {
    background-color: transparent !important
}

footer .footer-menu.social .fa:hover {
    background: #dd8e17 !important;
    color: #fff !important;
    border: 1px solid #dd8e17 !important
}

footer .footer-menu a:hover {
    color: #fbb440;
    transition: .5s;
    text-decoration: none
}

.jf_mm_wrapper li,
.jf_mm_wrapper li:last-child,
.jf_mm_wrapper .backItemClass {
    border-color: #fff
}

.jf_mm_wrapper a,
.jf_mm_wrapper a {
    color: #666;
    background: #e6e7e9
}

.jf_mm_wrapper ul li a i {
    float: right !important;
    color: #666 !important
}

.jf_mm_trigger {
    background-color: #d8107b !important;
    color: #fff !important
}

.fa-angle-left:before {
    content: "\f105" !important
}

.fa-angle-right:before {
    content: "\f104" !important
}

.notice {
    padding-top: 10px
}

@media only screen and (min-device-width:320px) and (max-device-width:736px) and (orientation:landscape) {
    .col-xs-12 {
        width: 50% !important;
        float: left !important
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape) {
    .images-log {}
}

.gototop {
    float: right;
    margin-bottom: 15px;
    margin-right: 8px
}

.mobile-search {
    border-bottom: none !important
}

.mobile-modal {
    margin-top: 110px;
    border: none;
    box-shadow: none;
    background: transparent
}

.mobile-close {
    color: #fff !important;
    margin-top: -43px !important;
    font-size: 26px
}

.mobile-box {
    border-bottom: 1px solid #fff !important;
    outline: none !important;
    color: #fff !important;
    background: none;
    border: none;
    border-radius: 0;
    width: 100% !important
}

.mobile-search {
    border: none !important;
    outline: none !important;
    color: #fff !important;
    background: none;
    margin-left: 20px
}

.mobile-search .fa {
    color: #fff !important
}

@media only screen and (min-width:769px) and (max-width:1200px) {
    .header-nav .nav-bar .navbar-menu>ul>li {
        width: 210px
    }

    .header-nav .nav-bar .drop-menu>ul {
        width: 210px
    }

    .header-nav .nav-bar .menu-info {
        left: 210px
    }
}

@media (min-width:992px) {
    .demo-1 {
        visibility: hidden
    }
}

@media (max-width:992px) {
    .padding-bootom {
        padding-bottom: 0 !important
    }

    .who-we-are {
        margin-top: 80px
    }
}

@media screen and (max-width:2560px) {
    .black {
        margin-left: 31.5% !important;
        margin-right: 31.5% !important
    }

    .beta {
        position: absolute;
        left: 25%;
        font-size: 15px
    }
}

@media screen and (max-width:1920px) {
    .black {
        margin-left: 24% !important;
        margin-right: 24% !important
    }

    .beta {
        position: absolute;
        left: 17%;
        font-size: 15px
    }
}

@media screen and (max-width:1600px) {
    .black {
        margin-left: 16% !important;
        margin-right: 17% !important
    }

    .beta {
        position: absolute;
        left: 11%;
        font-size: 15px
    }
}

@media screen and (max-width:1440px) {
    .black {
        margin-left: 12% !important;
        margin-right: 15% !important
    }

    .beta {
        position: absolute;
        left: 6%;
        font-size: 15px
    }
}

@media screen and (max-width:1366px) {
    .black {
        margin-left: 9% !important;
        margin-right: 9% !important
    }

    .beta {
        position: absolute;
        left: 4%;
        font-size: 15px
    }
}

@media screen and (max-width:1280px) {
    .black {
        margin-left: 5% !important;
        margin-right: 4% !important
    }

    .beta {
        position: absolute;
        left: 2%;
        font-size: 15px
    }
}

@media screen and (max-width:1024px) {
    .black {
        margin-left: 0 !important;
        margin-right: 2% !important
    }

    .beta {
        position: absolute;
        left: 7px;
        font-size: 15px
    }
}

@media screen and (max-width:768px) {
    .headerbanner {
        width: 57%;
        margin-left: 23.8em;
        margin-bottom: 5em;
        background: #eaeaea;
        padding-left: 2em;
        padding-right: 2em
    }

    .pri_load_header3 {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width:992px) {
    .black {
        margin-left: 0 !important;
        margin-right: 1% !important
    }

    .beta {
        position: absolute;
        left: 3px;
        font-size: 12px
    }
}

@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
    .pull-right1 {
        float: right;
        right: 16%;
        padding-right: 10px;
        margin-left: 23px
    }
}

.formError {
    color: red
}

.blog h2 .subheading-category {
    font-size: 36px !important;
    color: #d91780;
    line-height: 50px;
    font-weight: 400;
    padding-left: 15px
}

.blog h2 {
    font-size: 18px;
    color: #d91780;
    line-height: 24px;
    font-weight: 600;
    padding-left: 7px !important
}

.blog h2 a {
    font-size: 18px;
    color: #d91780;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px
}

.blog .item {
    padding-left: 15px
}

.blog .item::before {
    content: '';
    width: 100%;
    display: block;
    background: #999;
    height: 1px;
    margin: 15px auto
}

.blog .items-leading {
    padding-left: 15px
}

.blog h2 a:hover {
    color: #f19d1a;
    text-decoration: underline
}

.blog .text {
    font-size: 16px;
    color: #000
}

.blog .item-image {
    padding-right: 20px;
    width: 330px
}

.item-image {
    width: 100%
}

.blog .item-image img {
    margin-bottom: 0
}

.item-image img {
    max-width: 100%;
    height: auto;
    display: block
}

.readmore {
    display: -webkit-box;
    margin-bottom: 5px
}

.readmore a {
    font-size: 16px;
    color: #d91780;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    border: none;
    border-radius: 0
}

.readmore a:hover {
    color: #f19d1a !important;
    text-decoration: underline;
    background: none !important
}

.readmore .btn:focus,
.readmore .btn:active:focus {
    outline: none;
    box-shadow: none
}

.page-header h3 {
    padding-top: 5px;
    font-size: 22px;
    width: 80%
}

.page-header i {
    padding-top: 5px
}

.blog .page-header {
    display: -webkit-inline-box;
    width: 100%;
    margin-top: 0 !important
}

.padding15 {
    padding: 0 0 0 15px
}

.color999 {
    border-color: #999
}

.icon-share {
    position: absolute;
    right: 20px;
    top: 55px
}

.addtoany_list.a2a_kit_size_32 a>span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;
    color: #d91780;
    border: 1px solid #d91780
}

.previous {
    left: 15px;
    position: absolute
}

.pager li>a,
.pager li>span {
    border-color: #000 !important;
    color: #000;
    border-radius: 0 !important
}

.pager li>a:hover,
.pager li>span:hover,
.pager li>a:focus,
.pager li>span:focus {
    border-color: #dd8e17 !important;
    color: #dd8e17;
    background: none !important
}

.press-border {
    border: 1px solid #999;
    padding: 15px
}

.press-border ul {
    padding: 0;
    margin: 0;
    padding-left: 15px
}

.press-contact p {
    padding-top: 25px
}

.press-contact a {
    color: #000;
    text-decoration: underline;
    transition: 0.5s
}

.press-contact a:hover {
    color: #000;
    text-decoration: underline;
    color: #d91780
}

.products h1 {
    font-size: 36px;
    color: #d91780;
    line-height: 40px
}

.products .color999 {
    border-color: #999;
    display: flex;
    width: 100%
}

.products img {
    float: left;
    padding-right: 25px;
    padding-bottom: 15px
}

.products h3 {
    font-size: 18px;
    color: #d91780;
    margin: 0;
    font-weight: 600;
    text-align: left
}

.products p {
    margin-top: 10px
}

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

.products a:hover {
    color: #d91780;
    text-decoration: underline
}

.values img {
    padding-bottom: 45px
}

.values .fa {
    font-size: 7px;
    padding-right: 10px;
    position: relative;
    top: -3px
}

.f-d-img {
    padding-bottom: 40px !important
}

.header_product_land {
    padding-top: 64px;
    font-family: Source Sans Pro !important;
    color: #d8177f;
    font-size: 36px;
    margin-bottom: 10px;
    padding-left: 12px
}

#main-logo {
    padding-left: 15px
}

@media (min-width:1600px) {

    .blog .item,
    .blog .items-leading {
        padding: 0 0 0 15px
    }

    .blog h2 .subheading-category {
        padding-left: 10px;
        padding-top: 5px
    }
}

@media screen and (max-width:992px) {
    .icon-share {
        position: static;
        height: 20px;
        margin-left: 0;
        margin-left: 8px;
        margin-top: 5px
    }

    .page-header h3 {
        width: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .products img {
        padding-right: 15px;
        padding-bottom: 4px
    }
}

.fwg-single-gallery.fwg-cols-3 .fwg-single-gallery-item {
    padding: 5px
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .header-nav .nav-bar .drop-menu>ul>li>a .fa {
        right: 5px;
        top: 18px
    }

    .img_two {
        width: 230px !important
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .bod .text2 .fa {
        margin-top: 2px
    }

    #fwgallery .galleries-list .galleries-item-title {
        font-size: 16px
    }

    .notify {
        top: 115px
    }
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    #fwgallery .galleries-list .galleries-item-title {
        font-size: 16px
    }

    .notify {
        top: 115px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .notify {
        top: 150px !important
    }

    #fwgallery .galleries-list .galleries-item-title {
        font-size: 16px
    }

    .notify {
        top: 115px
    }
}

@media only screen and (max-width:768px) and (min-width:767px) {
    .sav-set {
        width: 47%;
        margin-left: 27em !important;
        ;
        background: #eaeaea
    }

    .header_product_land {
        padding-top: 17px;
        color: #d8177f;
        text-align: left;
        font-size: 24px;
        margin-bottom: 25px;
        padding-left: .5em;
        padding-right: 2em
    }

    #main-logo {
        margin-bottom: 5em;
        padding-left: 1em
    }

    .who-we-are {
        margin-top: 0
    }
}

@media only screen and (min-width:320px) and (max-width:425px) {
    .values img {
        padding-bottom: 180px
    }

    .icon3img {
        padding-bottom: 80px !important
    }

    .bod .text2 {
        padding: 0 0 0 105px !important
    }

    .bod h2 {
        font-size: 15px;
        line-height: 20px
    }

    .bod h3 {
        font-size: 14px
    }

    .bod hr {
        padding: 4px 0
    }

    .galleries-item {
        width: 100% !important
    }

    .video-2 {
        margin-top: 20px !important
    }

    .contacth2 {
        margin-top: 25px !important
    }

    .f-d-img {
        padding-bottom: 4px !important
    }
}

.btn5 {
    display: inline-block;
    padding: 1px 9px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    width: 250px;
    height: 46px;
    background-color: #d8177f;
    padding-bottom: 4px;
    font-weight: 600;
    padding-left: 15px
}

.btn5:hover {
    color: #fff;
    background-color: #f19d1a;
    border-color: #f19d1a
}

.glyphicon {
    top: 4px !important
}

.btn1 {
    display: inline-block;
    padding: 1px 9px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    width: 125px;
    height: 30px;
    background-color: #d8177f;
    padding-bottom: 4px;
    font-family: Source Sans Pro;
    font-weight: 600
}

.btn1:hover {
    color: #fff;
    background-color: #f19d1a;
    border-color: #f19d1a
}

.box {
    width: 258px;
    height: 430px;
    background: #fff;
    margin-bottom: 26px;
    margin-left: -15px;
    border: 1px solid #d8107c;
    text-align: left
}

.head {
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    background-color: #d8177f;
    margin-top: 0;
    margin-bottom: 0
}

.pix {
    width: 256px;
    height: 128px;
    margin-left: 0;
    margin-right: 0
}

.S_text {
    padding-left: 21px;
    padding-right: 14px;
    font-size: 16px;
    padding-top: 4px;
    text-align: left
}

.saving_top {
    position: absolute !important;
    bottom: 15px !important;
    margin-left: 57px
}

@media screen and (max-width:768px) {
    .banner-css {
        margin-top: 4em
    }
}

@media screen and (max-width:480px) {
    #main-logo {
        padding-left: 15px;
        text-align: center;
        margin-left: 0px !important
    }

    .who-we-are {
        margin-top: 20px
    }

    .btn1 {
        margin-bottom: 0
    }
}

.saving_list {
    margin-left: -20px
}

.saving_text {
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: 95%;
    font-size: 16px
}

.saving_list li {
    padding-left: 1em;
    text-indent: -1em
}

.saving_list li::before {
    content: "•";
    color: #d8107c;
    font-weight: 800;
    margin-right: 9.5px
}

.saving_list li {
    padding-right: 14px;
    font-size: 16px;
    padding-top: 8px;
    list-style-type: none;
    padding-left: 17px
}

.right {
    width: 260px !important;
    height: 200px;
    border: 1px solid #ccc;
    margin-left: 10px
}

.need {
    font-size: 17px;
    padding-top: 15px;
    padding-left: 16px;
    color: #d0c6b9
}

.need1 {
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 90px;
    color: #fff;
    background-color: #f09d1a;
    margin: 0 0 10px
}

.free {
    padding-top: 30px;
    padding-left: 18px;
    font-size: 15px;
    padding-right: 13px
}

.same {
    font-size: 15px;
    padding-left: 18px;
    color: #d8177f;
    padding-bottom: 5px
}

.hh {
    margin-top: 17px;
    margin-bottom: 14px;
    border: 0;
    border-top: 2px solid #dacdcd;
    width: 21px;
    margin-left: 21px
}

.btn4 {
    display: inline-block;
    padding: 0 61px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #f19d1a;
    ;
    padding-bottom: 4px;
    width: 240px;
    height: 70px
}

.bottom {
    margin-top: 5%;
    border: 1px solid #ccc;
    height: 90px;
    width: 260px;
    margin-left: 10px
}

.bottom1 {
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    color: #fff;
    background-color: #f09d1a;
    margin: 0 0 10px
}

.ban-text {
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
    color: #000;
    margin: 0 0 10px
}

.img_1 {
    vertical-align: middle;
    float: left;
    padding-left: 18px
}

.btn4:hover {
    color: #fff;
    background-color: #d8177f;
    border-color: #d8177f
}

.phone_text {
    font-size: 15px;
    float: right;
    padding-top: 4px;
    text-align: initial;
    line-height: 17px
}

.glyphicon.glyphicon-phone {
    font-size: 39px;
    margin-left: -44%
}

.glyphicon.glyphicon-phone {
    position: relative;
    top: 11px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fix {
    margin-right: 9px;
    margin-left: -17px
}

.bb {
    font-size: 16px
}
}

@media (min-width:992px) and (max-width:1199px) {
    .saving_list li {
        padding-right: 14px;
        font-size: 12.6px;
        padding-top: 8px;
        list-style-type: none
    }

    .btn2:hover {
        color: #fff;
        background-color: #f19d1a;
        border-color: #f19d1a
    }

    .btn2 {
        display: inline-block;
        padding: 1px 9px;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: 400;
        line-height: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        color: #fff;
        width: 114px;
        height: 24.2px;
        background-color: #d8177f;
        padding-bottom: 4px
    }

    .modal123 {
        display: none;
        position: fixed;
        z-index: 999999 !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 687px;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .4)
    }

    .modal-content {
        background-color: rgba(254, 254, 254, .65);
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 19%;
        height: 500px;
        margin-right: 5%
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: 700
    }

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

    .myModalrequest {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 30%
    }

    .item-page h1 {
        color: #d8177f;
        font-weight: 400;
        font-size: 34px;
        font-family: museo500;
        margin-left: 8px
    }

    .pri_load_text {
        margin-bottom: 0;
        margin-top: 20px;
        font-family: Source Sans Pro;
        font-size: 17px;
        margin-left: 8px
    }

    .pri_load_text1 {
        content: "-";
        margin-bottom: 2px;
        margin-top: 2px;
        font-family: Source Sans Pro;
        font-size: 17px
    }

    .pri_load_text1 li::before {
        content: "-";
        font-family: Source Sans Pro;
        font-size: 17px;
        color: #000
    }

    .pri_load_text2 li ul li::before {
        content: "-";
        font-family: Source Sans Pro;
        font-size: 17px;
        color: #000
    }

    .pri_load_list {
        font-size: 16px;
        font-family: Source Sans Pro
    }

    .page-sep {
        padding-bottom: 0;
        margin: 20px 0 20px 0px !important;
        border: 1px solid #ccc;
        margin-left: 8px !important
    }

    .pri_load_header {
        margin-bottom: 15px;
        font-family: Source Sans Pro;
        font-weight: 600;
        color: #d8107c;
        margin-left: 8px
    }

    .pri_load_header3 {
        margin-bottom: -30px;
        font-family: Source Sans Pro;
        font-weight: 600;
        color: #d8107c;
        margin-left: 8px
    }

    .pri_load_header2 {
        margin-bottom: 20px;
        font-family: Source Sans Pro;
        font-weight: 600;
        color: #000;
        margin-left: 8px
    }

    .table {
        margin-left: 50px;
        max-width: 95% !important;
        margin-bottom: 25px !important
    }

    .td_benefits {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .table1 {
        margin-left: 12px
    }

    .td {
        padding: 5px
    }

    .pri_load_header1 {
        margin-bottom: 25px;
        font-family: Source Sans Pro;
        font-weight: 700;
        color: #000
    }

    .pri_load_header_color {
        color: #d8107c !important;
        margin-bottom: 45px
    }

    .pri_load_header_color:hover {
        color: #f59c1e !important;
        margin-bottom: 45px;
        text-decoration: underline
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .4)
    }

    .modal-content {
        background-color: rgba(254, 254, 254, .65);
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 19%;
        margin-right: 5%
    }

    .myModalrequest {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 30%
    }

    .iframe1 {
        position: absolute;
        bottom: 0;
        height: 400px;
        right: 0;
        display: none
    }

    #ifr {
        bottom: 0;
        height: 400px;
        right: 0;
        display: inline;
        background-color: #fff
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .4)
    }

    .modal-content {
        background-color: rgba(254, 254, 254, .65);
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 19%;
        margin-right: 5%
    }

    .close123 {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: 700
    }

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

    .pri_load_text {
        margin-bottom: 0;
        margin-top: 20px;
        font-family: Source Sans Pro;
        font-size: 17px;
        margin-left: 8px
    }

    .pri_load_text1 {
        content: "-";
        margin-bottom: 2px;
        margin-top: 2px;
        font-family: Source Sans Pro;
        font-size: 17px
    }

    .pri_load_text1 li::before {
        content: "-";
        font-family: Source Sans Pro;
        font-size: 17px;
        color: #000
    }

    .pri_load_text2 li ul li::before {
        content: "-";
        font-family: Source Sans Pro;
        font-size: 17px;
        color: #000
    }

    .pri_load_list {
        font-size: 16px;
        font-family: Source Sans Pro
    }
}

.ui-dialog.ui-widget {
    width: 50%;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#dialog {
    background-color: #ffffff;
}

.ui-dialog .ui-widget-header {
    border: none;
    background: #ffffff;
}

.cptch_bx {
    margin: 20px;
}

.cptch_bx .refrsh_btn {
    margin-left: 10px;
    font-size: large;
}

.cptch_bx #numaric_cap {
    margin-left: 0px;
}

.cptch_bx>p {
    height: 25px;
}

/* ---------------- */


.container {
    width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
    box-sizing: border-box;
}

.calculator-container {
    max-width: 946px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-text {
    text-align: center;
    margin-bottom: 20px;
}

.calculator {
    display: flex;
    /* flex-direction: row; */
    gap: 20px;
}

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

.calculator-inputs {
    flex: 1;
}

.calculator-results {
    flex: 1;
    text-align: left;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.text-and-nos {
    display: flex;
    align-items: center;
    gap: 5px;
}

.error-message {
    color: red;
    font-size: 0.875em;
}

.disclaimer {
    font-size: 0.875em;
    color: #666;
}

button {
    background-color: #ff007f;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #e6006e;
}
.or-divider {
    text-align: center;
    font-size:23px;
}
label.full-name-unclamed {
    font-size: 22px!important;
}

@media screen and (max-width: 760px) {
    .calculator {
        padding: 20px 20px;
        display: flex;
        flex-direction: column;
    }
}