@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 14px;
    color: #000000;
}

h1{
    font-size: 42px;
}
h2{
    font-size: 32px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 16px;
}

p{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

img{
    max-width: 100%;
}

.priz{
    color: #cf0e00;    
}

/*common*/
.theme-list {
    margin: 0;
    padding: 0;
}

.theme-list li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}

.theme-list li:before{
    content: "";
    background: url(../images/tick.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
}

.theme-list li:last-child {
    padding-bottom: 0;
}

.btn{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 35px;
    border-radius: 8px;
    position: relative;
    z-index:0;
}

.theme-btn {
    background: #df6e01;
    color: #fff !important;
}


.theme-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 8px;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    margin: auto;
}

.theme-btn:hover:before {
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.theme-btn:hover {
    color: #df6e01 !important;
}

.white-btn{
    background: #fff;
    color: #df6e01 !important;
}


.white-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: #df6e01;
    border-radius: 8px;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    margin: auto;
}

.white-btn:hover:before {
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.white-btn:hover {
    color: #fff !important;
}

.theme-heading h2{
    font-weight: 600;
}

.theme-heading p{
    margin-bottom: 0;
}

.theme-heading button{
    margin-top: 20px;
}

/*top-bar*/
.social {
    padding: 0;
}
.social li {
    list-style: none;
    margin: 0 5px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.social li:hover {
    background: #df6e53;
}

.social li:hover i {
    color: #fff;
}

.social a {
    transition: all 0.3s ease-in-out;
}

.social li a {
    color: #df6e01;
}


.top-bar {
    background: #00538c;
    padding: 5px 0;
}

.top-bar .lnk a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.top-bar .num img {
	width: 19px;
	margin-right: 2px;
}

.top-bar .num {
   /* margin-right: 40px;*/
    position: relative;
}

.top-bar .num:after {
    content: "";
    position: absolute;
    right: -20px;
    width: 1px;
    height: 100%;
    background: #fff;
    display:none;
}
/*navbar*/

.header-space {
    padding-top: 135px;
}
.up-bar {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar{
    flex-direction: column;
    align-items: inherit;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    outline: none !important;
}
.navbar:before {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    transition: all 0.4s ease-out;
}
.nav-link {
    font-size: 16px;
    color: #000 !important;
    position: relative;
}
.nav-item.active a {
    color: #00538c !important;
}

.nav-item a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    background-color: #00538c;
    left: 0;
    right: 0;
    height: 2px;
    transform: scaleX(0);
    transition: transform .6s ease;
}

.nav-item a:hover:after, .nav-item.active a:after{
    transform: scaleX(1);
}
.nav-item {
    margin-left: 30px;
}
.navbar.darkHeader::before {
    height: 100%;
}

.darkHeader .top-bar{
    display: none;
}

.navbar-brand img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.darkHeader .navbar-brand img {
    transform: scale(0.8);
}

.darkHeader .up-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*banner*/

.banner{
    position: relative;
    z-index: 0;
    padding-bottom: 60px;
    height: 100%;
}

.banner:before{
    content: "";
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position:right;
}
.furniture-movers-banner:before {
	background: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.house-movers-banner:before {
	background: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.international-movers-banner:before {
	background: url(../images/banner-images-international.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.relocation-movers-banner:before {
	background: url(../images/office-relocation-banner-images.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.get-quote .theme-btn {
    margin: 20px auto auto;
    display: block;
}
.banner article {
    background: rgb(255 255 255 / 50%);
    border-left: 4px solid #df6e01;
    padding: 20px 40px;
}

.banner article h1 {
    margin-bottom: 0;
    font-weight: 600;
}

.banner article h2 {
    font-weight: 400;
}

.banner ul li{
    font-weight: 500;
}
form .theme-btn:hover {
    color: #fff !important;
}
.datepicker-dropdown table {
    width: 100%;
}

.datepicker-dropdown {
    width: 215px;
}

.datepicker td, .datepicker th{
    font-size: 14px;
}

.get-quote {
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 16%);
}

.get-quote h3 {
    background: #00538c;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 7px 0;
    font-weight: 400;
}

.get-quote form {
    padding: 30px 15px;
}

.get-quote .no-floating select {
    height: 3rem;
    border-radius: 0px;
}

.get-quote .no-floating {
    margin-bottom: 15px;
}

.get-quote .form-floating {
    margin-bottom: 15px;
}

.get-quote .form-floating>.form-control {
    height: calc(3rem + 0px);
    border-radius: 0;
}

.form-floating>label{
    padding: 0.85rem 0.75rem;   
}

.get-quote .form-floating>.form-select {
    border-radius: 0;
}

/*google review*/
.g-rvw{
    padding: 60px 0 60px;
}

.g-rvw .owl-nav {
    display: block !important;
}
.g-rvw .owl-dots {
    display: none;
}
.g-rvw .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.g-rvw .owl-prev {
    left: -13px;
}

.g-rvw .owl-next {
    right: -13px;
}

.g-rvw .owl-nav button span {
    background: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
}

.g-rvw .owl-nav button span:before{
    content: "";
    background: url(../images/arw.png);
    width: 24px;
    height: 14px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.g-rvw .owl-next span:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.review-outer {
    padding: 0 10px;
    display: flex;
}

.google-review-content-inner {
    background-color: #efefef;
    border-radius: 8px;
    padding: 20px 20px 10px;
}
.google-review-outer {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.google-review-img {
    padding: 0 15px 0 0;
    width: 64px;
}

.google-review-img img {
    border-radius: 50%;
    border: 1px solid #df6e01;
}

.profile-details {
    width: calc(100% - 64px);
}
.profile-details h4 {
    font-weight: 700;
    font-size: 15px;
    padding-right: 25px;
    color: #000;
    margin-bottom: 2px;
}
.profile-details p {
    color: #a4a4a4;
    font-size: 12px;
    margin: 0;
}
.google-review-outer::after {
    content: "";
    background: url(../images/google-icon.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.rating-star ul {
    padding: 0;
    margin: 10px 0 5px;
}
.rating-star ul li {
    display: inline-block;
    color: #f6bb06;
    font-size: 18px;
}

.g-rvw .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.g-rvw .owl-item {
    display: flex;
}

.g-rvw .owl-item >div {
    display: flex;
}


/*services*/

.services{
    position: relative;
    z-index: 0;
    padding: 60px 0 30px;
    overflow: hidden;
}

.services:before{
    content: "";
    background: url(../images/services.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.services .inside {
    position: relative;
}

.services .inside:before {
    content: "";
    position: absolute;
    background: #df6e01;
    width: 120px;
    height: 130px;
    border-radius: 50%;
    top: -90px;
    right: -50px;
    z-index: -1;
}

.services .inside:after {
    content: "";
    position: absolute;
    background: #df6e01;
    width: 120px;
    height: 130px;
    border-radius: 50%;
    bottom: -90px;
    left: -50px;
    z-index: -1;
}

.services .container>.row>[class^="col-"] {
    display: flex;
}
.services .box {
    border: 1px dashed #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 40px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.services .box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00538c;
    z-index: -1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.services .box:hover:before {
    transform: scale(1);
}

.services .box:hover {
    border: 1px dashed #00538c;
}

.services .box figure {
    margin-bottom: 20px;
}

.services .box h3 a{
    position: relative;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
}
.services .box a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.services .box:hover a:before {
    width: 100%;
}
.services .box p {
    margin-bottom: 0;
    font-weight: 300;
}

/*worthy*/
.worthy{
    padding: 60px 0 60px;
}

.worthy figure{
    position: relative;
}

.worthy img {
    object-fit: cover;
    border-radius: 8px;
}

/*time*/

.time{
    position: relative;
    z-index: 0;
    padding: 60px 0 60px;
}

.time:before{
    content: "";
    background: url(../images/times.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.time:after {
    content: "";
    width: 200px;
    height: 100%;
    background: #df6e01;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.time h2{
    color: #df6e01;
}

/*choose*/
.choose{
    padding: 60px 0 40px;
}

.choose .box .card {
    flex-direction: row;
    align-items: flex-start;
    border: 0;
    margin-bottom: 25px;
}


.choose .card-body {
    width: calc(100% - 70px);
    padding-top: 0;
    padding-bottom: 0;
}

.choose .card-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.choose .card-body p {
    line-height: 22px;
}

.choose .card img {
    width: 65px;
}

.choose figure img{
    object-fit: cover;
    object-position: left;
}

/*schedule*/

.schedule{
    position: relative;
    z-index: 0;
}

.schedule:before{
    content: "";
    background: url(../images/relocation.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.schedule .theme-heading{
    padding: 30px 0;
}

.schedule .theme-heading h2{
    font-size: 30px;
}

.schedule figure{
    justify-content: center;
    position: relative;
    width: 100%;
}

.schedule figure:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #df6e01;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 30% 100%);
}

.schedule figure img{
    max-width: 265px;
    margin-top: -50px;
    object-fit: cover;
    object-position: right;
}

/*worthy-2*/
.marq {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #00538c;
    text-align: center;
    color: #fff;
    padding: 20px 20px;
    border-radius: 8px;
    margin: 15px;
}

.marq h4 {
    font-weight: normal;
    font-size: 18px;
}

/*callto*/

.callto{
    position: relative;
    z-index: 0;
    padding: 60px 0 60px;
}

.callto:before{
    content: "";
    background: url(../images/callto.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

/**/
.carry{
    position: relative;
    padding: 60px 0 40px;
}


.carry .row>[class^="col-"]:nth-child(2n) {
    padding-top: 0 !important;
}

.carry .inner {
    text-align: center;
    position: relative;
}

.carry .inner:after {
    position: absolute;
    right: -135px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    z-index: -1;
}

.carry .inner h4 {
    margin-top: 30px;
   font-weight: 500;
      transition: all 0.3s ease-in-out;
}
.carry .inner:hover h4 {
    color: #df6e01;
}
.carry .icon {
    box-shadow: 3px 1px 5px 0px rgb(0 0 0 / 20%) !important;
    background: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    margin: auto;
}
.carry .inner:hover .icon {
    background: #ffe9d6;
}

/*faq*/
.faq{
    position: relative;
    z-index: 0;
    padding: 60px 0 60px;
}

.faq:before{
    content: "";
    background: url(../images/faq.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

/*custom accordion*/

.details {
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}
.details:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.details__summary{
    padding: 9px;
}
.details__summary {
    font-weight: 600;
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-right: 45px;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    margin-bottom: 6px;
    line-height: 1.3;
}

.details__summary::-webkit-details-marker {
  display: none;
}

.details__summary:before {
    position: absolute;
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    height: 30px;
    width: 30px;
    background: #282828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.details__summary:after {
    /* content: ""; */
    position: absolute;
    background: #ccc;
    width: calc(100% - 60px);
    height: 1px;
    left: 0;
    bottom: -4px;
    margin-left: 60px;
}

[open] .details__summary:before {
    background: #ffffff;
    color: #00538c;
    transform: rotate(180deg);
}

.details__content {
  padding: 0 20px 0px;
}

.details__content p{
    margin: 0;
    padding-bottom: 20px;
}
.details[open] {
    box-shadow: none;
    background: transparent;
    border: 1px dashed #00538c;
}

.details[open] summary {
    background: #00538c;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*contact*/

.contact{
    padding: 60px 0 30px;
}

.contact .container{
    position: relative;
    z-index: 0;

}

.contact .container:before{
    content: "";
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    border-radius: 8px;
}

.contact .get-quote {
    background: transparent;
    box-shadow: none;
    padding: 30px 0;
    width: 100%;
}

.contact .get-quote h3 {
    background: transparent;
    text-align: left;
    font-weight: 600;
}

.contact .get-quote form {
    padding: 10px 0 0;
}

.contact form input, .contact form textarea {
    border-radius: 4px !important;
    border-color: #fff;
}

/**/
.quote_btn {
    position: fixed;
    right: -46px;
    top: 50%;
    transform: rotate(-90deg);
    z-index: 99;
    font-size: 14px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    width: auto;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 0;
    padding: 8px 20px;
    background-color: #df6e01;
    border-color: #df6e01;
    outline: 0 !important;
    transition: all .4s ease-in-out;
}

/**/
.thnkyou {
    min-height: 100vh;
    background-color: #faf6f3;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
    margin-top: 20px;
}

.thnkyou:before {
    content: "";
    background: url(../images/thanks.png);;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 0%;
    background-color: #faf6f3;
    z-index: -1;
}

.thnkyou .row{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.thnkyou .box {
    background: -moz-linear-gradient(left, rgb(250 246 243 / 85%) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgb(250 246 243 / 85%) 60%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(250 246 243 / 85%) 60%,rgba(255,255,255,0) 100%);
    border-left: 4px solid #216493;
    padding: 20px 20px;
    margin-bottom: 12px;
}

.thnkyou .box h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    color: #216493;
    margin-top: 0;
    margin-bottom: 0px;
}

.thnkyou .box h3 {
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    letter-spacing: 0px;
}

.thnkyou .opt {
    padding: 0;
}

.thnkyou .opt li {
    padding-bottom: 18px;
    padding-left: 17px;
    position: relative;
    color: #000;
    font-size: 15px;
    list-style: none;
}

.thnkyou .opt li:before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 3px;
}

/*thank you boxDetails*/
.boxDetails {
    background: #f7ffff;
    padding: 20px 15px 30px;
    border-radius: 0px;
    box-shadow: 3px 6px 8px 0px rgb(33 100 147 / 18%);
    border-left: 2px solid #216493;
}

.boxDetails p:last-child {
    margin-bottom: 0;
}

.boxDetails h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #216493;
    margin-top: 0;
}

.boxDetails p {
    display: flex;
    padding-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.boxDetails p .titl {
    width: 25%;
    text-align: left;
}

.boxDetails p .subtitl {
    width: 75%;
    color: #000;
    position: relative;
    padding-left: 10px;
    word-break: break-word;
    text-align: left;
}

.boxDetails p .subtitl:after {
    content: ":";
    position: absolute;
    left: 0;
    top: 0;
}

/*real-time*/
.real-time{
    padding: 60px 0 60px;
}
.real-time #carouselExampleIndicators {
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 52%);
    border-radius: 20px;
    overflow: hidden;
}

.real-time video {
    width: 100%;
}

/*verticle carousel*/


.et-item-visible .rating li {
    list-style: none;
}

.et-item-visible .rating {
    padding: 0;
}

.et-item-visible {
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px !important;
}

.myTicker ul li:nth-child(3){
    border-bottom: 0px;
}

.et-item-visible p{
    margin-bottom: 0;
}

.myTicker ul {
    margin: 0;
    padding: 0;
}
.rating li {
    padding-right: 2px;
    list-style:none;
}
.rating i{
    color: #ffe132;
}

.et-item-visible .spac {
    line-height: 15px;
}

.identity {
    color: #005b9a;
    font-size: 16px;
    letter-spacing: 1px;
}
.number-fix a {
	position: fixed;
	right: 10px;
	bottom: 20px;
	background: #df6e01;
	width: 60px;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

/*terms*/

/*terms*/

.terms ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.terms ol > li p{
    line-height: 20px;
}


.terms ol > li h2{
    font-size: 26px;
}

.terms ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 10px;
  font-size:26px;
  line-height: 0;
  font-weight: 500;
}


.terms li ol > li:before {
  content: counters(item, ".") " ";
  font-size: inherit;
  font-weight: normal;
}

.terms li > ol {
    margin-top: 10px;
}

.terms li > ol > li:last-child {
    margin-bottom: 0;
}

.terms li p{
    margin-bottom: 0;
}

.terms ol > li ol li {
    margin-bottom: 10px;
}

.terms .tag {
    margin-bottom: 0;
}

.terms ol > li h2+p {
    margin-top: 5px;
}

.lower-alpha{
    list-style-type: lower-alpha;
    padding-left: 15px;
}

.lower-roman{
    list-style-type: lower-roman;
    padding-left: 15px;
}

/**/
.theme-btn.mobz:hover img {
    filter: invert(48%) sepia(79%) saturate(2661%) hue-rotate(7deg) brightness(94%) contrast(99%);
}