

:root {
    --first-color: #272aaf;
    --second-color: #f1323a;
    /*--heading-font: "Marcellus", serif;*/
    --heading-font: "Jost", serif;
    --body-font: "Jost", serif;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

body {
    font-family: var(--body-font);
}

.heading-font {
    font-family: var(--heading-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

div,
p {
    font-family: var(--body-font);
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

form {
    margin: 0px;
}

a:hover {
    color: var(--second-color);
}

p {
    font-size: 16px;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: 3px 7px 5px 8px;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}

.topheader {
    padding: 8px 1px;
    background: var(--first-color);
}
ul.media-list {
    list-style: none;
    padding: 0px;
}
 

ul.media-list li {
    display: inline-flex; 
}

ul.media-list li a {
    background-color: #fff;
    font-size: 14px;
    color: #191f29;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.media-list li a i {
    color: #fff;
}
.footer-widget h4.widget-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

ul.footer-list {
    padding: 0px;
    margin: 0px;
}

ul.footer-list li {
    list-style: none;
    margin-bottom: 7px;
}
 

ul.footer-list li a {
       display: block;
    width: max-content;
    font-size: 16px;
    color: #eee;
    position: relative;
    font-weight: 400;
    transition: all 0.3s ease;
}
ul.footer-list li a:hover {
    color: var(--second-color);
} 
ul.footer-list li a:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--second-color);
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}
ul.footer-list li a:hover::before {
    transform: scale3d(1, 1, 1);
    width: 100%;
    left: 0px;
}
ul.media-list li a.facebook {
    background: #4a639f;
}

ul.media-list li a.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

ul.media-list li a.linkedin {
    background: #0077B5;
}
ul.media-list li a.twitter i {
    color: #fff;
}
ul.media-list li a.twitter {
    background: #000;
}
ul.media-list li a.youtube {
	background: #c4302b;
}

ul.list-style {
    list-style: none;
    padding: 0;
}

ul.icon-list1 {
    margin: 0;
}

ul.icon-list1 li {
    display: inline-flex;
    align-items: center;
    padding-right: 18px;
    color: #d1dce7;
    gap: 8px;
    font-size: 14px;
}

.topheader ul.media-list {
    margin: 0;
}

.text-right {
    text-align: right;
}

.topheader ul.media-list a {
    height: 33px;
    width: 33px;
    font-size: 13px;
}

span {
    text-box-trim: trim-start;
}

i {
}

.logo-img {
    width: 133px;
}

.mid-right-cont {
    justify-content: end;
    display: flex;
    gap: 30px;
}

.contact-box1 {
    display: flex;
    align-items: flex-start;
}

.contact-box1 .icon-div {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dadbfc;
    border-radius: 50%;
    font-size: 17px;
    color: var(--first-color);
    margin-right: 10px;
        transition: .3s;
}

.contact-box1 p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #504949;
}

.contact-box1 h5 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: var(--second-color);
}

.midheader {
    padding: 11px 0px;
}

.bottom-header {
    background: var(--first-color);
}


.nav-list ul.nav-menu li {
    list-style: none;
    padding: 0;
    display: block;
    text-align: left;
    position: relative;
}

.navbar-right-menu {
    display: flex;
    align-items: center;
}

.nav-list ul.nav-menu li a {
    padding: 18px 0;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s linear 0s;
}

.nav-list ul.nav-menu li a i {
    line-height: 0;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    transition: all 0.3s ease;
}


.header-menu {
}

.navbar-right-menu .nav-list {}

.navbar-right-menu .nav-list .nav-menu {
    display: flex;
    gap: 20px;
    margin: 0px;
}

.nav-list ul.nav-menu li .sub-menu {
    transition: margin-top .25s cubic-bezier(.25, .1, .11, .99) .1s, opacity .2s cubic-bezier(.25, .1, .11, .99) .1s, height 0s ease-out .5s;
    position: absolute;
    left: 0;
    padding: 9px 0px;
    top: 100%;
    text-align: left;
    z-index: 10;
    opacity: 0;
        display: none;
    width: 230px;
    border-radius: 18px;
    background: #eaf0f5;
    border: 1px solid #c7d5e1;
}

.nav-list ul.nav-menu li:hover {}

.nav-list ul.nav-menu li:hover .sub-menu {
    transition: all 0.3s linear 0s;
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.nav-list ul.nav-menu li .sub-menu li {}

.nav-list ul.nav-menu li .sub-menu li a {
    display: flex;
    font-size: 15px;
    padding: 7px 15px;
    justify-content: space-between;
    color: #3e3c3c;
    align-items: center;
}

.nav-list ul.nav-menu li .sub-menu li a:hover {
    color: var(--second-color);
}

.btn.btn1 {
    background: var(--second-color);
    color: #fff;
    padding: 8px 22px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn.btn1:hover {
    background: var(--second-color);
}

.login-opts {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.login-opts p {
    margin-bottom: 0px;
    margin-right: 11px;
    color: #fff;
    font-weight: 600;
}

.login-opts p a {
    color: #fff;
    font-weight: 600;
    margin: 0 4px;
}

.login-opts p a:hover {
    color: var(--second-color);
}
ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 0;
    transform: translate(-50%, 0); 
}

ul.slick-dots li {
    margin-right: 6px;
    border-color: #909BA9;
    border: 1px solid #909BA9;
    background: #909BA9;
    border-radius: 50%;
    display: inline-block;
    width: 7px;
    height: 7px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    border-color: var(--first-color);
    border: 1px solid var(--first-color);
    background: var(--first-color);
}

.no-arrow .slick-arrow {
    display: none !important;
}

.slick-slide {
    height: auto;
}

.banner-section {
    position: relative;
    height: 700px;
}

.banner-content {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.banner-img img {
    width: 100%;
    height: 700px;
}

.banner-slider {
    height: 700px;
}

.banner-content p {
    color: var(--second-color);
    font-size: 21px;
    font-weight: 600;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.banner-content h3 {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

ul.b-list {
    margin: 0;
}

ul.b-list li {
    display: inline-flex;
    padding: 6px 15px;
    background-color: #00000080;
    backdrop-filter: blur(3px);
    border-radius: 12px;
    color: #fff;
    align-items: center;
}

ul.b-list li i {
    color: var(--second-color);
    margin-right: 8px;
}
 
ul.b-list li .reviews {
    margin-right: 9px;
}

ul.b-list li .reviews i {
    color: #f6c800;
    margin-right: 1px;
}
  .default-padding {
    padding: 60px 0;
}

.sec-heading {
    margin-bottom: 20px;
}

.sec-heading .sub-p {
    font-size: 15px;
    color: #7e878e;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
}

.sec-heading h1 {
    font-size: 38px;
    margin-bottom: 0px;
    font-weight: 700;
    color: var(--first-color);
}
.nav-list ul.nav-menu li .sub-menu .sub-menu {
        opacity: 0;
    pointer-events: none;
    left: 100%;
    top: -13px;
}

.nav-list ul.nav-menu li .sub-menu li a i {
    color: #3e3c3c;
    margin-left: auto;
    text-align: right;
}

.nav-list ul.nav-menu li .sub-menu li:hover {}

.nav-list ul.nav-menu li .sub-menu li:hover a {
    color: var(--second-color);
}

.nav-list ul.nav-menu li .sub-menu li:hover a i {
    color: var(--second-color);
}

.nav-list ul.nav-menu li .sub-menu .sub-menu li a {
    color: #3e3c3c;
}
 

.nav-list ul.nav-menu li .sub-menu .sub-menu li a:hover {
    color: var(--second-color);
}
.nav-list ul.nav-menu li .sub-menu li:hover .sub-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.sticky-header {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px; 
    transition: .3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    transform: translateY(-300%);
}

.sticky-header .bottom-header {
    background: #fff;
}

.sticky-header .bottom-header .logo-img {
    width: 102px;
}

.sticky-header .nav-list ul.nav-menu li a {
    padding: 33px 0;
    color: #3e3c3c;
}

.sticky-header .nav-list ul.nav-menu li a i {
    color: #3e3c3c;
}

.sticky-header .login-opts p a {
    color: #3e3c3c;
}

.sticky-header .login-opts p {
    color: #3e3c3c;
}

.sticky-header .login-opts p a:hover {
    color: var(--first-color);
}

.sticky-header .nav-list ul.nav-menu li a:hover {
    color: var(--first-color);
}
.sticky-header.fixed-header {
    transform: translateY(0%);
}
.footer {
    padding-top: 60px;
    padding-bottom: 40px;
    background: var(--first-color);
}
  
.f-logo img {
    max-width: 200px;
    margin-bottom: 10px;
}

ul.contact-list {
    padding-left: 0px;
    list-style: none;
}

ul.contact-list li {
    margin-bottom: 8px;
}

ul.contact-list li a {
    display: flex;
    align-items: flex-start;
}

ul.contact-list li a i {
    font-size: 17px;
    margin-right: 8px;
    color: #fff;
}

ul.contact-list li a span {
    color: #fff;
    font-size: 15px;
}

.footer .footer-logo {
    width: 130px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 7px;
    padding: 8px;
    
}
.footer p {
    font-size: 14px;
    color: #eee;
    font-weight: 400;
    margin-bottom: 11px;
}

.footer-widget {}

.subscribe-form {
    margin-bottom: 15px;
    position: relative;
}

.subscribe-form .form-control {
    border-radius: 30px;
    padding: 13px 49px 13px 20px;
    font-size: 15px;
}

.subscribe-form .btn {
    position: absolute;
    right: 7px;
    top: -2px;
    padding: 0px;
    background: transparent;
    color: var(--second-color);
    font-size: 35px;
}

.subscribe-form .btn:hover {
    background: transparent;
    color: var(--first-color);
}

.footer p a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.copyright-sec {
    background: var(--first-color);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
        padding: 12px 0;
}
section.copyright-sec p {
    margin-bottom: 0px;
    color:#fff;
}

section.copyright-sec p a {
    color: #fff;
    font-weight: 700;
}

.contact-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.whatsapp-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.whatsapp-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #00e676;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.whatsapp-ring-circle-fill,
.whatsapp-ring-img-circle {
    background: #107cb3;
    background: #107cb3;
}

.whatsapp-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #00e676;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.whatsapp-btn-icon {
    display: flex;
    text-decoration: none;
}

.whatsapp-ring-img-circle .whatsapp-btn-icon i {
    font-size: 21px;
    color: #fff;
}

.whatsapp-ring-img-circle {
    background-color: #00e676;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

.scroll-top {
    display: none;
    z-index:9;
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 8px 14px;
    margin-bottom: 0px;
    border-radius: 8px;
    color: #fff;
    background: var(--first-color);
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-top:hover {
    background: var(--second-color);
    color: #fff;
}
.sticky-media {
    position: fixed;
    top: 37%;
    left: 0;
    z-index: 1000;
    transition: all linear 0.2s;
}

.sticky-media a {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    align-items: center;
    color: white;
    font-size: 12px;
    line-height: 60px;
    text-align: center;
    transition: all linear 0.2s;
}

.sticky-media .facebook {
    background: #3b5998;
}

.sticky-media .instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.sticky-media .linkedin {
    background: #0077B5;
}

.sticky-media .twitter {
    background: #000;
}
.sticky-media .youtube {
    background: #c4302b;
}

.sticky-media .whatsapp {
    background: #00e676;
}

.sticky-media a:first-child {
    border-radius: 0 5px 0 0;
}

.sticky-media a:last-child {
    border-radius: 0 0 5px 0;
}

.sticky-media a:hover {
    width: 60px;
    border-radius: 0px 7px 7px 0px;
}
.connect-agent-section {
    background: #dadbfc;
    margin-top: 82px;
}

.agent-text {
    padding-bottom: 40px;
    padding-top: 40px;
}

.agent-text .sec-heading {
    margin-bottom: 15px;
}

.agent-text .sec-heading h1 {
    font-size: 45px;
}

.agent-text p {
    font-size: 21px;
}

.connect-agent-section .agent-img {
    margin-top: -84px; 
}

.connect-agent-section .btn {
    padding: 10px 23px;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
}
.blog-box {
    border-radius: 30px;
    box-shadow: none;
    margin-bottom: 20px;
    background-color: #f9fcff;
    border: 1px solid #c7d5e1;
    padding: 20px;
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 15px;
}

.blog-box .blog-img img {
    border-radius: 25px;
    transition: opacity .35s, transform .45s;
}

.blog-box .blog-img .blog-tag {
    position: absolute;
    bottom: 0px;
    left: 13px;
    background: var(--second-color);
    padding: 8px 18px;
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 13px;
    border-radius: 30px;
}

.blog-box .blog-detail {}

.blog-box .blog-detail ul.list-style {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
}

.blog-box .blog-detail ul.list-style li {
    display: flex;
    font-size: 15px;
    align-items: center;
    font-weight: 500;
    color: #403c3c;
}

.blog-box .blog-detail ul.list-style li i {
    color: var(--second-color);
    margin-right: 6px;
}

.blog-box .blog-detail ul.list-style li span {}

.blog-box .blog-img .blog-tag i {
    margin-right: 7px;
}

.blog-box .blog-detail h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--first-color);
}

.blog-box .blog-detail p {
    color: #44525E;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.link-btn {
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.link-btn:hover {
    color: var(--first-color);
}

.blog-box.ds2 {
    display: flex;
    align-items: flex-start;
}

.blog-box.ds2 .blog-detail p {
    -webkit-line-clamp: 2;
}

.blog-box.ds2 .blog-img {
    margin-bottom: 0px;
    margin-right: 15px;
    width: 50%;
}

.blog-box.ds2 .blog-detail {
    width: 45%;
}

.blog-box.ds2 .blog-detail h4 {
    font-size: 23px;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.blog-box.ds2 .blog-detail ul.list-style {
    margin-bottom: 7px;
}

.blog-box.ds2 .blog-img img {
    border-radius: 17px;
}

.blog-box.ds2 .blog-img {
    border-radius: 15px;
}

.blog-box:hover {
    box-shadow: 0 0 20px 0 rgba(13, 38, 60, .18);
}

.blog-box:hover .blog-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    width: 100%;
}
.product-box {
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 15px;
    background-color: #f9fcff;
    border: 1px solid #c7d5e1;
    transition: opacity .35s, transform .45s;
}

.product-box .image-div {
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
}

.product-box .image-div img {
    border-radius: 10px;
}

.product-box .image-div .img-tags-div {
    position: absolute;
    top: 14px;
    z-index: 1;
    left: 15px;
}
.product-box .img-tags-div .img-tag {
    display: inline-block;
    margin-right: 2px;
    padding: 3px 9px;
    border-radius: 20px;
    font-size: 13px;
    transition: .2s all ease-in-out;
    border: 2px solid;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    border-color: #fff;
    background: #fff;
    color: #1a1a1a;
}
.product-box .img-tags-div .img-tag.style3 {
    background: #6a26ff;
    border-color: #6a26ff;
    color: #fff;
}

.product-box .image-div .img-tag {}

.product-box .image-div .wishlist-btn {
    width: 30px;
    height: 30px;
    font-size: 13px;
    position: absolute;
    right: 14px;
    color: var(--second-color);
    top: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    border-radius: 50%;
    transition: .3s;
}

.product-box .image-div .wishlist-btn i {}

.product-box .pr-details {}

.product-box .pr-details {
    padding: 0px 10px 0px 10px;
}

.product-box .pr-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--first-color);
    margin-bottom: 10px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.product-box .pr-details ul.icon-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 9px;
}

.product-box .pr-details ul.icon-list li {
    display: inline-flex;
    margin-right: 20px;
}

.product-box .pr-details h5 {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--second-color);
}
 

.product-box .image-div .wishlist-btn:hover {
    background: var(--second-color);
    color: #fff;
}

.product-box .pr-details ul.icon-list li i {
    font-size: 12px;
}

.product-box .pr-details ul.icon-list li span {
    margin-left: 6px;
    font-size: 13px;
    color: #444343;
}
.product-box .pr-details ul.icon-list.with-dt {
    border-top: 1px solid #c7d5e1;
    margin-bottom: 0px;
}

.product-box .pr-details ul.icon-list.with-dt li {
    margin-right: 0px;
    border-right: 1px solid #c7d5e1;
    width: 32%;
    text-align: center;
    justify-content: center;
    padding: 9px 4px;
    align-items: center;
}

.product-box .pr-details ul.icon-list.with-dt li img {
    width: 22px;
}

.product-box .pr-details ul.icon-list.with-dt li span {
    margin-left: 4px;
}

.product-box .pr-details ul.icon-list.with-dt li:last-child {
    border-right: 0px;
}

.product-box:hover {
    background: #f6f7fe;
}

.testimonial-box {
    position: relative;
}

.testimonial-box .upper-flex {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    margin-bottom: 20px;
    gap: 20px;
}

.testimonial-box .upper-flex .customer-details {
    display: flex;
    /* align-items: center; */
}

.testimonial-box .upper-flex .customer-details img {
    width: 70px;
    margin-right: 13px;
}

.testimonial-box .upper-flex .customer-name {
    font-size: 22px;
    margin-bottom: 2px;
    font-weight: 600;
    color: var(--first-color);
}

.testimonial-box .upper-flex  .designation {
    margin-bottom: 0px;
    color: #333;
    font-size: 15px;
}

.testimonial-box .upper-flex .rating {
    margin-top: 5px;
}

.rating i {
    font-size: 18px;
    color: #f6c800;
}

.testimonial-box p.review {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.testimonial-slider {
    margin-left: 40px;
}

.testimonial-slider .slick-arrow {
    color: var(--second-color);
    font-size: 24px;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: -102px;
    left: 0px;
    background-color: #ffc9ca;
        transition: .3s;
}
.testimonial-slider .slick-arrow:hover {
    background: var(--second-color);
    color: #fff;
}
.testimonial-slider .NextArrow.slick-arrow {
    left: 57px;
}

.testimonial-banner {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #eee;
}
.testimonial-section {
       background: #f9fcff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.white-box {
    border-radius: 14px;
    background: #fff;
    padding: 25px 25px;
    margin-bottom: 10px;
}

.white-box img {
    width: 69px;
    margin-bottom: 13px;
}

.white-box h4 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

.white-box p {
    height: 106px;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 0px;
}
.login-opts .btn.btn1:hover {
    background: #fff;
    border: 1px solid var(--second-color);
    color: var(--second-color);
}
.contact-box1:hover h5 {
    color: var(--first-color);
}

.contact-box1:hover .icon-div {
    background: var(--first-color);
    color: #fff;
}

.bottom-header .nav-list ul.nav-menu li a:hover {
    color: var(--second-color);
}


@media only screen and (max-width: 767px) {

.topheader ul.media-list {
    display: none;
}
ul.icon-list1 li { 
    font-size: 13px;
}
.mb-d-none{
    display:none!important;
}
.topheader {
    padding: 5px 1px;
}
.mid-right-cont {
    display: none!important;
}
.logo-img {
    width: 80px;
}
.midheader {
    padding: 5px 0px;
}


.toggle-menu {
        display: block!important;
        float: right;
        text-align: right;
        margin-left: auto;
    }
    .toggle-icon {
        position: relative;
        width: 31px;
        height: 20px;
    }
    .toggle-icon span {
        position: absolute;
        width: 100%;
        height: 1px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #3f3f3f;
    }
    .toggle-icon span:first-child {
        top: 0;
    }
    .toggle-icon span:nth-child(2) {
        top: 44%;
    }
    .toggle-icon span:last-child {
        bottom: 2px;
    }
    body.mobile-menu .toggle-icon span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    body.mobile-menu .toggle-icon span:nth-child(2) {
        opacity: 0;
    }
    body.mobile-menu .toggle-icon span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
.bottom-header {
    display: none;
    left: -100%;
    top: 0px;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    background: var(--first-color)!important;
    padding: 20px 20px 20px 20px;
    animation: slide-in-left 1s forwards;
    z-index: 999;
}
body.mobile-menu .bottom-header {
    display: block !important;
    overflow-y: auto;
}

.sticky-header 
 {
    box-shadow: none;
    border: none;
    position: relative;
           transform: unset;
}

    .navbar-right-menu .nav-list .nav-menu {
        display: block;
        margin-right: 0;
    }
       .sticky-header .nav-list ul.nav-menu li a {
        padding: 12px 0;
        display: block;
        width: 100%;
        font-size: 15px;
        color: #fff;
    }
.sticky-header.fixed-header {
    transform: unset;
}
.sticky-header .bottom-header .logo-img { 
    display: none;
}
.login-opts {
    margin-top: 13px; 
    justify-content: start;
}
.bottom-header .close-menu {
    display: block !important;
    position: absolute;
    top: 0;
    right: 9px;
}
    body.mobile-menu .close-menu i {
        color: #fff;
        font-size: 28px;
    }
    .navbar-right-menu {
    display: block;
    }
    .sticky-header .nav-list ul.nav-menu li a i {
    color: #fff;
    float: right;
    top: 8px;
    position: relative;
}
.sticky-header .nav-list ul.nav-menu li a i {
    color: #fff;
    float: right;
    top: 8px;
    position: relative;
}

.nav-list ul.nav-menu li .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    display: none;
    padding: 5px 0px;
}

.nav-list ul.nav-menu li .sub-menu .sub-menu {
    display: none;
}

.nav-list ul.nav-menu li .sub-menu li a {
    font-size: 13px;
    padding: 7px 12px;
}

.nav-list ul.nav-menu li .sub-menu li:hover .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    padding: 5px 11px 5px 24px;
    left: 0;
    top: 0;
    border: none;
}






}


@keyframes slide-in-left {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}





