* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Mulish-Regular";
    src: local("Mulish-Regular"), url("font/mulish-regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}
/* width */
::-webkit-scrollbar {
    background: #000000;
    border-radius: 10px;
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
    width: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #21808d;
    border-radius: 5px;
}

html {
    overflow-x: hidden;
}
a {
    margin: 0;
    padding: 0;
    color: #fe7405;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    text-decoration: inherit;
}

body {
    font-family: "Mulish-Regular", sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    letter-spacing: 0px;
    background-color: #ffffff;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

input,
button,
textarea {
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

select {
    text-indent: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-weight: 500;
}
i {
    margin-left: 5px;
    margin-right: 5px;
}
section {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.image-responsive {
    width: 100%;
    height: auto;
}

.font-1 {
    font-weight: 700;
}
.font-2 {
    font-weight: 400;
}

.cursor {
    cursor: pointer;
}

.primary {
    color: #21808d;
}
.secondary {
    color: #8d3b21;
}

.white {
    color: #fffff7;
}

.black {
    color: #454545;
}

.gray {
    color: #898989;
}

.red {
    color: #ff0000;
}

.green {
    color: #73af00;
}

.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}

.headingtext {
    font-size: 50px;
    margin: 0;
}

.headingimg {
    width: auto;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: -10px;
}

.big-heading {
    font-size: 40px;
    margin: 0;
}

.heading {
    font-size: 30px;
    margin: 0;
}

.title {
    font-size: 22px;
    margin: 0;
}

.sub-title {
    font-size: 15px;
    margin: 0;
}

.content {
    font-size: 13px;
    margin: 0;
}
.small {
    font-size: 11px;
    margin: 0;
}

.margin-top {
    margin-top: 10px;
}
.padding-1 {
    padding: 10px;
}

.padding-2 {
    padding: 20px;
}

.remove-mp {
    margin: 0;
    padding: 0;
}

.flot-right {
    float: right;
}

.flot-left {
    float: left;
}

.center-box {
    text-align: center;
}

.center-item {
    margin: 0 auto;
}

.section-divider {
    background: #494949;
    height: 1px;
    width: auto;
    margin-top: 7px;
    margin-bottom: 5px;
}

.input-box {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    width: 100%;
    height: 35px;
    border-radius: 10px;
    outline: none;
    color: #000000;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ffffff;
}

.drop-down-box {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    height: 35px;
    background: #181818;
    border-radius: 10px;
    outline: none;
    font-size: 13px;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ffffff;
}

.text-area {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    outline: none;
    font-size: 13px;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    min-height: 60px;
    background-color: #f7f7f7;
    border: 1px solid #ffffff;
}

.button1 {
    font-size: 12px;
    outline: none;
    border: none;
    cursor: pointer;
    height: 35px;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    background: #21808d;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 25%);
    transition: 0.5s;
    margin-top: 5px;
    margin-bottom: 5px;
}
.button-with-image-2 {
    width: 100%;
    outline: 0;
    border: 0;
    background-color: #2e2e2e;
    border-color: #2e2e2e;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    height: calc(24px + 10px + 7px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
}
.button2 {
    font-size: 12px;
    outline: none;
    border: none;
    cursor: pointer;
    height: 35px;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    background: #73af00;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 25%);
    transition: 0.5s;
    margin-top: 5px;
    margin-bottom: 5px;
}

.toast-box {
    z-index: 5;
    position: fixed;
    padding: 0px 10px 5px 10px;
    font-size: 13px;
    width: 366px;
    height: auto;
    background-color: red;
    top: 20px;
    right: 10px;
    display: none;
}
#toast-error-msg-id {
    color: #ffffff;
}

.toast-close-btn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 25px;
    line-height: 37px;
    cursor: pointer;
    transition: 0.3s;
}

.card {
    background-color: #ffffff;
    box-shadow: 0px 4px 39.3px 0px #00000017;
    /* border: 1px solid #494949;*/
}

.image-box-1 {
    padding: 5px;
    margin-top: 7px;
    border-radius: 10px;
}

.image-box-1-title-box {
    text-align: left;
    overflow: hidden;
    padding: 5px;
    min-height: 55px;
}

.image-box-1-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
}

.image-box-1-content-box {
    padding: 5px;
    text-align: left;
}

.content-bg {
    padding: 100px;
    background-color: #181818;
    box-shadow: 0px 4px 39.3px 0px #00000017;
}

.bg1 {
    background-image: url(../img/banner/bg1.jpg);
    background-size: cover;
}

.box-padding-0 {
    padding: 40px;
}

.box-padding-1 {
    padding: 60px;
}

.box-padding-2 {
    padding: 100px;
}
.box-padding-3 {
    padding: 120px;
}

.max-width-1 {
    max-width: 60%;
}

.max-width-2 {
    max-width: 80%;
}

/*modal*/
.modal {
    background-color: rgba(0, 0, 0, .4);
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
}
.modal-content {
    background-color: #ffffff;
    width: 50%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-shadow: 0px 4px 39.3px 0px #00000017;
    padding: 25px;
}
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.modal-close {
    position: relative;    
    width: 30px;
    height: 30px;
}



.term-condition-modal{
    vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1399px) {
    section {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .product-title-box-1 {
        padding: 5px;
        min-height: 35px;
    }
    .product-title-box-2 {
        padding: 5px;
        min-height: 30px;
    }

    .headingtext {
        font-size: 45px;
    }

    .headingimg {
        height: 45px;
    }
    .big-heading {
        font-size: 47px;
    }
    .heading {
        font-size: 35px;
    }

    .title {
        font-size: 20px;
    }

    .sub-title {
        font-size: 14px;
    }

    .content {
        font-size: 12px;
    }

    .small {
        font-size: 12px;
    }

    .margin-top {
        margin-top: 15px;
    }
    .padding-1,.padding-2 {
        padding: 10px;
    }

    .input-box,
    .drop-down-box,
    .button1,
    .button2 {
        height: 33px;
        font-size: 13px;
    }

    .max-width-1,
    .max-width-2 {
        max-width: 100%;
    }

    .box-padding-1,
    .box-padding-2,
    .box-padding-0,
    .box-padding-3,
    .content-bg {
        padding: 40px;
    }
}
@media (min-width: 761px) and (max-width: 991px) {
    section {
        padding: 11px;
    }

    .headingtext {
        font-size: 40px;
    }

    .headingimg {
        height: 40px;
    }

    .big-heading {
        font-size: 40px;
    }
    .heading {
        font-size: 20px;
    }

    .title {
        font-size: 15px;
    }

    .sub-title {
        font-size: 13px;
    }

    .content {
        font-size: 11px;
    }

    .small {
        font-size: 10px;
    }

    .margin-top {
        margin-top: 15px;
    }
    .padding {
        padding: 10px;
    }

    .input-box,
    .drop-down-box,
    .button1,
    .button2 {
        height: 33px;
        font-size: 10px;
    }

    .max-width-1,
    .max-width-2 {
        max-width: 100%;
    }

    .box-padding-1,
    .box-padding-2,
    .box-padding-0,
    .box-padding-3,
    .content-bg {
        padding: 15px;
    }
}

@media (min-width: 480px) and (max-width: 760px) {
    section {
        padding: 11px;
    }
    .product-title-box-1 {
        min-height: 45px;
    }
    .product-title-box-2 {
        min-height: 45px;
    }
    .headingtext {
        font-size: 30px;
    }

    .headingimg {
        height: 35px;
    }

    .big-heading {
        font-size: 45px;
    }
    .heading {
        font-size: 22px;
    }

    .title {
        font-size: 16px;
    }

    .sub-title {
        font-size: 14px;
    }

    .content {
        font-size: 11px;
    }

    .small {
        font-size: 10px;
    }

    .margin-top {
        margin-top: 15px;
    }
     .padding-1,.padding-2 {
        padding: 10px;
    }
    

    .input-box,
    .drop-down-box,
    .button1,
    .button2 {
        height: 33px;
        font-size: 10px;
    }

    .max-width-1,
    .max-width-2 {
        max-width: 100%;
    }

    .box-padding-1,
    .box-padding-2,
    .box-padding-0,
    .box-padding-3,
    .content-bg {
        padding: 15px;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 479px) {
    section {
        padding: 11px;
    }

    .product-title-box-1 {
        min-height: 45px;
    }
    .product-title-box-2 {
        min-height: 45px;
    }
    .headingtext {
        font-size: 30px;
    }

    .headingimg {
        height: 35px;
    }

    .big-heading {
        font-size: 40px;
    }

    .heading {
        font-size: 18px;
    }

    .title {
        font-size: 15px;
    }

    .sub-title {
        font-size: 13px;
    }

    .content {
        font-size: 11px;
    }

    .small {
        font-size: 10px;
    }
    .margin-top {
        margin-top: 10px;
    }
    .padding-1,.padding-2 {
        padding: 10px;
    }

    .input-box,
    .drop-down-box,
    .button1,
    .button2 {
        height: 26px;
        font-size: 10px;
    }

   
    .max-width-1,
    .max-width-2 {
        max-width: 100%;
    }
    .box-padding-1,
    .box-padding-2,
    .box-padding-0,
    .box-padding-3,
    .content-bg {
        padding: 15px;
    }
    .icon1 {
        width: 10px;
        height: 10px;
    }
    .icon2 {
        width: 20px;
        height: 20px;
    }
    .icon3 {
        width: 20px;
        height: 20px;
    }

    .box-1 {
        width: 100%;
    }
    .box-2 {
        width: 270px;
    }
    .box-3 {
        width: 320px;
    }
}

@media (max-width: 320px) {
    body {
        display: none;
    }
}
