@font-face {
    font-family: 'IRANSANSExpanded';
    src: url(../fonts/IRANSANSExpanded.eot?#) format('eot'), url(../fonts/IRANSANSExpanded.woff) format('woff'), url(../fonts/IRANSANSExpanded.woff2) format('woff2');
    font-display: swap
}



/* Base font size for rem calculations: 1rem = 1rem */

.navbar {
    padding: 0;
}

.table th{

    font-size: 75%;

}

.table td{

    font-size: 80%;

}

.table thead th {
    vertical-align: middle !important;
    font-size: 75%;
    text-align: center;

}
.navbar-brand {
    padding-bottom: 0;
}

.navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
}

body {
    font-family: 'IRANSANSExpanded', serif;
    direction: rtl;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.my-button {
    color: #ffffff !important;
    padding: 1rem 3rem;
    border-radius: 0.5rem;
}

.my-button:hover {
    color: #ffffff !important;
}



.btn-large {
    padding: 1em 2em;
    background: #58acbe;
    color: #ffffff !important;
    border: 1px solid #58acbe !important;
    border-width: 1px 0;
}

.btn-large:hover {
    background-color: #58acbe !important;
}

.jumbotron {
    background-color: transparent;
}

.bk {
    background-color: #e2f8fd;
}

.btn-outline-primary:hover {
    background-color: #58acbe;
    color: #fff !important;
}

p {
   
   font-size: .85rem;
   line-height: 180%;
  
}
.badge-secondary:hover {

    background-color: #58acbe !important;
}

.post_title {
    color: #222;
}

.post_title:hover {
    color: #222;
}

.count_message {
    background-color: #eee;
    direction: ltr;
    font-size: 70%;
    z-index: 9999;
    padding: 0.1875rem 0.3125rem;
    border-radius: 0.3125rem;
    margin-top: 0.1875rem;
}

.gridpost_title {
    color: #222;
    font-weight: 700;
    font-size: .9em;
    line-height: 140%;
}

.gridpost_title:hover {
    color: #222;
}

a {
    color: #58acbe;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: #377773 !important;
}
 .changecity a:hover{
    background-color: #377773;
    text-decoration: underline !important;
}
.changecity:hover .badge-secondary{
    background-color: #377773;
   
}
.btn-outline-info:hover{
    color:#fff !important;
}

img {
    border: 0;
    /*width: 100%;*/
}

form input,
textarea {
    outline: none;
}

.line-space {
    margin-bottom: 2.5rem;
}

#header {
    position: relative;
    z-index: 999;
    width: 100%;
}

.logo {
    width: 4rem;
    display: block;
    margin: 0 auto;
    padding-bottom: 0.3125rem;
}

.featured {
    border: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
}

.datepost {
    font-size: 100%;
    color: #999;
    line-height: 50%;
}

.excerpt {
    font-weight: lighter;
    color: #666;
    line-height: 200%;
}

.post-meta-inline {
    padding-top: 0.1875rem;
    line-height: 1.3rem;
    padding-right: 0.625rem;
    font-size: 1.5rem;
}

.form-control {
    font-size: .9rem;
    padding: 0.625rem;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem + 2px);
}

.control-label {
    font-weight: 400;
    font-size: .9rem;
}

.post-meta-inline a {
    color: #333 !important;
}

.thumb {
    border: 1px solid rgba(0, 0, 0, .15);
    display: block;
    height: 16rem;
    width: auto;
}

.thumb-single {
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    display: block;
    height: 30em;
    width: auto;
    background-repeat: no-repeat;
}

.content-body p,
body>.content-body ol,
.content-body li {
    font-size: 140%;
    color: #333333;
    line-height: 160%;
}

.ui-menu .ui-menu-item,
.ui-autocomplete {
    font-family: 'vazir'
}

.content-body p a {
    border-bottom: 1px dotted #999;
    padding-bottom: 0.3125rem;
}

.mejs-container {
    margin: 1.25rem 0 1.875rem 0;
}

.gridpost {
    height: 8.125rem;
    border: 1px solid #ccc;
    border-radius: 0.3125rem;
}

.focusmap {
    width: 100%;
    height: 21.875rem;
    margin: 0 auto;
    border: none;
}

.navbar-default {
    margin: 0;
    /* height: 3.125rem; */
    background: #fff;
    border: 0;
    border-radius: 0;
    z-index: 9999;
}

.navbar-default .navbar-brand {
    height: 4.1875rem;
    line-height: 1.875rem;
    padding: 0 1.25rem;
    /* font-size: 0.875rem; */
    text-transform: uppercase;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #3e3e3e;
}

.navbar-default .navbar-nav>li>a {
    /* text-transform: uppercase; */
    /* height: 2rem; */
    /* line-height: 6.25rem; */
    padding: 3rem 1.1rem 0 1.1rem;
    font-size: 120%;
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #58acbe;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.navbar-default .navbar-nav>li.active a {
    background: transparent;
    box-shadow: 0 0 0 #000;
    color: #e10000;
}

.navbar-default .navbar-nav>li.active a:hover {
    background: transparent;
    color: #e10000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #e10000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #3e3e3e;
    border-bottom-color: #3e3e3e;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #e10000;
    border-bottom-color: #e10000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #e10000;
    border-bottom-color: #e10000;
}

.navbar-toggle {
    margin-top: 1.75rem;
}

.dropdown-menu {
    background: #fff;
    padding: 0;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: 0 0 0 #000;
}

.dropdown-menu li a {
    color: #3e3e3e;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 1px dotted #e2e2e2;
    padding: 0.75rem 1.25rem;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    color: #3e3e3e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: none !important;
}

.dropdown-menu .active>a {
    color: #3e3e3e !important;
    background: #f5f5f5 !important;
    filter: none !important;
}

@media (max-width: 47.9375rem) {
    .navbar-collapse {
        margin: 0;
        margin-left: 0.625rem;
        padding: 0 1.875rem;
        background: #fff;
        border: none;
        border-top: 1px solid #303440;
        border-bottom: 1px solid #303440;
    }
    .navbar-default .navbar-nav>li>a {
        color: #303440;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #ff0066;
    }
}

.search-link {
    display: block;
    padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
}

.search-li {
    padding: 1%;
}

.home-top {
    margin: 3.125rem 0px;
    padding: 3.75rem 3.125rem;
    text-align: center;
}

#agency .home-top {
    text-align: center;
}

.home-top h3 {
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.home-top p {
    margin-bottom: 2.5rem;
}

.home-top a {
    border: 1px dotted #bebebe;
    padding: 0.625rem 1.875rem;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.home-top a:hover {
    border: 1px dotted #e5ce06;
    color: #e5ce06;
}

.inner-item {
    margin: 0.3125rem auto 1.875rem;
}

a.button {
    border: 1px dotted #bebebe;
    padding: 0.4375rem 1.5625rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

a.button:hover {
    border-color: #e10000;
}

div.pagination {
    margin: 0 auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.pagination {
    margin: 0;
    padding: 0;
}

ul.pagination li a,
.resource {
    border: 1px dotted #bebebe;
    border-radius: 0.25rem;
    margin: 0 0.1875rem;
    color: #5c606d;
    font-weight: 500;
    font-size: 130%;
    -webkit-transition: 0.5s;
    transition: 0.1s;
}

ul.pagination li a:hover {
    border-color: #58acbe;
    color: #fff;
    background-color: #58acbe;
}

ul.pagination li.active a {
    border: 1px dotted #58acbe;
    color: #fff;
    background-color: #58acbe;
}

ul.pagination li.active a:hover {
    background: transparent;
    border-color: #58acbe;
    color: #58acbe;
}

.corp-container {
    margin: 0 auto;
    max-width: none;
    padding: 0 0.9375rem;
    position: relative;
    width: 73.125rem;
}

.site-footer .widgets {
    padding-top: 5.9375rem;
    width: 100%;
}

.site-footer .widgets .widget .widget-title {
    font-size: 1.0666em;
    font-weight: 500;
}

.site-footer .widgets.widgets-4 .widget {
    width: 22.9375%;
}

.site-footer .widgets .widget {
    box-sizing: content-box;
    margin: 0 2% 5.9375rem 0;
    float: left;
}

.site-footer .widgets .widget a {
    font-size: .8rem;
}

a.card-link:hover {
    color: #fff;
    background-color: #284c66;
}

.thumb {
    border: 1px solid rgba(0, 0, 0, .15);
    display: block;
    margin: 0.3125rem auto 1.875rem;
    width: auto;
    background-position: 50% 50%;
    background-size: cover;
    padding: 0;
    background-repeat: no-repeat;
    -moz-box-shadow: inset 0 0 13em #000;
    -webkit-box-shadow: inset 0 0 13em #000;
    box-shadow: inset 0 0 13em #000;
}

.thumb h1 {
    color: #ffffff !important;
    text-shadow: 0 0px 0.3125rem #000;
    font-size: 1.5rem;
    position: absolute;
    top: 35%;
    left: 10%;
    right: 10%;
}

.br-current-rating {
    line-height: 1.3;
    padding: 0 1.25rem 0 1.25rem;
    color: #666;
    font-size: .9rem;
    font-weight: 400;
    display: block;
    text-align: center;
}

.form-group {
    margin-bottom: 0rem;
    padding: .9rem;
}

.img-circle {
    border-radius: 50%;
}

.resource {
    padding: 2%;
    border: 1px dotted #bebebe;
    border-radius: 0.25rem;
    margin: 1.25rem 0.1875rem;
    color: #5c606d;
    font-weight: 500;
    font-size: 100%;
}

.resource:hover {
    border-color: #58acbe;
    color: #fff;
    background-color: #58acbe;
}

#footer {
    padding: 0 1.875rem;
}

#footer .widgets {
    padding: 2% 0%;
    display: inline-block;
}

#footer .widgets .footer-widget h5 {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    width: 100%;
    font-size: 130%;
    font-weight: bold;
}

#footer p {
    font-size: .8rem;
    padding: 0.3125rem 0;
}

.social {
    padding-right: 3%;
}

.emailinput,
.emailbutton {
    color: #777;
    border: 1px dotted #bebebe;
    border-radius: 0.25rem;
    margin: 0 0.1875rem;
    font-weight: 500;
    font-size: 120%;
    width: 80%;
    padding: .6rem;
    margin: 1%
}

.emailbutton {
    width: auto;
    color: #58acbe;
    background-color: #fff;
}

.emailbutton:hover {
    margin: 0 0.1875rem;
    color: #fff;
    background-color: #58acbe;
    transition: all 0.3s ease-out;
}

.c-comments__list {
    list-style: none;
    padding: 0;
    margin-top: 1.125rem;
}

.c-comments__list>li {
    border-bottom: 1px solid #dedede;
    padding: 0.3125rem 0.625rem 0.3125rem;
    margin-bottom: 1rem;
}

.c-comments__list>li section {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.875rem;
    margin-left: -1.875rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.c-comments__list>li section .aside {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.c-comments__list>li section .article,
.c-comments__list>li section .aside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.c-comments__user-shopping {
    list-style: none;
    padding: 0.3125rem 0 0;
}

.c-comments__list>li section .article {
    padding-bottom: 0.3125rem;
}

.c-comments__list>li section .article p {
    font-size: .85rem;
    line-height: 180%;
    color: #505050;
}

.c-comments__user-shopping>li .cell-name {
    font-size: .85rem;
    line-height: 180%;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.date {
    font-size: .8rem;
    line-height: 1.375;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

#comment_submit:hover {
    color: #fff;
    background-color: #7DC442;
    transition: all 0.1s ease-out;
}

#comment_submit {
    color: #777;
    border: 1px solid #DDDDDD;
    border-radius: 0.1875rem;
    font-weight: 600;
    padding: .6rem;
    margin-top: 1%;
    width: auto;
    color: #58acbe;
    background-color: #fff;
    font-size: 1.8rem;
    padding: 1rem;
}

#footer .widgets .footer-widget ul.social li i.fa {
    width: 1.875rem;
}

#footer .copyright {
    border-top: 1px solid #ddd;
    margin: 0% 1%;
    padding: 2% 0%;
    font-size: 1.5rem;
    color: #ccc;
}


/*************** div width, margins and float. */

#content_rel_posts a {
    text-decoration: none;
}


/* style for article heading. */

#content_rel_posts p {
    font-size: 1.3em;
    padding: 0.3125rem 0 0 0;
    margin: 0;
}


/* style for article heading link. */

#content_rel_posts p a {
    border: 0;
    color: #21759b;
}


/* style for thumbnail */

#content_rel_posts img {
    float: none;
    display: block;
    padding: 0;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 0.25rem rgba(0, 0, 0, 0.2);
    height: auto;
    /* Make images responsive. */
    max-width: 100%;
    /* Make images responsive. */
}

.thumbnail {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menu-footer li a:hover,
#footer .copyright a:hover,
a:hover {
    color: #58acbe;
}

.menu-footer li {
    display: inline-block;
    margin: 0 1% 0 0;
    font-size: .8rem;
}

#footer>div>div>div.row.copyright>div>ul>li:nth-last-child(1):after {
    content: ' ';
    margin-left: 0;
}


/*********************** EDD **********************/

.edd_purchase_submit_wrapper {
    text-align: center;
}

.edd-submit.button.green {
    color: #fff;
    background: #5cb85c;
    border-color: #4cae4c;
    padding: 1% 8%;
    font-size: 140%;
}


/*     
   The baseline. This will be applied to any browser that does not
   support calc, and any browser that is smaller than 50rem wide 
*/

.comments-list,
.comment {
    width: 100%;
}

.comments-section .children {
    margin-right: 5%;
    padding-right: 0;
    width: 95%;
}

.bypostauthor {
    border: 1px solid #ccc;
    padding: 1%;
    margin: 2% 1%;
    background-color: #efefef;
    border-radius: 0.1875rem;
}

.commentlist {
    list-style: none;
}

.comment-meta {
    margin-right: 2.5rem;
    margin-top: -0.625rem;
    margin-bottom: 1.25rem;
}

.reply {
    margin-bottom: 1.25rem;
}


.comment-form-comment input,
select,
textarea {
    border: 1px solid #DDDDDD;
    border-radius: 0.1875rem;
    box-shadow: 1px 1px 0.1875rem #EEEEEE inset;
    font-size: 1.8rem;
    padding: 1rem;
    width: 100%;
}



@media all and (min-width: 50em) {
    .comments-section .children {
        /* Why the use of calc for margin-left? 
       Because browsers that don't support calc will be served 
       up the mobile styling, which is percentage based.  */
        margin-left: calc( 7rem);
        margin-left: -moz-calc( 7rem);
        margin-left: -webkit-calc( 7rem);
        width: calc(100% - 7rem);
        width: -moz-calc(100% - 7rem);
        width: -webkit-calc(100% - 7rem);
    }
}

.comment {
    background: #fff;
    box-shadow: 0 1px 0.25rem rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .09);
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding: 2% 2%;
    border-radius: 0.1875rem;
}

.comment-respond,
#comments {
    padding: 1.875rem 2%;
    background-color: #fafafa;
}

ol.commentlist li ul.children li.depth-2 {
    border-right: 0.3125rem solid #555;
    margin: 0 .35em .25em 0;
    padding-right: 0.9375rem
}

ol.commentlist li ul.children li.depth-3 {
    border-right: 0.3125rem solid #999;
    margin: 0 .35em .25em 0;
    padding-right: 0.9375rem
}

ol.commentlist li ul.children li.depth-4 {
    border-right: 0.3125rem solid #bbb;
    margin: 0 .35em .25em 0;
    padding-right: 0.9375rem
}

.comment-wrap {
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    padding: 1.25rem 0;
    background-color: #fafafa;
    margin-bottom: 1.875rem;
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url(../images/doctorsanj1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

header.masthead h1 {
    font-size: 2rem
}

@media (min-width:48rem) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem
    }
    header.masthead h1 {
        font-size: 3rem
    }
}

.showcase .showcase-text {
    padding: 3rem
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover
}

@media (min-width:48rem) {
    .showcase .showcase-text {
        padding: 7rem
    }
}

.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.features-icons .features-icons-item {
    max-width: 20rem
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem
}

.testimonials .testimonial-item {
    max-width: 18rem
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0 0.3125rem 0.3125rem 0 #adb5bd
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url(../img/bg-masthead.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3
}

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem
}



div.panel-heading.card-header>h3 {
    font-size: 1.5em;
    margin-top: 0;
    text-align: center;
}

div.panel-heading.card-header {
    background-color: #fff;
    text-align: center;
}

.category {
    background-color: #fff;
    color: #3e3e3e !important;
    padding: 0.9375rem;
    margin: 0.3125rem 0.3125rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    border: 0;
}

.category:hover {
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.2);
    color: #000 !important;
}

.blog-grids {
    overflow: hidden;
    margin: 0 -0.9375rem;
}

.selected {
    background-color: #0088B7;
    color: #f5f5f5 !important;
}

.selected:hover {
    background-color: #214d6d;
    color: #f5f5f5 !important;
}

.tests .card {
    border: 0 !important;
}

.tests .card {
    background-color: #fff;
    width: calc(33.33% - 1.875rem);
    /* float: left;*/
    padding: 0.9375rem;
    margin: 0.9375rem 0.9375rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
}

pre {
    display: none
}

.login-panel {
    text-align: right;
    background-color: #fff;
    /* float: left;*/
    padding: 1.5625rem;
    margin: 0.9375rem 0.9375rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
}

.login-panel .form-control {
    padding: 0.9375rem;
    border-radius: 0.625rem;
    border: 0;
    background-color: #f6f6f6;
    -webkit-appearance: none;
    -webkit-transition: 0.3s background-color;
}

.login-panel .btn {
    padding: 0.9375rem;
    border-radius: 0.625rem;
    border: 0;
    background-color: #0088B7;
    -webkit-appearance: none;
    -webkit-transition: 0.3s background-color;
    cursor: pointer;
}


/* Large desktop */

@media (min-width: 75rem) {}


/* Portrait tablet to landscape and desktop */

@media (min-width: 48rem) and (max-width: 61.1875rem) {
    #footer .widgets {
        padding: 3.75rem 2.5rem;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 47.9375rem) {
    #footer .widgets {
        padding: 3.75rem 2.5rem;
    }
    #footer .widgets .footer-widget {
        margin-bottom: 1.875rem;
    }
}


/* Landscape phones and down */

@media (max-width: 30rem) {
    #footer .widgets {
        padding: 3.75rem 0.625rem;
    }
    #footer .copyright {
        margin: 2.5rem 0.625rem 0.625rem 0.625rem;
    }
}
