*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:  "Montserrat", sans-serif !important;
}


.monzerat{
    max-width: 800px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.8em !important;
    margin: auto !important;
}
.monzerat-h1{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    font-size: 3em !important;
    text-transform: uppercase !important;
}


.logo{
    margin-left: calc(50% - 80px) ;
    padding: 12px 0;
}
.heading-div{
    background-color: #008d1b;;
    box-shadow: rgb(0 0 0 / 45%) 0px 4px 8px -1px;
}
.heading-div h1{
    font-weight: 750;
    color: white;
}
.main-container{
    /* box-shadow: 4px 10px 12px 2px rgba(0, 0, 255, .2); */
    box-shadow:
    0 6px 20px 5px rgba(0, 0, 0, 0.19);
    /* 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}
.slider-img{
    width: 94%;
    margin-left: 3%;
    border-radius: 74px;
}

.bd-left{
    border-left: 1px solid #d3d3d3;
    height: 120px;
}
.slid-txt h1{
    text-align: center;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    font-size: 59px;
}
.slid-txt h1 span{
    color: rgb(204, 1, 1);
}
.txt-red{
    color: rgb(204, 1, 1);
}
.slid-txt h3{
    font-family: 'Poppins',
    sans-serif;
    font-weight: 750;
    font-size: 22px;
}
.sub-head{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.font-class{
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}
.heading-2{
    background-color: rgb(204, 1, 1);
}
.heading-2 h1{
    font-family: 'Oswald', sans-serif;
    font-size: 41px;
    /* width: 100%; */
    color: white;
    font-weight: 400;
}
.card1{
    width: 70%;
    border-radius: 10px;
    margin-left: 15%;
    margin-top: 150px;
    margin-bottom: 150px;
}
.cont-div1{
    width: 96%;
    margin: 20px 2%;
}
.cont-heading{
    font-size: 32px;
    font-family: 'Nunito', sans-serif;
    color: rgb(204,1,1);
    font-weight: 600;
}
.cont-heading1{
    font-size: 28px;
    font-family: 'Nunito', sans-serif;
    /* font-weight: 400; */
}
.hr-line{
    color:rgb(204, 1, 1);
    background-color:rgb(204, 1, 1);
}
.flx-div{
    background-image: linear-gradient(to right, rgb(141, 51, 125), rgb(4, 2, 0));
}
.flex-heading{
    font-size: 57px;
    font-family: 'Oswald',
    sans-serif;
    color: #FCEA00;
}
.flex-txt{
        color: rgb(229, 236, 244);
        background-color: rgba(5, 5, 5, 0);
        font-size: 23px;
        font-family: 'Poppins',
        sans-serif;
        
}
.txt-class2{
    font-size: 18px;
    font-family: 'Nunito',
    sans-serif;
}
.heading-3{
    font-size: 43px;
    font-family: 'Oswald',
    sans-serif;
    color: #212529;
}
.imgvip{
    width: 90%;
    margin-left: 5%;
}
.font-style3{
    font-size: 45px;
    font-family: 'Oswald',
    sans-serif;
    color: #DC10B8;
    text-align: center;
}
.inlineCard{
    width: 96%;
    margin-left: 2%;
    border-radius: 19px;
}
.font-style4 {
    font-size: 39px;
    font-family: 'Oswald',
        sans-serif;
    color: rgb(204,1,1);
    text-align: center;
}
.font-style5 {
    font-size: 56px;
    font-family: 'Oswald',
        sans-serif;
    color: #1F9C09;
    text-align: center;
}
.font-style6 {
    font-size: 24px;
    font-family: 'Oswald',
        sans-serif;
    text-align: center;
}
.font-style8 {
    font-size: 15px;
    font-family: 'Poppins',
        sans-serif;
}
.timer-div{
    background-color: rgb(241, 240, 240);
    margin-top: 50px;
}
.inline-div{
    display: inline-block;
}
.digit-div{
    padding: 8px 20px;
    font-size: 39px;
    font-family: 'Oswald',    sans-serif;
    color: rgb(204, 1, 1);
    background-color: rgb(221, 217, 217);
    margin-left: 7px;
}
.orange-btn{
    width: 425px;
    margin: 20px 0 ;
    margin-left: calc(50% - 217px);
    background-color: rgb(220, 97, 4);
  
}
.orange-btn b, .orange-btn i{
    color: #FFFFFF;
}
.collapsible {
    /* background-color: rgb(234, 229, 229); */
    color: rgb(83, 83, 122);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-family: 'Poppins',sans-serif;
    border-bottom: .5px solid black;
    font-weight: bolder;
}

.active,
.collapsible:hover {
    background-color: rgb(194, 184, 184);
}

.collapsible:after {
    content: '\002B';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
hr{ 
  
    border:         none;
    border-left:    1px solid hsla(200, 10%, 50%,100);
    width:          1px;       
}
hr:not([size]) {
    height: 72px;
}
.atc-btn{
    background: rgb(161,2,1);
    background: linear-gradient(90deg, rgba(161,2,1,1) 0%, rgba(246,6,24,1) 50%, rgba(189,21,19,1) 100%);
    border-radius: 40px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 39px;
    font-weight: 200;
}
.ionicon{
    max-width: 12%;
    color: white;
}
.bold-fnt{
    font-size: 34px !important;
    font-family: "Montserrat", sans-serif !important;

}
.yes-bold{
    font-weight: 600 !important;
}
.subheading{
    font-family: "Montserrat", sans-serif !important;
    line-height: 40px;
    font-size: 1.6rem;
    border: 1px solid black;
    padding: 24px;
    font-weight: 500;
}
.banner-heading{
    font-family: "Montserrat", sans-serif !important;
    font-size: 50px;
}
p{
        font-family: 'Montserrat';
        font-size: 22px;
        line-height: 38px;

}
.border-images {
    padding: 1px;
    border: 2px solid #021a40;
    background-color: #ff0;
    max-width: 100%;
}
.row{
    padding: 30px 60px;
}
.rck-btm{
    padding-top: 0 !important;
}
.guarantee {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 244, 215, 1) 100%);
    border: solid 2px #f6ebb2;
    padding: 10px;
    color: #4D4324;
}
.guarantee-title {
    background: linear-gradient(to right, #b2782a 0%, #f4d971 50%, #b2782a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.float-right{
    float: right;
    
}
.pt-row{
    padding: 0px 60px !important;
}
.ptt-row{
    padding: 30px 60px 0px 60px !important;
}
ul.checkmark li:before {
    content: " ";
    display: block;
    border: solid 0.8em #cc0101;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.45em;
    top: 0.7em;
    margin-top: -0.5em;
}
ul.checkmark li:after {
    content: " ";
    color: white;
    display: block;
    width: 0.5em;
    height: 0.8em;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 1em;
    top: 0.7em;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.checkmark li {
    list-style-type: none;
    margin-bottom: 1em;
    padding: 0.25em 0 0 2.5em;
    position: relative;
    font-size: 22px;
    line-height: 38px;
}
@media (max-width: 767px) {
    .cell-hide{
    display: none !important;
    }
    .cell-bg-font{
    font-size: 28px !important;
    }
    .cell-heading{
    font-size: 37px !important;
    }
    .tp-heading{
    font-size: 24px !important;
    }
    .bd-left{
    border-left: none !important;
    height: auto !important;
    }
    .orange-btn{
    width: 285px !important;
    margin-left: 0px !important;
    }
    .atc-btn{
    font-size: inherit;
    }
    .bold-fnt{
    font-size: 19px !important;
    }
    .row{
    padding: 0px 0px !important;
    }
    .banner-heading{
    font-size: 28px;
    }
    }
    .p-red{
        color: #cc0101;
        font-weight: 700
    }
 @media (min-width: 769px){

    .title-banner {
                margin-left: -25px;
                margin-right: -25px;
                position: relative;
            }
        }
        .bg-red-dark {
            background-color: #cc0101;
        }
        .display-4{
            font-weight: 600;
        }