@font-face {
    font-family: 'brugty_demoregular';
    src: url('../fonts/brugty-webfont.woff2') format('woff2'),
        url('../fonts/brugty-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'aeonikbold';
    src: url('../fonts/fonnts.com-aeonik-bold-webfont.woff2') format('woff2'),
        url('../fonts/fonnts.com-aeonik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'aeonikregular';
    src: url('../fonts/fonnts.com-aeonik-regular-webfont.woff2') format('woff2'),
        url('../fonts/fonnts.com-aeonik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Global css*/
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-width: 320px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'aeonikregular';
    font-weight: 400;
    color: #5d6375;
    overflow-x: hidden;
}

.mainpage {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.clear {
    clear: both;
}

button,
input[type="submit"] {
    cursor: pointer;
}

button,
input[type="submit"],
input[type="search"],
a,
i {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'aeonikregular';
}

button:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
a:focus,
i:focus {
    outline: none;
}

a {
    text-decoration: underline;
    color: #a8258c;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #a8258c;
    outline: none;
}

a:focus {
    outline: none !important;
    outline-offset: none !important;
    text-decoration: none !important;
    color: #4e4e4e;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

a,
img {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

label {
    font-family: 'aeonikregular';
    font-weight: 400;
    font-size: 16px;
    color: #4e4e4e;
    margin-bottom: 10px;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 20px;
    font-family: 'brugty_demoregular';
    padding: 0;
    color: #000;
    display: block;
    position: relative;
}

h1,
.h1 {
    font-size: 92px;
}

h2,
.h2 {
    font-size: 46px;
}

h3,
.h3 {
    font-size: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

p {
    display: block;
    line-height: 1.5;
    margin: 0 0 30px;
    font-weight: 400;
}

p:last-child {
    margin: 0;
}

b,
strong {
    font-weight: 900;
}

/*color*/
.text-white {
    color: #ffffff;
}

/*bg*/
.bg-white {
    background-color: #ffffff;
}

/*font weight*/
.font-light {
    font-weight: 300;
}

.font-reguler {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

/*inputfield*/
.form-group {
    padding-bottom: 18px;
    margin: 0;
    position: relative;
}

.form-control {
    box-shadow: none !important;
    height: 54px;
    font-family: 'aeonikregular';
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    padding: 0 20px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    outline: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #F2F2F2;
}

.form-control::-webkit-input-placeholder {
    color: #c6c6c6;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #c6c6c6;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
}

.form-control:focus {
    color: #000;
    border-color: #58d9b1;
}

select,
select.form-select {
    height: 54px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 7px;
    background: url(../img/dropdown-arrow.png) no-repeat calc(100% - 8px) center;
    padding-left: 20px;
    padding-right: 18px;
}


select.form-select:focus {
    color: #57585a;
    border-color: #0cd2ac;
    outline: 0;
    box-shadow: none;
}

select option,
select.form-select option {
    padding: 0 10px;
}

textarea.form-control {
    min-height: 115px;
    resize: vertical;
    height: auto;
    padding-top: 10px;
}

.form-group label {
    display: block;
    width: 100%;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    height: 54px;
    line-height: 54px;
}

.bootstrap-select>.dropdown-toggle {
    background-color: #fff;
    border: 0px;
    color: #000 !important;
    padding-right: 8px;
    padding-left: 20px;
}




.bootstrap-select .btn-check:checked+.btn,
.bootstrap-select .btn.active,
.bootstrap-select .btn.show,
.bootstrap-select .btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #000;
    background-color: transparent !important;
    border-color: transparent !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
}

.bootstrap-select .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    height: 20px;
    background: url(../img/dropdown-arrow.png) no-repeat calc(100% - 0px) center;
    padding-left: 10px;
    padding-right: 18px;
}


.bootstrap-select .form-control {
    height: 42px;
    padding-left: 10px;
    padding-right: 10px;
}

.bootstrap-select .dropdown-menu.show {
    max-width: 250px;
    width: 100%;
}

.bootstrap-select .no-results {
    display: inherit;
    flex-wrap: wrap;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00dcb3;
}

.bootstrap-select .dropdown-menu li {
    width: 100%;
    border: 0px solid #dee2e6;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 12px;
}



.container {
    max-width: 1440px;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
}

/*button*/
.btn-primary {
    background-color: #58d9b1;
    border: 0;
    font-family: 'aeonikbold';
    font-size: 14px;
    color: #ffffff;
    height: 52px;
    line-height: 52px;
    border-radius: 85px;
    text-align: center;
    padding: 0 40px;
    cursor: pointer;
    display: inline-block;
    min-width: 100px;
}


.btn-primary:hover,
.btn-primary:focus {
    background: #b10d98;
    color: #fff;
}

.btn-primary.btn-secondery {
    background-color: #b10d98;
    color: #fff
}

.btn-primary.btn-secondery:hover,
.btn-primary.btn-secondery:focus {
    background-color: #58d9b1;
    color: #fff;
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #b10d98;
    border-color: #b10d98;
}


.btn-bordersm {

    border: 1px solid #58d9b1;

    font-family: 'aeonikbold';
    font-size: 14px;
    color: #58d9b1;
    height: 45px;
    line-height: 45px;
    border-radius: 85px;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    min-width: 100px;
    background-color: #fff;
}


.btn-bordersm:hover,
.btn-bordersm:focus {
    background: #58d9b1;
    color: #fff;
}


.btn-primary-sm {
    background-color: #58d9b1;
    border: 0;
    font-family: 'aeonikbold';
    font-size: 14px;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    border-radius: 85px;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    min-width: 100px;
}


.btn-primary-sm:hover,
.btn-primary-sm:focus {
    background: #b10d98;
    color: #fff;
}



.btn-whiteBtn {
    background-color: #fff;
    border: 0;
    font-family: 'aeonikbold';
    font-size: 14px;
    color: #58d9b1;
    height: 52px;
    line-height: 52px;
    border-radius: 85px;
    text-align: center;
    padding: 0 40px;
    cursor: pointer;
    display: inline-block;
    min-width: 100px;
}

.btn-whiteBtn:hover,
.btn-whiteBtn:focus {
    background: #58d9b1;
    color: #fff;
}



/*icon list css*/
.icon-list li {
    position: relative;
    padding: 0 0 0 32px;
    margin-bottom: 20px;
}

.icon-list li:last-child {
    margin-bottom: 0;
}

.icon-list li::before {
    content: "";
    background: url('../images/check-icon.png') no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-size: 100%;
}

/*center title css*/
.center-title {
    max-width: 560px;
    margin: 0 auto 50px;
}

/*=========IE10 and Above to 10, 11,12=====================*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    select,
    select.form-control {
        background: #fff !important;
        padding-right: 7px !important;
    }
}

/*=========IE9 and Below to 9, 8, 7=====================*/
select,
select.form-control {
    background: #fff\9 !important;
    padding-right: 7px\9 !important;
}

.pad-t0 {
    padding-top: 0 !important;
}

.pad-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pad-lr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mrg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mrg-t0 {
    margin-top: 0 !important;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: #58d9b1;
    border-color: #58d9b1;
}


/*owl carousel*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 57px;
    height: 57px;
    background-color: transparent;
    background-image: url('../img/prev-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    background-size: 100%;
}

.owl-carousel .owl-nav button.owl-next {
    transform: scale(-1);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
    background-image: url('../img/prev-arrow.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/*accordian css*/
.accordion-flush>.accordion-item {
    position: relative;
    border: 0;
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 15px 10px 15px 20px;
    box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom: 0px;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #343c55;
}

.accordion .accordion-button::after {
    content: "";
    background: url('../img/minus-icon.png') no-repeat;
    background-size: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
}

.accordion .accordion-button:not(.collapsed)::after {
    background: url('../img/plus-icon.png') no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}


/*-------Global-Responsivecss--------*/
@media only screen and (max-width:1600px) {

    h1,
    .h1 {
        font-size: 55px;
    }

    h2,
    .h2 {
        font-size: 45px;
    }

    .container {
        max-width: 1200px;
    }
}

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

    h1,
    .h1 {
        font-size: 50px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    .container {
        max-width: 1200px;
    }

    .btn-primary {
        height: 50px;
        line-height: 51px;
        font-size: 15px;
        padding: 0 35px;
    }

    .form-control {
        height: 45px;
        font-size: 15px;
        padding: 0 10px;
        border-radius: 10px;
    }

    .card-header {
        padding: 19px 45px 19px 20px;
    }

    select,
    select.form-select {
        height: 45px;

    }
}

@media only screen and (max-width:1199px) {
    body {
        font-size: 15px;
    }

    h1,
    .h1 {
        font-size: 45px;
    }

    h2,
    .h2 {
        font-size: 35px;
    }



    .btn-primary.icon-btn img {
        max-width: 20px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 48px;
        height: 49px;
    }
}

@media only screen and (max-width:991px) {
    body {
        font-size: 14px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        margin-bottom: 15px;
    }

    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    p {
        margin-bottom: 20px;
    }

    .btn-primary {
        height: 45px;
        line-height: 46px;
        font-size: 14px;
        padding: 0 25px;
    }

    .btn-primary.icon-btn img {
        max-width: 16px;
        margin-right: 5px;
    }

    .center-title {
        margin: 0 auto 30px;
    }

    select,
    select.form-select {
        height: 45px;
        line-height: 22px;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }
}

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

    h1,
    .h1 {
        font-size: 35px;
    }

    h2,
    .h2 {
        font-size: 25px;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
        transform: none !important;
    }

    .card-header {
        padding: 12px 28px 12px 15px;
    }

    .card-header .card-title {
        font-size: 16px;
    }

    .accordion .card-header:after {
        right: 12px;
    }

    .accordion .card-body {
        padding: 0 15px 15px;
    }
}

@media only screen and (max-width: 679px) {
    .btn-primary.icon-btn {
        padding: 0 15px;
        font-size: 13px;
    }

    .form-control {
        height: 45px;
        font-size: 14px;
        padding: 0 10px;
    }
}


.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.ptb100 {
    padding: 100px 0px;
}

.swal2-popup .swal2-title{
    font-weight: 200!important;
}
.password {
    position: relative;
}

.password .eyeicon {
    position: absolute;
    right: 11px;
    top: 28%;
}

@media only screen and (max-width: 1440px) {
    .password .eyeicon {
        position: absolute;
        right: 11px;
        top: 22%;
    }
}

