* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #fcfcfc;
}

.logo img {
    width: 100px;
    cursor: pointer;
}

.main {
    width: 100%;
    box-shadow: 2px 2px 10px #acf0b7;
    padding: 16px 0px 16px 0px;
    background-color: #ffffff;
    position: relative;
    z-index: 999;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main:hover {
    box-shadow: 2px 2px 25px #78d186;
    transition: 0.5s;
}

.navlinks li {
    display: inline-block;
    margin: 10px;
    align-items: center;
}

.navlinks li a:hover {
    color: white;
}

button {
    width: 100%;
    padding: 12px;
    background-color: firebrick;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    transition: all 0.5s, ease 0s;
    border: none;
    z-index: 999;
}

button:hover {
    box-shadow: 1px 1px 5px black;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 300px;
    z-index: 999;
    background-color: white;
    backdrop-filter: blur(10px);
    box-shadow: -3px 0 10px black;
    display: none;
    justify-content: flex-start;
    list-style: none;
    flex-direction: column;
    transition: transform 0.3s ease;
    transform: translateX(100%);
}

.sidebar li {
    width: 100%;
    margin: 25px;
    text-shadow: 1px 1px 2px black;

}

.sidebar img {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 120px;
}

nav ion-icon {
    font-size: 2em;
    position: absolute;
    top: 35px;
    right: 20px;
}



@media only screen and (min-width: 830px) {
    .navlinks ion-icon {
        display: none;

    }
}

@media only screen and (max-width: 830px) {
    .navlinks .items {
        display: none;
    }
}

nav ul {
    margin-bottom: 0rem !important;
}

.navlinks li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    background: #43874e;
    padding: 8px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.hide {
    display: none;
}

.banner img {
    width: 100%;
}

.banner {
    height: 80vh;
    overflow: hidden;
}

.second-part h2 {
    font-size: 32px !important;
    margin-top: 34px;
    font-size: 28px;
    color: #43874e;
    margin-bottom: 39px;
    font-weight: 700;
    text-align: center;
}

.right {
    width: 100%;
    padding-top: 50px;
}

.para-1 {
    line-height: 28px;
    margin-top: 12px;
    font-size: 16px;
    color: #848e92;
    text-align: justify;
    font-weight: 600;
}

.option ul li {
    line-height: 25px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #848e92;
    list-style-type: disclosure-closed;
}

.option ul {
    padding: 0px !important;
    margin-left: 20px;
}

.option ul li span {
    color: #43874e;
    font-weight: 600;
    text-decoration: underline;
}

.bck img {
    width: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bck h4 {
    font-size: 17px;
    margin-top: 6px;
    color: #43874e;
    font-weight: 600;
}

.bck {
    background: white;
    box-shadow: 1px 1px 5px #acf0b7;
    text-align: center;
    height: 180px;
    padding-top: 14px;
    border-radius: 4px;
}

.mt-top {
    margin-top: 26px;
}

.bck:hover {
    box-shadow: 1px 1px 5px #78d186;
    transition: 0.5s;
}



.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    margin-top: 70px;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 70px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    height: 10vh;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.input-1 {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    border-radius: 4px;
}

.text textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px 20px 30px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.send a {
    font-size: 14px;
    font-weight: 500;
    color: white;
    background: #43874e;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.send {
    text-align: center;
}

.last-black {
    background: black;
    padding: 8px 10px;
    text-align: end;
    margin-top: 40px;
}

.last-black h4 {
    color: white;
    font-size: 14px;
    padding-top: 12px;
    padding-right: 14px;
}

.whts {
    font-size: 20px;
    font-weight: 600;
}

.pd-top {
    padding-top: 28px;
}

.whts-12 {
    font-size: 33px !important;
    margin-top: 34px;
    font-size: 28px;
    color: #43874e;
    margin-bottom: 39px;
    font-weight: 700;
}

.center-con-box {
    width: 38%;
    margin: 0 auto;
    box-shadow: 2px 10px 20px lightgrey;
    padding: 50px 10px 50px 10px;
    margin-top: 130px;
    border-radius: 10px;
}

.center-con-box h4 {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.cht-btn a {
    font-size: 14px;
    text-decoration: none;
    background: #d1ffd8;
    color: #43874e;
    font-weight: 600;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 34px;
    transition: 0.6s;
}

.cht-btn a:hover {
    background: #43874e;
    color: white;
    transition: 0.6s;
}

.cht-btn {
    text-align: center;
}

.cent-txt h5 {
    margin-top: 28px;
    font-size: 14px;
    font-weight: 500;
}

.cent-txt {
    text-align: center;
}

.cent-txt h5 span {
    display: block;
    margin-top: 9px;
    color: #43874e;
    font-weight: 600;
}

.modal.show .modal-dialog {
    transform: none;
    top: 23%;
}

.imgaf img {
    width: 100px;
}

.imgaf {
    text-align: center;
}

.imgaf h4 {
    font-size: 28px;
    margin-top: 16px;
    font-weight: 600;
}

.content h5 {
    font-size: 16px;
    margin-top: 16px;
    font-weight: 500;
    color: grey;
}

.gos {
    background: #43874e;
    width: 240px;
    color: white;
    margin: 0 auto;
    font-weight: 700;
    margin-bottom: 18px;
}

.left-part img {
    width: 100%;
    padding-top: 30px;
}

.left-part {
    text-align: center;
}


.intl-tel-input,
.iti {
    width: 100%;
}

.inpt-news {
    margin-top: 6px;
}

.inpt-news input {
    padding: 13px 20px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    border-radius: 4px;
}

.iti__country-list {
    width: 413px;
    overflow-x: hidden;
}

.inpt-news input:focus {
    border-color: white !important;
    box-shadow: none !important;
}

.send button {
    background: #43874e;
    color: white;
    width: 24%;
    margin-top: 24px;
    font-weight: 600;
}


canvas {
    max-width: 100%;
}

#refresh-captcha {
    width: 5%;
    background: #43874e;
}

.frm input:focus {
    border-color: white !important;
    box-shadow: none !important;
}

.frm {
    margin-top: -15px;
}

.nee {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.iner {
    width: 70px;
    padding-left: 6px;
    margin: 0px;
    padding: 13px 10px;
}

.iner option {
    padding: 10px 0px 10px 0px;
}

.custom-select {
    width: 90px;
    position: relative;
}

select {
    appearance: none;
    -webkit-appearance: none;
    width: 90%;
    padding: 12px 10px 12px 7px;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: grey;
    cursor: pointer;
    margin-left: 0px;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.custom-select::before,
.custom-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

.custom-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid grey;
    top: 40%;
}

.custom-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid grey;
    top: 55%;
}

.new-content h3 {
    font-size: 32px !important;
    margin-top: 34px;
    font-size: 28px;
    color: #43874e;
    margin-bottom: 39px;
    font-weight: 700;
    text-align: left;
    line-height: 44px;
}

.new-active-cont {
    color: #43874e;
    text-decoration: none;
    font-weight: 700;
}

.new-content p {
    text-align: left;
    font-size: 15px;
    color: #848e92;
    font-weight: 600;
}

.cl {
    color: #848e92;
    font-weight: 800;
}

.enhance {
    letter-spacing: -1px;
    color: #43874e;
    font-weight: 600;
}

.opts ul li {
    margin-top: 10px;
}

.whtin {
    display: flex;
    align-items: center;
    justify-content: center;
}

