/* =================================
------------------------------------
  Divisima | eCommerce Template
  Version: 1.0
 ------------------------------------
 ====================================*/


/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: 'Roboto-Black';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
}

h1 {
    font-size: 89px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 36px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 40px;
    padding-bottom: 105px;
}

.gallery {
    display: block;
    height: 270px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section_gap {
    padding: 100px 0;
}

.features-inner {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 40px 0;
}

.single-features {
    text-align: center;
    border-right: 1px solid #eee;
}

span.text-content {
    font-size: 24px;
    width: 317px;
    text-align: center;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}


/*---------------------
  Commom elements
-----------------------*/


/* buttons */

.site-btn {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 600;
    min-width: 167px;
    padding: 18px 47px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #0072BB;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.site-btn:hover {
    color: #fff;
}

.site-btn.sb-white {
    background: #fff;
    color: #111111;
}

.site-btn.sb-line {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.site-btn.sb-dark {
    background: #413a3a;
}

.site-btn.sb-dark.sb-line {
    background-color: transparent;
    color: #111111;
    -webkit-box-shadow: inset 0 0 0 1px #111111;
    box-shadow: inset 0 0 0 1px #111111;
}

span.line {
    display: inline-block;
    width: 130px;
    background: linear-gradient(to right, #0072bb, #ffffff);
    padding: 3px;
}

@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: Roboto-BlackItalic;
    src: url(../fonts/Roboto-BlackItalic.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url(../fonts/Roboto-BoldItalic.ttf);
}

@font-face {
    font-family: Roboto-Italic;
    src: url(../fonts/Roboto-Italic.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-LightItalic;
    src: url(../fonts/Roboto-LightItalic.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-MediumItalic;
    src: url(../fonts/Roboto-MediumItalic.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf);
}

@font-face {
    font-family: Roboto-ThinItalic;
    src: url(../fonts/Roboto-ThinItalic.ttf);
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: RobotoCondensed-BoldItalic;
    src: url(../fonts/RobotoCondensed-BoldItalic.ttf);
}

@font-face {
    font-family: RobotoCondensed-Italic;
    src: url(../fonts/RobotoCondensed-Italic.ttf);
}

@font-face {
    font-family: RobotoCondensed-Light;
    src: url(../fonts/RobotoCondensed-Light.ttf);
}

@font-face {
    font-family: RobotoCondensed-LightItalic;
    src: url(../fonts/RobotoCondensed-LightItalic.ttf);
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: kenyan-coffe-rg;
    src: url(../fonts/kenyan-coffe-rg.ttf);
}


/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #00000075;
}

.loader {
    top: 50%;
    left: 50%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.elements-section {
    padding-top: 100px;
}

.el-title {
    margin-bottom: 75px;
}

.element {
    margin-bottom: 100px;
}

.element:last-child {
    margin-bottom: 0;
}


/* Accordion */

.accordion-area {
    margin-top: 50px;
    border-top: 2px solid #e1e1e1;
}

.accordion-area .panel {
    border-bottom: 2px solid #e1e1e1;
}

.accordion-area .panel-link {
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 10px top 30px;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
    padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
    right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed {
    background-image: url("../img/arrow-down.png");
}

.accordion-area .panel-link.active {
    background-image: url("../img/arrow-up.png");
}

.accordion-area .panel-link.active {
    background-color: transparent;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
    text-align: left;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #414141;
    padding: 0;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    border: none;
    min-height: 69px;
    background-color: transparent;
    border-radius: 0;
}

.accordion-area .panel-body {
    padding-top: 10px;
}

.accordion-area .panel-body p {
    color: #8f8f8f;
    margin-bottom: 25px;
    line-height: 1.8;
}

.accordion-area .panel-body p span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0072BB;
}

.accordion-area .panel-body img {
    margin-bottom: 25px;
}

.accordion-area .panel-body h4 {
    font-size: 18px;
    margin-bottom: 20px;
}


/*------------------
  Header section
---------------------*/

.site-logo {
    display: inline-block;
}

.padding-0 {
    padding: 0px;
}

.container-menu {
    padding: 0px 25px;
    font-size: 0px;
}

.header-search-form {
    width: 100%;
    position: relative;
    /* padding: 0 10px; */
}

.header-search-form input {
    width: 100%;
    height: 44px;
    font-size: 14px;
    border-radius: 50px;
    border: none;
    padding: 0 19px;
    background: #f0f0f0;
}

.header-search-form button {
    position: absolute;
    height: 100%;
    right: 18px;
    top: 0;
    font-size: 26px;
    color: #000;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.user-panel .up-item {
    display: inline-block;
    font-size: 14px;
    margin-right: 29px;
}

.user-panel .up-item i {
    font-size: 22px;
}

.user-panel .up-item a {
    font-size: 14px;
    color: #000;
}


/* .user-panel .up-item:first-child {
	margin-right: 29px;
} */

.shopping-card {
    display: inline-block;
    position: relative;
}

.shopping-card span {
    position: absolute;
    top: -4px;
    left: 100%;
    height: 16px;
    min-width: 16px;
    color: #fff;
    font-size: 13px;
    background: #0072BB;
    text-align: center;
    border-radius: 30px;
    padding: 0 2px;
    margin-left: -7px;
}

.main-navbar {
    background: #282828;
}

.slicknav_menu {
    display: none;
}

.main-menu {
    list-style: none;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.section-9 {
    margin-bottom: 20px;
    padding-top: 20px;
}

.main-menu li a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-right: 50px;
    line-height: 1;
    padding: 17px 0;
    position: relative;
}

.main-menu li a .new {
    position: absolute;
    top: -8px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #0072BB;
    line-height: 1;
    text-transform: uppercase;
    left: calc(50% - 21px);
    padding: 5px 9px 1px;
    border-radius: 15px;
    width: 42px;
}

.main-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.main-menu li:hover>a {
    color: #0072BB;
}

.main-menu .sub-menu {
    position: absolute;
    list-style: none;
    width: 350px;
    left: 0;
    top: 100%;
    padding: 20px 0px 0px 0px;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.main-menu .sub-menu li {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}

.main-menu .sub-menu li a {
    display: block;
    color: #000;
    margin-right: 0;
    padding: 8px 20px;
}

.main-menu .sub-menu li a:hover {
    color: #0072BB;
}

.nav-switch {
    display: none;
}


/* ----------------
  Features
---------------------*/

.hero-slider .hs-item {
    position: relative;
    height: 540px;
}

.hero-slider .hs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 35px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hero-slider .hs-item .site-btn {
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item .sb-line {
    margin-right: 5px;
}

.hero-slider .hs-item .container {
    position: relative;
    padding-top: 170px;
}

.hero-slider .hs-item .offer-card {
    position: absolute;
    right: 0;
    top: 226px;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background: #0072BB;
    text-align: center;
    padding-top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.hero-slider .hs-item .offer-card:after {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #f96790;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}

.hero-slider .hs-item .offer-card span {
    font-size: 18px;
    text-transform: lowercase;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item .offer-card h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
}

.hero-slider .hs-item .offer-card p {
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}

.hero-slider .slider-nav-warp {
    max-width: 1145px;
    bottom: 0;
    margin: -78px auto 0;
}

.hero-slider .slider-nav {
    display: inline-block;
    padding: 0 38px;
    position: relative;
}

.hero-slider .owl-dots {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
}

.hero-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 15px;
    margin-right: 10px;
    opacity: 0.25;
}

.hero-slider .owl-dots .owl-dot.active {
    opacity: 1;
}

.hero-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
    font-size: 27px;
    position: absolute;
    color: #fff;
    opacity: 0.5;
    bottom: -20px;
}

.hero-slider .owl-nav button.owl-next {
    right: 0;
}

.hero-slider .owl-nav button.owl-prev {
    left: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
    top: 0;
    opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hs-item h2 {
    -webkit-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hs-item p {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
    -webkit-transition: all 0.5s ease 0.8s;
    -webkit-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .offer-card {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease 1s;
    -webkit-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}

.slide-num-holder {
    float: right;
    z-index: 1;
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -22px;
}

.slide-num-holder span:first-child {
    margin-right: 41px;
}

.slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #fff;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}


/* ------------------
  Features section
---------------------*/


/* ----------------------
  Latest product section
------------------------*/


/* ----------------
  Banner section
---------------------*/

.banner {
    padding: 50px 34px 47px;
    position: relative;
    margin-bottom: 80px;
}

.banner .tag-new {
    position: absolute;
    right: 26px;
    top: 27px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #50e550;
    line-height: 1;
    text-transform: uppercase;
    padding: 7px 16px 1px;
    border-radius: 80px;
}

.banner span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 5px;
    display: block;
}

.banner h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #282828;
}


/* ----------------
  Footer section
---------------------*/

.footer-section {
    background: #05276c;
    padding-top: 30px;
    text-align: center;
}

.footer {
    background: #f7dfc1;
}

.footer {
    padding: 10px !important;
    text-align: center !important;
}

@media (min-width: 768px) {
    .footer {
        background-color: #f7dfc1;
        color: #FDFDFD;
        padding: 10px 0;
    }

    .footer .copyright {
        color: #000;
        margin: 0;
        line-height: 100%;
        display: inline-block;
    }

    .text-xs-right {
        text-align: right;
    }
}

.footer-menu a {
    padding: 0 5px !important;
    color: #000 !important;
}


/* --------------
  Other Pages
------------------*/

.page-top-info {
    background: #f8f7f7;
    padding: 30px 0 30px;
}

.page-top-info h4 {
    color: #414141;
    font-weight: 700;
    text-transform: uppercase;
}

.site-pagination {
    font-size: 14px;
    font-weight: 600;
    color: #414141;
}

.site-pagination a {
    display: inline-block;
    font-size: 14px;
    color: #414141;
}


/* --------------
  Category page
------------------*/


/* ----------------
  Cart page
---------------------*/


/* ----------------
  Contact Page
---------------------*/

.contact-section {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
}

.contact-info h3 {
    margin-bottom: 50px;
}

.contact-social {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 85px;
    padding-top: 20px;
}

.contact-social a {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    color: #414141;
    font-size: 14px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-social a:hover {
    color: #fff;
    background: #0072BB;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 44px;
    border: none;
    padding: 0 18px;
    background: #f0f0f0;
    border-radius: 40px;
    margin-bottom: 17px;
    font-size: 14px;
}

.contact-form textarea {
    padding-top: 16px;
    border-radius: 18px;
    height: 175px;
    margin-bottom: 32px;
}

.map {
    position: absolute;
    width: calc(50% - 15px);
    height: 100%;
    right: 0;
    top: 0;
    background: #ddd;
}

.map iframe {
    width: 100%;
    height: 100%;
}


/* ----------------
  Responsive
---------------------*/

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    section.hero-section.section {
        background: #c7ad9b;
    }

    .left-image>img {
        width: 35% !important;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .left-image>img {
        width: 35% !important;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    section.hero-section.section {
        background: #c7ad9b;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1175px;
    }

    .hide-on-desktop {
        display: none;
    }
}

@media (max-width: 1350px) {
    .bg-img {

        text-align: center;
    }

    .container-form {
        margin: 0px 14px !important;
        max-width: 450px !important;
        padding: 0px 20px 35px 20px !important;
        position: inherit !important;
        display: inline-block;
    }
}

@media (max-width: 1800px) {
    .container-form {
        margin: 0px 14px !important;
        max-width: 450px !important;
        padding: 0px 20px 35px 20px !important;
    }

    /* .col-xs-offset-2 {
		margin-left: -15px;
	} */
    .bg-dark-blue,
    .bg-golden {
        margin-bottom: 25px !important;
    }

    section.hero-section.section {
        margin-top: 5px !important;
    }

    form.container-form>h2 {
        font-size: 22px !important;
    }

    /* .bg-img {
        min-height: 800px !important; */
}

span.top-ph-no {
    font-size: 25px !important;
}

span.free-quote {
    font-size: 28px !important;
}

.agree {
    font-size: 11px !important;
}

.top-contact {
    top: 5px !important;
}
}

@media (max-width: 1350px) {
    .product-slider .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        padding-top: 20px;
    }

    .product-slider .owl-nav button.owl-prev,
    .product-slider .owl-nav button.owl-next {
        float: none;
        left: 0;
        right: 0;
        margin: 0 10px;
    }

    .hide-on-desktop {
        display: block;
    }
}


/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider .slider-nav-warp {
        max-width: 930px;
    }

    .footer-widget ul {
        margin-right: 5px;
    }

    .social-links a {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav a {
        float: left;
        display: block;
        color: #1d1d1d;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .col-xs-offset-2 {
        margin: -15px;
    }

    .topnav {
        position: inherit;
    }

    .topnav-right {
        float: none !important;
    }

    .bg-img {
        /* background-image: url(./img/360/home.jpg) !important; */
        min-height: 100px;
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: cover;
        /* width: 70%; */
    }

    .home {
        padding: 30px;
    }

    .col-xs-offset-2 {
        margin: -15px;
    }

    .left-image {
        height: auto !important;
        text-align: center;
    }

    .display-none {
        display: none;
    }

    .bg-dark-blue,
    .bg-golden {
        height: 356px !important;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 30.333333%;
    }
}


/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-img {
        background: none;
        background-color: #c7ad9b !important;
    }

    .left-image>img {
        width: 35% !important;
    }

    section.hero-section.section {
        margin-top: 0 !important;
    }

    .hide-on-desktop {
        display: block;
    }

    .site-logo {
        margin-bottom: 20px;
    }

    .header-search-form {
        margin-bottom: 15px;
    }

    .user-panel {
        text-align: center;
    }

    .main-menu {
        text-align: center;
    }

    .sub-menu {
        text-align: left;
    }

    .main-menu li a {
        margin-right: 30px;
    }

    .hero-slider .slider-nav-warp {
        max-width: 690px;
    }

    .hero-slider .hs-item .offer-card {
        top: 20px;
    }

    .feature h2 {
        font-size: 18px;
    }

    .product-filter-menu {
        text-align: center;
    }

    .product-filter-menu li {
        margin: 0 5px 10px;
    }

    .social-links {
        text-align: center;
    }

    .social-links a {
        margin-right: 20px;
    }

    .social-links a span {
        display: none;
    }

    .cart-table,
    .checkout-cart,
    .product-thumbs {
        margin-bottom: 50px;
    }

    .map {
        position: relative;
        width: 100%;
        background: #ddd;
        height: 400px;
        margin-top: 70px;
    }
}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
    .bg-img {
        background-image: none !important;
        background-color: #c7ad9b !important;
    }

    .left-image>img {
        width: 35% !important;
    }

    section.hero-section.section {
        margin-top: 0 !important;
    }

    .container-form {
        position: inherit !important;
        margin: 0px 15px !important;
    }

    .hide-on-desktop {
        display: block;
    }

    .site-logo {
        margin-bottom: 20px;
    }

    .header-search-form {
        margin-bottom: 15px;
    }

    .user-panel {
        text-align: center;
    }

    .main-menu {
        display: none;
    }

    .slicknav_btn {
        background-color: #565656;
    }

    .slicknav_menu {
        background: #282828;
        display: block;
    }

    .slicknav_menu .new {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        background: #0072BB;
        line-height: 1;
        text-transform: uppercase;
        padding: 5px 9px 1px;
        border-radius: 15px;
        width: 42px;
        margin-left: 5px;
    }

    .hero-slider .slider-nav-warp {
        max-width: 510px;
    }

    .hero-slider .hs-item h2 {
        font-size: 50px;
    }

    .hero-slider .hs-item .offer-card {
        display: none;
    }

    .product-filter-menu {
        text-align: center;
    }

    .product-filter-menu li {
        margin: 0 2px 10px;
    }

    .footer-widget ul {
        margin-right: 25px;
    }

    .social-links {
        text-align: center;
    }

    .social-links a {
        margin-right: 15px;
    }

    .social-links a span {
        display: none;
    }

    .cart-table,
    .checkout-cart,
    .product-thumbs {
        margin-bottom: 50px;
    }

    .cart-table .size-col h4,
    .cart-table table tr th.size-th,
    .cart-table table tr th.quy-th,
    .cart-table .quy-col {
        padding-right: 0;
        width: 70px;
    }

    .cart-table .quy-col {
        width: 80px;
    }

    .address-rb {
        text-align: left;
    }

    .map {
        position: relative;
        width: 100%;
        background: #ddd;
        height: 400px;
        margin-top: 70px;
    }
}


/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 766px) {
    .hero-slider .slider-nav-warp {
        padding: 0 15px;
    }

    .left-image>img {
        width: 35% !important;
    }

    .banner .tag-new {
        position: relative;
        display: inline-block;
        margin-bottom: 18px;
        right: 0;
        top: 0;
    }
}


/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .hero-slider .slider-nav-warp {
        max-width: 510px;
        padding: 0 15px;
    }

    .left-image>img {
        width: 35% !important;
    }

    .hero-slider .hs-item h2 {
        font-size: 35px;
    }

    .hero-slider .hs-item .sb-line {
        margin-bottom: 15px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .feature h2 {
        font-size: 18px;
    }

    .banner .tag-new {
        position: relative;
        display: inline-block;
        margin-bottom: 18px;
        right: 0;
        top: 0;
    }

    .social-links {
        text-align: center;
    }

    .social-links a i {
        font-size: 20px;
        margin-right: 0;
    }

    .social-links a span {
        display: none;
    }
}

.navbar a {
    float: right;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    margin: 0px 6px;
}

.navbar a:hover {
    color: #c7ad9b;
}

.bg-img {
    background-image: url(../img/360/homepagebanner.jpg);
    min-height: 100px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    width: 100%;
    height: 400px !important;
}

#about .aboutus {
    background-image: url(../img/360/about-us1.avif);
    min-height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    width: 100%;
    height: 400px !important;
}

section.hero-section.section {
    margin-top: -200px;
    padding-bottom: 0;
}

.three-quick {
    text-align: center;
    font-size: 27px;
    margin: 37px 0px;
}




/* Add styles to the form container */

.container-form {
    position: absolute;
    right: 0;
    margin: 0px 90px;
    max-width: 520px;
    padding: 30px 20px 60px 20px;
    background-color: #0daeea;
    border-radius: 0px 0px 260px 260px;
    margin-top: 125px;
}

.col-sm-4.three-points {
    text-align: center;
}

.col-sm-4.three-points>.three-point-img>img {
    width: 20%;
}

.three-point-img {
    height: 85px;
}

.col-sm-4.three-points>p {
    font-size: 23px;
}

label {
    color: #fff;
}

img.banner-cta {
    width: 50%;
    margin-top: 45px;
}

.banner-cta-div {
    text-align: center;
}


/* Full-width input fields */

input[type=text],
input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

input[type=text]:focus,
input[type=password]:focus {
    background-color: #fff;
    outline: none;
}


/* Set a style for the submit button */

.btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.btn:hover {
    opacity: 1;
}

.center {
    text-align: center;
}

.bg-grey {
    background: #e6e7e8;
}



section.about-us {
    padding: 20px 0px;
    background-image: url("../img/360/home2.png");
    /* padding: 30px 0px; */
    background-size: cover;
    background-position: center;
}

.left-image {
    height: 100px;
    text-align: center;
}

.section-header {
    text-align: center;
}

span.how-it-works {
    font-size: 40px;
    font-weight: 800;
}

span.what-we-buy-head>img {
    width: 40%;
}

.p-0 {
    padding: 0;
}

a.footer-links {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    margin: 15px 0px;
    font-family: 'RobotoCondensed-Regular';
}

.footer-widget>span {
    font-size: 14px;
    color: #fff;
    font-family: 'RobotoCondensed-Regular';
    margin-top: 23px;
    display: block;
}

.footer-widget.about-widget>p {
    color: #ffffff;
    font-family: 'RobotoCondensed-Regular';
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 19px;
}

.footer-title {
    text-align: left;
    color: #ffffff;
    font-size: 32px;
    font-family: 'kenyan-coffe-rg';
}

.credit-score {
    text-align: center;
    font-size: 40px;
    margin: 20px 0px;
    font-family: 'kenyan-coffe-rg';
}

.credit-score-2 {
    margin: 60px 0px 60px 0px !important;
    padding-top: 30px !important;

}

.credit-score-2 a img {
    box-shadow: 3px 5px 8px 5px #d3d3d34f;
    margin-bottom: 60px !important;
    border-radius: 20px !important;
}

section.section-5 {
    border-radius: 170px;
}

.how-it-works>ul>li {
    line-height: 2.5;
    font-size: 19px;
    font-weight: bold;
    list-style: none;
}

img.list-img {
    width: 23px;
    margin-right: 15px;
    height: 23px;
    margin-top: 8px;
}

.icon-center {
    text-align: center;
    margin: 30px 0px;
}

.icon-center>img {
    width: 50%;
}

.imp-content>h6 {
    text-align: center;
}

.section-5,
.section-6,
.section-7,
.section-8 {
    padding-top: 6px;
}

.what-we-buy {
    margin-top: 0px;
}

.what-we-buy>h5 {
    line-height: 2;
    margin: 25px 0;
    font-family: sans-serif;
    font-weight: 100;
    display: flex;
    font-size: 22px;
}

.pro-img-div {
    text-align: center;
}

img.cc-img {
    width: 30px;
    margin-right: 20px;
}


/*Get me a lawyer*/

.header-top {
    /* background: #002342; */
    margin: 0px 0px;
}

.navbar {
    line-height: 58px;
    /* background: #002342; */
    width: 100%;
    height: 71px;
    margin-top: 20px;
    position: initial;
    border-radius: 0;
}

.bg-coffee {
    background: #ffffff;
    padding: 13px 10px;
    text-align: center;
    color: #ffffff;
    margin: 0px 0px;
    height: 330px;
    display: block;
    box-shadow: 0px 0px 12px 1px #00000059;
    margin-bottom: 25px;
    transition: all .35s ease;
}

.bg-coffee:hover {
    background-color: #0072BB;
    transform:  scale(1.1);

}

.bg-coffee:hover .help-header,
.bg-coffee:hover .help-content,
.bg-coffee:hover h5.help-content>a {
    color: #ffffff;
}

.bg-golden {
    background: #F7DFC1;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    margin: 0px 15px;
    height: 285px;
}

.bg-golden-section {
    /* background: #c7ad9b; */
    background-image: url("../img/360/home2.png");
    padding: 30px 0px;
    background-size: cover;
    background-position: center
}

.section.contact-us {
    padding: 30px 0px;
    background-size: cover;
    background-position: center
}

.footer-logo {
    margin-bottom: 35px;
    display: flex;
    align-items: left;
}

.what-we-buy>p {
    text-align: justify;
    font-size: 20px;
    font-family: 'RobotoCondensed-Regular';
    color: #232323;
}

.our-experts {
    font-size: 89px;
    color: rgba(0, 0, 0, 0.945) !important;
    padding: 140px 0px;
    font-family: kenyan-coffe-rg;
}

.banner-content>p {
    text-align: justify;
    padding: 0px 30px;
    font-size: 18px;
    color: #d09245;
    font-family: sans-serif;
    letter-spacing: 1.25px;
}

.submit-my-kit {
    text-align: center;
    font-size: 45px;
    color: #0057a5;
    font-family: 'angsai';
    font-weight: 600;
    letter-spacing: 1.25px;
}

h5.help-content>a {
    color: #000000;
    margin-top: 10px;
    display: block;
}

.help-header {
    color: #333333;
    font-family: 'kenyan-coffe-rg';
    letter-spacing: 0.25px;
    font-size: 28px;
    margin-top: 35px;
    font-weight: 100;
}

.help-header-2 {
    color: #003869;
    font-family: 'angsai';
    letter-spacing: 3.25px;
    font-size: 37px;
}

.help-content {
    color: #000000;
    text-align: center;
    line-height: 20px;
    font-family: 'RobotoCondensed-Regular';
    font-weight: 100;
    margin-top: 20px;
}

span.find-today {
    text-align: center;
    line-height: 2;
    margin: 25px 0;
    font-family: 'angsai';
    display: block;
    font-size: 47px;
    color: #a57a43;
    font-weight: 600;
    letter-spacing: 1px;
}

.topnav .icon {
    display: none;
}

.topnav {
    overflow: hidden;
    /* background-color: #002342; */
    width: 100%;
    position: absolute;
    top: 28px;
}

.topnav a {
    display: block;
    float: left;
    font-size: 22px;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    margin: 0px 6px;
    color: #00509e;
    font-family: 'RobotoCondensed-Regular';
}

.topnav a:hover {
    color: black;
}

.topnav .icon {
    display: none;
}

.topnav a.menu-active {
    color: rgb(0, 0, 0) !important;
}

@media screen and (max-width: 1024px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav a {
        float: left;
        display: block;
        color: #1a1a1a;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .topnav {
        position: inherit;
    }

    .topnav-right a {
        float: none !important;
        color: #080cf5;
    }

    .col-xs-offset-2 {
        margin: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav a {
        float: left;
        display: block;
        color: #1a1a1a;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .col-xs-offset-2 {
        margin: -15px;
    }

    .topnav {
        position: inherit;
    }

    .topnav-right {
        float: none !important;
    }
}

.topnav-right {
    float: right;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.banner-logo>img {
    width: 70%;
    padding-bottom: 30px;
}

section.credit-score-sec {
    border-top: 1px solid #efefef;
}


/******About Us*********/

img.about-us-banner-img {
    width: 100%;
}

.years-in-market-img {
    text-align: center;
}

.years-in-market-img>img {
    width: 50%;
}

.about-content {
    padding: 30px 0px;
}

.about-content>p {
    font-size: 20px;
    text-align: justify;
    color: #000000;
    font-family: RobotoCondensed-Regular;
    margin-bottom: 0;
}

span.bold {
    font-weight: bold;
    color: #000;
}


/******Home Loan*********/

img.ahome-loan-banner-img {
    width: 100%;
}

.bg-dark-sec {
    background: #232323;
    padding: 13px 10px;
    text-align: center;
    margin: 0px 0px;
    height: 300px;
    display: block;
    box-shadow: 0px 0px 12px 1px #00000059;
    margin-bottom: 25px;
}

.help-header-1 {
    color: #c7ad9b;
    font-family: 'kenyan-coffe-rg';
    letter-spacing: 0.25px;
    font-size: 28px;
    margin-top: 35px;
    font-weight: 100;
    padding: 12px;
}

.bg-dark-sec>.left-image {
    margin: 25px 0px;
}

.home-loan-content>p {
    font-size: 22px;
    font-family: 'RobotoCondensed-Regular';
    color: #393939;
}

.home-loan-title {
    text-align: center;
    margin: 30px 0px;
    font-family: 'kenyan-coffe-rg';
    font-size: 44px;
}

.home-loan-btm-content {
    padding: 0;
    font-size: 25px;
    font-family: 'RobotoCondensed-Regular';
    margin-top: 25px;
    text-align: justify;
    color: #000;
}

.what-we-buy>ul>li,
.what-we-buy>ul>li>p {
    font-size: 26px;
    font-family: 'RobotoCondensed-Regular';
    margin-bottom: 35px;
    color: #252525;
}

.input-field {
    height: 50px;
    font-size: 24px;
    font-family: 'RobotoCondensed-Regular';
    color: #0b3bdb;
    border-radius: 10px;
    display: flex;
    padding: 0px 0px 0px 40px;
}

.message-field {
    height: 150px;
    font-size: 24px;
    font-family: 'RobotoCondensed-Regular';
    color: #c7ad9b;
    border-radius: 10px;
}


.submit {
    text-align: center;
}

button#ccpa {
    background: #00509e;
    color: #FFFFFF;
    border: 10px;
    padding: 10px 20px;
    font-size: 28px;
    font-family: 'RobotoCondensed-Regular';
    border-radius: 10px;
}