@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
        background: #fff !important;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Kroftsmann';
    src: url(../font/Kroftsmann_0.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

li {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 99px;
    line-height: 0.9;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 55px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    line-height: 1.1;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select-1.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 70px !important;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    background-color: #17286d !important;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.btn-img {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-btn {
    background-color: #1F286E;
    border-radius: 45px;
    padding: 0px 5px 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    height: 55px;
    width: max-content;
    border: 1px solid #1f2868;
}

.p-btn img {
    width: auto;
    transition: 0.6s;
}

.p-btn:hover img {
    transform: rotate(360deg);
}

.p-btn:hover {
    background-color: #fff;
}

.p-btn:hover span {
    color: #000;
}

.p-btn:hover .btn-img {
    background: #1f2868;
}

.p-btn:hover .btn-img img {
    filter: invert(1);
}

.p-btn span {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

/* ANOTHER BUTTON TWO CSS START  */

a.p-btn.anr {
    background-color: #fff;
}

a.p-btn.anr span {
    color: #000;
}

a.p-btn.anr .btn-img.anr {
    background: #1f2868;
}

a.p-btn.anr .btn-img.anr img {
    filter: invert(1);
}

a.p-btn.anr:hover .btn-img.anr img {
    filter: none;
}

a.p-btn.anr:hover .btn-img.anr {
    background: #fff;
}

a.p-btn.anr:hover {
    background: #1f2868;
}

a.p-btn.anr:hover span {
    color: #fff;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.container-fluid {
    padding: 0 4%;
}

.menu-login a {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-login a {
    font-size: 16px;
}

.menu-side {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.menuSec img {
    margin: 0;
    width: 60%;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    margin-left: -80px;
    width: 117%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

/* .menuSec ul li:last-child a {
    padding-right: 0px;
} */

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #133673;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */
.banner-slider-img .slick-slide {
    margin: 0;
}

.banner-slider-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
section.banner-sec {
    /*background-image: url(../images/banner.jpg);*/
    width: 100%;
    height: 110vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    align-content: end;
    z-index: 0;
    background-position: bottom;
    margin-bottom: 100px;
}

img.ban-img-main {
    position: absolute;
    bottom: 0;
    left: 43%;
    width: 490px;
    height: 700px;
    object-fit: contain;
    z-index: 0;
}

.banner-txt h1 {
    margin-bottom: 15px;
}

.banner-txt p {
    width: 40%;
    color: #fff;
    opacity: 70%;
    margin-bottom: 15px;
}

section.banner-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #133673;
    width: 100%;
    height: 36.3%;
    z-index: -1;
}

section.banner-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 70%;
    height: 75px;
    z-index: -1;
}

.hero-play a {
    background: #fff;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: -16px;
    position: relative;
    font-size: 16px;
}

.hero-play {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 67px;
}

.hero-play img {
    width: 210px;
    height: 130px;
    object-fit: cover;
    border-radius: 7px;
}

ul.social-ban {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 35px;
    margin-bottom: 25px;
    position: relative;
}

ul.social-ban li a {
    font-size: 15.32px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    transition: 0.5s ease all;
}

.banner-slider {
    /*margin-bottom: -80px;*/
    margin-bottom: 20px;
}

.banner-slider .slick-slide {
    margin: 0;
}

.code-txt-ban {
    font-size: 290px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: 'Bebas Neue';
    position: absolute;
    bottom: 115px;
    right: 0;
    z-index: -1;
    opacity: 15%;
}
span#nextBtn {
    cursor: pointer;
}
/* a.ban-down {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 60px;
} */

/* 
.ban-down {
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    background: conic-gradient(#fff 0deg, transparent 0deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 0);
    transition: background 0.2s linear;
    position: fixed;
    border: 2px solid #294980;
}

.ban-down i {
    color: #fff;
    font-size: 20px;
    position: relative;
} */

.ban-down {
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    position: fixed;
    border: 2px solid #294980;
    overflow: visible;
    background: #133673;
    z-index: 11;
}

.ban-down i {
    font-size: 16px;
    color: #fff;
    z-index: 2;
}

.ban-down::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background: conic-gradient(#fff 0deg, transparent 0deg);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: background 0.2s linear;
}

.banner-counter {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat';
    position: absolute;
    bottom: 24px;
    left: 39%;
    /* center align */
    transform: translateX(-50%);
    /* perfectly center horizontally */
    width: 14%;
    /* give some width for progress bar to expand */
    color: #000;
}

.banner-counter #current,
.banner-counter #total {
    font-weight: 600;
}

/* Inline progress bar */
.progress-container-inline {
    flex: 1;
    /* this will make it expand between current and total */
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background-color: #133673;
    transition: width 0.3s ease;
}

.banner-counter .next-text {
    font-weight: 600;
    margin-left: 8px;
}

ul.social-ban li a:hover {
    color: #133673;
}

/* INNER BANNER CSS  */

section.work-sec.inner {
    padding: 100px 0;
    margin: unset;
    background: #f0f0f0;
}

section.banner-sec.iner {
    background-image: url(../images/banner-iner.jpg);
    height: 60vh;
    align-content: center;
}

section.banner-sec.iner:after {
    background: unset;
    width: unset;
    position: unset;
}

section.banner-sec.iner:before {
    background: unset;
    width: unset;
    position: unset;
}

.baner-iner-text h2 {
    color: #fff;
    font-size: 60px;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-image {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    /* margin-left: -150px; */
    width: 100%;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.sport-slider {
    margin-top: 30px;
}
.about-txt h2 span {
    color: #133673;
    display: block;
}

.about-image img.about-2-image {
    width: 40%;
}

.about-txt h2 {
    margin-bottom: 10px;
}

.about-txt p {
    margin-bottom: 10px;
    color: #000;
    opacity: 65%;
}

.about-txt h4 {
    color: #133673;
    margin: 30px 0 0px;
}

section.about-sec {
    margin-bottom: 60px;
}

section.about-sec .row {
    align-items: center;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Sport Section Start ------------------------------------------------------------- */

.sport-slider .slick-slide {
    opacity: 1;
}

.sport-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #1f286e;
}

section.sport-part {
    margin-bottom: 100px;
}

.sport-slider .slick-list.draggable {
    margin: 0 40px;
}

.sport-slider button {
    transition: 0.5s ease all;
    width: 50px;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sport-slider button:hover {
    border-color: #a0a0a0;
}

.sport-slider button.slick-prev:before {
    content: '';
    background-image: url(../images/p-btn.png);
    opacity: 1;
    width: 20px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.sport-slider button.slick-next:before {
    content: '';
    background-image: url(../images/p-btn.png);
    opacity: 1;
    width: 20px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.sport-slider button.slick-prev {
    left: -15px;
}

.sport-slider button.slick-next {
    right: -15px;
}

.bio-iner-about {
    margin-top: 30px;
}

.bio-iner-about p {
    margin-bottom: 25px;
}

p.itrg {
    width: 80%;
}

/*---------------------------------------------------- Sport Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Past Result Section Start ------------------------------------------------------------- */

section.past-resul-sec {
    background-image: url(../images/past-result.jpg);
    width: 100%;
    height: 100%;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 0;
}

section.past-resul-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #17286d;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 85%;
}

.past-result-card:hover:before {
    background: #17286d;
    opacity: 100%;
}

.past-result-head {
    text-align: center;
    margin-bottom: 30px;
}

.past-result-head h2 {
    color: #fff;
    font-size: 60px;
}

section.past-resul-sec .row.rt {
    margin-top: 30px;
}

.past-result-head p {
    color: #fff;
    opacity: 70%;
    width: 50%;
    margin: 0 auto;
}

.past-result-card {
    padding: 30px 25px 30px 35px;
    text-align: center;
    border-radius: 6px;
    position: relative;
    z-index: 0;
    width: 93%;
    margin: 0 auto;
    cursor: pointer;
}

.past-result-card .teams {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    justify-content: space-between;
}

.past-result-card .teams span {
    font-family: 'Montserrat';
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
}

.past-result-card ul {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    /* padding: 0 48px 0 28px; */
}

.leagues {
    display: flex;
    align-items: center;
    /* gap: 180px; */
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 25px 0 25px;
}

.leagues span {
    color: #fff;
    font-family: 'Bebas Neue';
    font-size: 22px;
}

.pick {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 20px 0 12px;
}

.result {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #8b94b6;
    font-size: 20px;
    font-weight: 500;
}

.past-result-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #010f28;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
    opacity: 50%;
}

.score {
    display: flex;
    align-items: center;
    gap: 30px;
}

.score span {
    font-family: 'Bebas Neue';
    font-size: 28px;
    color: #fff;
}

.logo img {
    width: 80px;
    height: 50px;
    object-fit: contain;
}

.pick span {
    margin-left: 14px;
    letter-spacing: 2px;
}


/*---------------------------------------------------- Past Result Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Work Section Start ------------------------------------------------------------- */

section.work-sec {
    margin-bottom: 100px;
    text-align: center;
}

.work-head p {
    width: 50%;
    margin: 0 auto;
    color: #7f7f7f;
}

.work-image-box img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(14%) hue-rotate(214deg) brightness(104%) contrast(100%);
    margin-bottom: 20px;
}

.work-image-box {
    background: #133673;
    border-radius: 10px;
    padding: 50px 0 40px;
    margin-bottom: 27px;
    transition: 0.5s ease all;
}

.work-main {
    padding: 20px 10px 38px;
    border-radius: 6px;
    transition: 0.5s ease all;
}

.work-image-box h6 {
    font-size: 23px;
    color: #fff;
}

.work-txt-box h4 {
    font-size: 24px;
}

.work-txt-box p {
    font-size: 11px;
    opacity: 70%;
    width: 95%;
    margin: 0 auto;
}

.work-main:hover {
    background: #0f2370;
}

.work-main:hover .work-txt-box h4 {
    color: #fff;
}

.work-main:hover .work-txt-box p {
    color: #fff;
}

.work-main:hover .work-image-box {
    background: #fff;
}

.work-main:hover .work-image-box h6 {
    color: #000;
}

.work-main:hover .work-image-box img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(46%) saturate(3201%) hue-rotate(207deg) brightness(91%) contrast(93%);
}

.work-head {
    margin-bottom: 30px;
}

.work-head h2 span {
    color: #133673;
}

/*---------------------------------------------------- Work Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Videos Section Start ------------------------------------------------------------- */

section.videos-sec {
    padding: 100px 0;
    margin-bottom: 100px;
    background: #17286d;
}

section.videos-sec.inner {
    background: #fff;
    padding: unset;
}

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

.video-head p {
    color: #fff;
    opacity: 70%;
    width: 50%;
    margin: 0 auto;
}

.video-head h2 {
    color: #fff;
}

.videos-main {
    position: relative;
}

.vid-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 10px;
}

a.video-play {
    background: #133570;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 23px;
    position: absolute;
    top: 45%;
    left: 44%;
}

.video-txt {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.video-txt h5 {
    color: #fff;
    font-size: 21px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.video-txt h3 {
    color: #fff;
    font-size: 35px;
}

.video-txt h3 span {
    font-size: 41px;
    display: block;
    word-spacing: 2px;
}

.vid-side-main {
    background: #133673;
    margin-bottom: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 75px;
    position: relative;
}

.video-img img {
    width: 280px !important;
    height: 177px !important;
    border-radius: 7px;
    object-fit: cover;
}

.vid-side-main.rt {
    margin: unset;
}

.vid-text h4 {
    font-size: 28px;
    color: #fff;
}

.vid-text h4 span {
    display: block;
    word-spacing: 2px;
}

.vid-text h6 {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat';
    margin-bottom: 6px;
}

.vid-side-main a.video-play {
    width: 60px;
    height: 60px;
    left: 17%;
    top: 35%;
    font-size: 18px;
}

/*---------------------------------------------------- Videos Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Free Pick Section Start ------------------------------------------------------------- */

section.free-pick-sec {
    background-image: url(../images/get-free-p.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 120px 0;
    margin-bottom: 100px;
    background-position: right;
}

.free-pick-text h2 {
    color: #fff;
    font-size: 71px;
    line-height: 1.1;
}

.free-pick-text h2 span {
    display: block;
    font-size: 47px;
}

.free-pick-text p {
    color: #fff;
    opacity: 70%;
    width: 80%;
    margin-bottom: 13px;
}

.free-pick-text a {
    padding: 0 5px 0 23px;
    height: 50px;
}

/*---------------------------------------------------- Free Pick Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Blog Section Start ------------------------------------------------------------- */

section.blog-sec {
    margin-bottom: 100px;
}

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

.blog-head p {
    width: 50%;
    margin: 0 auto;
    color: #7f7f7f;
}

.blog-head h2 span {
    color: #133673;
}

.blog-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
}

.blog-text ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.blog-text ul li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.blog-text p {
    opacity: 70%;
    width: 98%;
    margin-bottom: 30px;
}

.blog-text h4 {
    font-size: 25px;
    margin-bottom: 8px;
}

section.blog-sec .row.blg {
    margin-top: 50px;
}

.blog-text {
    padding: 30px 20px;
    border-radius: 5px;
    background: #fff;
    margin-top: -20px;
    position: relative;
    width: 91%;
}

.blog-pagination ul {
    margin-top: 40px;
    justify-content: center;
    gap: 10px;
}

.blog-pagination ul a.page-link {
    padding: 15px 26px;
    border: 1px solid #fff;
    font-size: 35px;
    color: #000;
    transition: 0.5s ease all;
}

.blog-pagination ul a.page-link:hover, .blog-pagination ul a.page-link:hover {
    color: #fff;
    background: #000000;
}

.blog-pagination ul .page-item.active .page-link {
    background: #000;
    border: unset;
}

.blog-pagination ul .page-item.active .page-link span {
    font-size: 50px;
}

/*---------------------------------------------------- Blog Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 61px;
    font-size: 25px;
    color: white;
    background: #179ffc;
}

a.top-navigator:hover {
    background: #000;
}

a.top-navigator i {
    transition: 0.3s all ease-in-out;
}

footer {
    padding: 60px 0 0px 0;
    width: 100%;
    background: #17286d;
}

.foot-bottom {
    padding: 15px 0px;
    border-top: 1px solid #cccccccc;
}

footer h5 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 500;
}

footer p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.footer-logo-txt-socail {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer-logo-txt-socail p {
    font-size: 15px;
    width: 90%;
    margin: 10px 0 20px;
    font-weight: 600;
}

ul.quick-links {
    column-count: 2;
    width: 80%;
}

ul.quick-links-services {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 22px;
}

ul.quick-links-services li {
    color: #fff;
    opacity: 1;
    font-family: 'Montserrat';
    font-size: 14px;
}

footer .container {
    padding-bottom: 50px;
}

.foot-bottom .container {
    padding: unset;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 10px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

.social-links a:hover {
    background-color: var(--primary);
}

.quick-links a {
    color: #fff;
    font-weight: 600;
}

.quick-links a:hover {
    color: #000;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    font-family: 'Montserrat';
    color: #fefefe;
    display: block;
    margin-bottom: 20px;
}

.foot-number:hover {
    color: #0d68ae;
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 72px;
    border: 1px solid white;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Roboto';
    color: white;
    transition: 0.3s all ease-in-out;
    margin-top: 20px;
}

a.req-btn:hover {
    background: var(--primary);
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 14px;
    color: #fff;
}

span.text-darkbrown.green {
    color: #8ccffd;
}

.foot-bottom p {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

section.news-letter ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
}

section.news-letter p {
    color: #fff;
    font-size: 14px;
    width: 76%;
}

.new-box button {
    font-size: 12px;
    border: transparent;
    width: 40%;
    color: #fff;
    padding: 15px 0;
    border-radius: 40px;
    background: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.news-letter {
    background: #17286d;
    padding: 60px 20px 50px;
    border-bottom: 1px solid #cccc;
}

.news-letter .new-box input::placeholder {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat';
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.news-letter h2 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.news-letter .new-box {
    display: flex;
    align-items: center;
    height: 70px;
    gap: 40px;
}

.news-letter .new-box input {
    background: #f6f6f6;
    border: 0;
    padding: 18px 20px;
    width: 100%;
    border-radius: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.news-letter .new-box .theme-button {
    border: 0;
}

.news-letter .new-box .theme-button:hover {
    box-shadow: none;
}

.social-links a:hover {
    color: #fff;
    background: #179ffc;
}

section.news-letter .row {
    align-items: center;
}

footer h6 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Kroftsmann';
}

footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.add-cont ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

.add-cont ul li i {
    font-size: 15px;
    color: #fff;
}

.add-cont ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}

.add-cont ul li p {
    font-size: 14px;
    width: 80%;
    color: #fff;
    font-weight: 600;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 5px;
}

ul.social li a i {
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    opacity: 50%;
}

ul.social li a i:hover {
    opacity: 100%;
    background: #fff;
    color: #17286d;
}

ul.quick-links-services li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

ul.quick-links li {
    margin-bottom: 25px;
}

.footer-logo-txt-socail img {
    width: 130px;
}

.link-cntr-fotr {
    margin-left: 40px;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.testimonial-sec {
    margin-bottom: 100px;
}

img.testim-1 {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 17px 0 #989898;
    display: flex;
    height: 403px;
    object-fit: cover;
}

.testimonial-image {
    position: relative;
}

/* ul.testi-top img {
    width: auto;
} */

ul.testi-profile img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    object-fit: cover;
}

ul.testi-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 30px;
}

ul.testi-top i {
    color: #ffffff;
    font-size: 22px;
}

ul.testi-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 40px;
}

ul.testi-profile h5 {
    font-size: 22px;
    color: #fff;
}

ul.testi-profile h6 {
    font-size: 22px;
    color: #fff;
}

.testimonial-sec .slick-dots li.slick-active button:before {
    font-size: 20px;
    width: 40px;
    opacity: 1 !important;
    padding: 0 20px;
    background: #133673 !important;
}

.testimonial-sec .slick-dots li button::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 10px;
    background: #e7e7e7;
    left: 0;
    right: 0px;
    opacity: 1;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 26px;
}

.testimonial-sec .slick-dots li .slick-active button::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 10px;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.testimonial-sec .slick-dots {
    bottom: -40px;
    left: 47%;
    display: flex;
    gap: 8px;
}

.testimonial-sec .slick-dots li {
    opacity: 1 !important;
    margin: 0 0px;
}

.testimonial-sec li.slick-active {
    margin: 0 22px 0 0 !important;
}

.testimonial-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.testimonial-text p {
    width: 36%;
    margin: 0 0 0 auto;
}

.testi-box {
    background: #133673;
    padding: 47px 35px;
    border-radius: 7px;
}

.testi-box p {
    color: #fff;
    opacity: 70%;
}

.testimonial-slider {
    margin-bottom: 0 !important;
}

.trust-clint {
    background: #fff;
    width: max-content;
    padding: 12px 40px 12px 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    bottom: -28px;
    left: 120px;
}

.trust-clint h6 {
    font-size: 22px;
    line-height: 0.5;
}

a.client-trust-add {
    background: #133673;
    color: #fff;
    font-size: 23px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13px;
    right: 17px;
    font-weight: 600;
}

/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Blog Detail Section Start ------------------------------------------------------------- */

.blog-detail-img img {
    width: 100%;
}

.blog-detail-recent-posts ul {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.blog-detail-recent-posts ul li img {
    width: 260px;
    height: 167px;
    object-fit: cover;
    box-shadow: 0 0 30px 0 #0000008f;
    border-radius: 6px;
}

.blog-detail-recent-posts span {
    font-size: 14px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.blog-detail-recent-posts i {
    font-size: 20px;
    color: #071c71;
    border: 1px solid #e2e2e3;
    border-left: none;
    padding: 9px 12px;
}

.blog-detail-recent-posts i span {
    margin: 0px 12px;
}

.blog-detail-text h2 {
    font-size: 40px;
    color: #000;
    margin-top: 30px;
    letter-spacing: 0;
}

.blog-detail-icon {
    border: 1px solid #00000029;
    border-right: none;
    border-left: none;
    width: 65%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-detail-icon i {
    font-size: 20px;
    padding: 10px 5px;
    color: #071c9f;
    position: relative;
}

.blog-detail-icon span {
    font-size: 15px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.blog-detail-text p {
    margin-bottom: 30px;
    line-height: 25px;
}


.blog-detail-icon i span {
    margin: 0px 10px;
}

.blog-detail-icon i {
    border-right: 2px solid #e2e2e3;
}

.blog-detail-section i.far.fa-comment {
    padding-left: 20px;
}

.blog-detail-recent-posts {
    margin-top: 15px;
}

.blog-detail-section {
    padding: 0px 0 120px 50px;
}

.blog-detail-img img {
    width: 100%;
    height: 635px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 0 30px 0 #0000008f;
}

.blog-detail-recent-posts ul li h3 {
    font-size: 18px;
    width: 80%;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-detail-recent-posts h2 {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-detail-section .row {
    align-items: center;
}

.blog-detail-text h2 span {
    font-family: 'Montserrat';
    font-size: 30px;
}

span.heading-writer {
    font-size: 20px;
    font-family: 'Montserrat';
    padding-left: 20px;
}

.blog-parts h4 {
    font-size: 25px;
    margin-bottom: 12px;
}

.blog-detail-recent-posts ul li:last-child {
    width: 80%;
}

.blog-detail-recent-posts h2 span {
    font-size: 55px;
    font-family: 'Bebas Neue';
    color: #1f2969;
}

/*---------------------------------------------------- Blog Detail Section End ------------------------------------------------------------- */

/* --------------------------------------------------- Testimonials Inner Section Start ------------------------------------------------------ */

section.testimonial-inner {
    margin-bottom: 100px;
}

section.testimonial-inner .row.pt {
    margin-bottom: 60px;
}

.testi-iner-main img {
    width: 100%;
}

.testi-iner-main .quote img {
    width: 10%;
    margin-bottom: 20px;
}

.testi-iner-main {
    border-radius: 8px;
    padding: 20px 30px;
    width: 95%;
    position: relative;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
}

.testi-iner-main:hover {
    background: #1f2969;
    color: #ffffffa6;
}

.testi-iner-main p {
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.testi-iner-main li.quote {
    margin-bottom: 10px;
}

.testi-iner-main ul.stars li i {
    color: #1f2969;
}

li.user-testi-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

li.user-testi-inner .testi-user h6 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}

li.user-testi-inner .testi-user span {
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #1f2969;
    font-weight: 600;
}

.testi-iner-main ul {
    margin: 0;
    margin-bottom: 15px;
}

.testi-iner-main:hover p {
    color: #ffffff;
}

.testi-iner-main:before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: -60px;
    clip-path: polygon(65.8% 0%, 100% 42.5%, 69.7% 100%);
    background: #fff;
    width: 30%;
    height: 40px;
    box-shadow: 1px 2px 8px #000;
}

.testi-iner-main:hover:before {
    background: #1f2969;
}

.testi-iner-main:hover ul.stars li i {
    color: #fff;
}

.testi-iner-main:hover .quote img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7444%) hue-rotate(51deg) brightness(116%) contrast(87%);
}

.testi-iner-main:hover li.user-testi-inner .testi-user h6 {
    color: #fff;
}

.testi-iner-main:hover li.user-testi-inner .testi-user span {
    color: #fff;
}

section.testimonial-inner .blog-pagination ul {
    margin-top: 60px;
}


/* --------------------------------------------------- Testimonials Inner Section End -------------------------------------------------------- */

/* --------------------------------------------------- Contact Section Start -------------------------------------------------------- */

.contact1 h2,
.contact2 h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.contact1 p,
.contact2>p {
    color: #000;
    margin-bottom: 5%;
    font-weight: 600;
    opacity: 60%;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 40px;
    font-family: 'Montserrat';
}

.contact1 textarea {
    resize: none;
    height: 200px;
    border-radius: 12px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.contact2 ul li h4 {
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #000;
    font-size: 25px;
    margin-bottom: 5px;
}

.contact2 ul li p a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.contact2 .icon {
    height: 85px;
    width: 17%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
    background: #000;
}

.contact2 .icon i {
    font-size: 30px;
    color: #fff;
}

.map {
    margin-top: 60px;
}

h1.cnt:after {
    width: 25px;
    height: 25px;
    right: 5.1%;
    bottom: 21%;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.contact1 button {
    background: #073762;
    border: none;
    width: 100%;
    color: #fff;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    font-family: 'Montserrat';
}

.contact2 .icon_info {
    width: 83%;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 {
    width: 95%;
}

section.contact-page.all-section {
    margin-bottom: 100px;
}

/* --------------------------------------------------- Contact Section End -------------------------------------------------------- */

/* --------------------------------------------------- Shopping Cart Section Start -------------------------------------------------------- */

section.add-to-cart .cart-main {
    width: 200px;
    position: relative;
    font-family: 'Montserrat';
}

section.add-to-cart .number-wrapper {
    position: relative;
    width: 100%;
}

section.add-to-cart .cart-main input.qtystyle {
    width: 100%;
    text-align: center;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #6b6b6b;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-top: 24px;
    background: #e9e7e7;
}

section.add-to-cart .number-wrapper button {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    color: #000;
    font-size: 24px;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
}

section.add-to-cart .number-wrapper .minus {
    left: 8px;
}

section.add-to-cart .number-wrapper .plus {
    right: 6px;
}

.add-to-cart a {
    font-size: 16px;
    display: block;
    text-align: center;
    padding-top: 9px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.add-to-cart h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    background: #f9f8f6;
    padding: 27px 30px 20px 30px;
    border: 1px solid #6b6b6b;
}

.total-section ul {
    font-family: "Poppins";
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 23px;
    padding-bottom: 35px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
}

li.color-change {
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 14px;
}

.total-section li.color-change span {
    font-size: 26px;
    color: #1f2969;
    font-weight: 600;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    padding: 20px 30px;
    border: 1px solid #6b6b6b;
    margin-top: 25px;
    background: #f9f8f6;
}

.ship-estimate li {
    color: #000;
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 75px;
    list-style: none;
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.proceed a {
    color: #000;
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 11px;
    padding-top: 17px;
}

.proceed .checkout-btn {
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #1f2969;
    font-family: "Montserrat";
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.or-amazon {
    position: relative;
    border: 2px solid #cecece;
    padding: 30px 40px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    width: 45%;
    margin: 0 auto;
    margin-top: 50px;
}

.or-amazon p {
    font-size: 18px;
    position: absolute;
    background: #f3f3f3;
    top: -18px;
    left: 100px;
    padding: 3px 20px;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
    justify-content: center;
    padding: unset;
}

.product-image {
    display: inline-block;
    width: 100%;
}

.product-image img {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    object-fit: contain;
    border-radius: 18px;
}

.product-img img {
    width: 100%;
}

section.add-to-cart {
    margin-bottom: 100px;
}

th.rad-cart {
    border-top-left-radius: 30px;
    padding-left: 40px !important;
    border-bottom-left-radius: 30px;
}

th.radd-crt {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

tr.space td {
    padding-bottom: 25px;
}

.ship-estimate ul:last-child {
    margin: unset;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.table-space h3 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
    font-family: "Roboto";
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #000;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #1f2969;
    color: #fff;
}

.table-space h6 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-family: 'Montserrat';
}

.space span {
    color: #1f2969;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Montserrat';
}

section.add-to-cart.all-section {
    padding: 0 0 100px;
}

/* --------------------------------------------------- Shopping Cart Section End -------------------------------------------------------- */

/* --------------------------------------------------- Checkout Section Start -------------------------------------------------------- */

.billing_form h3 {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 13px;
    font-family: "Montserrat";
    color: #000;
    font-weight: 600;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 40px;
    color: #000;
}

.billing_form input::placeholder {
    color: #000;
    font-family: "Montserrat";
    font-weight: 600;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 13px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 30px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

p.p-same-p {
    font-size: 13px;
    background: #fffcf3;
    line-height: 23px;
}

.cart_sidebar {
    padding: 40px 25px 30px 25px;
    border: 1px solid #000;
    border-radius: 40px;
}

.cart_sidebar h3 {
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1;
}

.cart_sidebar .h-sub {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 20px;
    font-family: 'Montserrat';
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Montserrat';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #000;
}

.cart_sidebar ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ff5f00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff5f00;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Montserrat";
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    border-bottom: 1px solid #000;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.cart_sidebar .radiosss-payments li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #ff5f00;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
}

.radiosss-payments {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

section.checkout_page.all-section.all-side {
    padding: 0 0 100px;
}

.billing_form {
    border: 1px solid #000;
    padding: 40px 25px;
    border-radius: 40px;
}

.billing_form select {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: transparent;
    border-radius: 40px;
    color: #000;
    font-family: "Montserrat";
    font-weight: 600;
}

.billing_form option {
    color: #000;
    font-family: "Montserrat";
    font-weight: 600;
}

span.chk-price {
    color: 394136;
}

/* --------------------------------------------------- Checkout Section End -------------------------------------------------------- */

/*---------------------------------------------------- Accounts Section Start --------------------------------------------------------------*/

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 12px 40px 12px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    background: #fff;
    border-radius: 30px;
}

.login-txt form input::placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h2 {
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 46px;
    color: #fff;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}
.checkbox-label-flex {
    display: flex;
    align-items: center;
}
.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
}

.login-txt {
    padding: 45px 25px 35px;
    border-radius: 5px;
    background: #133673;
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

.login-txt ul li {
    display: flex;
    gap: 120px;
    font-weight: 500;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    justify-content: space-between;
}

li.head-ex {
    text-decoration: underline;
}

.login-txt ul li label {
    cursor: pointer;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.login-txt-ex form input:focus {
    background-color: #fff;
    color: #000;
}

.login-txt-ex ul {
    justify-content: space-between;
}

section.login.sec {
    margin-bottom: 100px;
}

.login-txt ul li a {
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.login-txt button {
}

.login-txt button .btn-img.anr {
    position: absolute;
    right: 30px;
}
.login-txt button  {
    position: relative;
    background: #000000;
    border-radius: 45px;
    padding: 0px 5px 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    height: 55px;
    width: 100%;
    border: 1px solid #1f2868;
    color: #fff;
}

.login-txt
    button .btn-img.anr {
    position: absolute;
    right: 30px;
}

.login-txt form input#defaultCheck1 {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 15px 0 0;
}

.form-check label {
    color: #fff;
}

.form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.forgot-pass a {
    color: #fff;
}

p.agree-text {
    color: #fff;
    margin: 10px 0;
}

p.agree-text a {
    color: #fff;
    text-decoration: underline;
}
/*---------------------------------------------------- Accounts Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Past Result Section Start --------------------------------------------------------------*/

/* Table Section */
.results-table {
    width: 100%;
    margin: 0 auto 50px;
    border-collapse: collapse;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.results-table thead {
    background: #1e2a66;
    color: #fff;
    margin-bottom: 20px;
}

.results-table th,
.results-table td {
    padding: 15px 18px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.results-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.results-table tbody tr td {
    color: #000;
}

.results-table tbody tr td:last-child {
    font-weight: bold;
}

/* Chart Section */
.performance-section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.performance-section h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.performance-section h3 span {
    color: #2b3d8d;
}

canvas {
    width: 100% !important;
    height: 500px !important;
}

.pst-resl-head {
    text-align: center;
    margin-bottom: 30px;
}

.pst-resl-head h2 span {
    color: #1e2a66;
    margin-bottom: 5px;
}

.pst-resl-head p {
    color: #000;
    opacity: 60%;
    width: 50%;
    margin: 0 auto;
}

.results-table th {
    padding: 18px 18px 22px;
}

section.performance-sec {
    margin-bottom: 100px;
}

.performance-section h2 span {
    color: #17286d;
}

section.past-result-performace {
    margin-bottom: 40px;
}

.performance-section h2 {
    margin-bottom: 50px;
}

.rate-pst {
    text-align: center;
}

.rate-pst h2 {
    margin-bottom: 40px;
}

.rate-pst ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.rate-pst ul li {
    border: 1px solid #00000029;
    padding: 20px 100px;
    border-radius: 5px;
}

.pst-counter {
    font-family: 'Bebas Neue';
    font-size: 28px;
    color: #17286d;
    margin-bottom: 5px;
}

.rate-pst ul li p {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

/*---------------------------------------------------- Past Result Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Packages Section Start --------------------------------------------------------------*/

.package-sec {
    padding: 150px 0;
    background: #f1f1f1;
}

.packages-box {
    width: 90%;
    margin: 0 auto;
    transition: .5s all;
    background: #fff;
    border-radius: 10px;
}

.package-sec .packages-box {
    text-align: center;
    margin-bottom: 80px;
}

.packages-box {
    padding: 30px 0;
    text-align: center;
    transition: .5s all;
}

.packages-box h5 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.packages-box h3 {
    font-size: 46px;
    font-weight: 600;
    color: #17286d;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.packages-box sub {
    font-size: 18px;
}

.packages-box {
    padding: 50px 20px 30px;
}

.packages-box h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

.packages-box p {
    font-size: 14px;
    color: #121111;
    font-weight: 600;
}

ul.package-list {
    margin: 35px 0 30px;
    padding-right: 10px;
    margin-left: 34px;
    min-height: 340px;
}

ul.package-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 10px 0;
}

ul.package-list li p {
    font-size: 13px;
    text-align: left;
}

ul.package-list::-webkit-scrollbar {
    width: 10px;
}

ul.package-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

ul.package-list::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

ul.package-list::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.packages-box:hover {
    transform: scale(1.1);
    background: #17286d;
}

.packages-box:hover * {
    color: #fff;
}

.packages-box:hover .packages-head {
    background: #3fa2b8;
}

.packages-box:hover ul.package-list {
    height: auto;
    overflow: auto;
}

.packages-box:hover ul.package-list img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7445%) hue-rotate(41deg) brightness(110%) contrast(92%);
}

.packages-box a {
    margin: 0 auto;
}

.package-sec .row:last-child {
    height: 620px;
}

.packages-box:hover a.p-btn {
    background: #ffff !important;
}

.packages-box:hover a.p-btn span {
    color: #000 !important;
}

.packages-box:hover a.p-btn .btn-img {
    background: #17286d;
}

.packages-box:hover a.p-btn .btn-img img {
    filter: invert(1);
}

section.banner-sec.iner.pick {
    margin: unset;
}

/*---------------------------------------------------- Packages Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Free Pick Section Start --------------------------------------------------------------*/

.free-pick-iner-sec .card-custom {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px 30px !important;
}

.free-pick-iner-sec .nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff;
}

.free-pick-iner-sec .timeline-btns .btn {
    border-radius: 20px;
    margin: 3px;
}

.best-bets .price {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Bebas Neue';
    color: #000;
    letter-spacing: 1px;
}

section.free-pick-iner-sec {
    padding: 150px 0;
    background: #f1f1f1;
}

.main-handi-hot-box h5 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}

.card.card-custom ul.nav {
    justify-content: center;
    gap: 40px;
    border-bottom: unset;
}



.card.card-custom ul.nav li button {
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 13px 60px;
    color: #000;
    font-weight: 500;
    border: unset;
}

.timeline-btns {
    border: 1px solid #000;
    padding: 20px 50px;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

.timeline-btns button.active {
    background: #17286d;
    color: #fff;
}

.timeline-btns button {
    padding: 10px 30px;
    border-radius: 40px;
    background: #fff;
    font-size: 15px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
    border: unset;
}

.timeline-btns button:hover {
    background: #17286d;
    color: #fff;
}

ul.free-table-recor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin: 20px 0 15px;
}

ul.free-table-recor li {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

section.free-pick-iner-sec td, section.free-pick-iner-sec th {
    border: unset;
    font-size: 13px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}

.best-beds-box h5 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
    margin-top: 40px;
}

.best-beds-box h6, .best-beds-box small {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
}

.best-beds-box .d-flex {
    gap: 20px;
}

.best-bet-image {
    width: 87px;
    height: 67px;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
}

.best-beds-box h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 5px;
    margin-top: 15px;
}

.best-beds-box p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    opacity: 50%;
}

.carousel-indicators.best.bets {
    bottom: -60px;
    gap: 5px;
}

.card-best-bet-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.card-custom.best-bets {
    padding: 22px 30px 70px !important;
}

.free-pick-iner-side-point {
    padding: 40px 40px 0;
    background: #fff;
    border-radius: 10px;
}

.fere-pcik-pic-main {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.free-pick-iner-side-point h3, .free-pick-iner-side-point h6 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.free-pick-iner-side-point h4 {
    font-size: 24px;
    margin-bottom: 6px;
}

.free-pick-iner-side-point p {
    color: #000;
    opacity: 50%;
    margin-bottom: 13px;
}

.free-pick-iner-side-point a {
    font-size: 14px;
    color: #17286d;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}

.fre-pck-side-main-in {
    border-bottom: 1px solid #00000030;
    padding-bottom: 33px;
    margin-bottom: 30px;
}

.fre-pck-side-main-in.fgh {
    border: unset;
}

section.add-to-cart thead {
    background: #1f2969;
}

section.add-to-cart thead th {
    color: #fff !important;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif !important;
    padding: 20px 0;
    border: unset !important;
}

section.add-to-cart thead tr {
    border: unset;
}


/*---------------------------------------------------- Free Pick Section End --------------------------------------------------------------*/




.checkout-step2 .cta-primary:hover {
    background: #17286d !important;
    color: #fff !important;
}
.checkout-step2 .form-control:focus {
    border-color: #17286d !important;
    box-shadow: 0 0 0 3px rgb(23 40 109 / 25%) !important;
    outline: none;
}

.checkout-step2 .cta-primary {
    background: #17286d !important;
    color: #fff !important;
}
.add-to-cart .grid-header {
    background: #17286d !important;
}

.add-to-cart .title {
    color: #000 !important;
    font-weight: 500 !important;
}

.add-to-cart .price {
    color: #000 !important;
}

.add-to-cart .grid-row {
    background: #fff !important;
}
.add-to-cart .grid-header, .add-to-cart .grid-row {
    grid-template-columns: 3fr 3fr 1fr 0px !important;
}
.add-to-cart .card {
    background: #fff !important;
}

.add-to-cart ul.summary span {
    color: #000;
}

.add-to-cart .add-to-cart a {
    color: #000;
}

.add-to-cart .cta-primary {
    background: #17286d !important;
    color: #fff !important;
    padding: 15px 0 14px 0 !important;
}

.checkout-step3 .card {
    background: transparent !important;
    color: #000 !important;
}

.checkout-step3 .pay_sidebr h3 {
    color: #000 !important;
    font-size: 34px;
}

.checkout-step3 .cart_lst li span {
    color: #666 !important;
}

.checkout-step3 .cart_lst li {
    color: #666;
    font-size: 18px;
}

.checkout-step3 .h-sub {
    color: #000;
    font-size: 24px;
}

.checkout-step3 .h-sub span {
    color: #17286d;
}
.add-to-cart .trip-info {
    align-items: center !important;
}
.checkout-step3 .card .paypal-button-color-blue {
    background: #1f286e !important;
}
.checkout-step3 .trusted_by_wrap h5 {
    font-size: 24px !important;
}
.menu-login {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.bizvideo-sec video {
    width: 100%;
    margin-bottom: 80px;
}