@font-face {
    font-family: roboto-regular;
    src: url(/landing/assets/fonts/Roboto/static/Roboto-Regular.ttf);
}

@font-face {
    font-family: roboto-semibold;
    src: url(/landing/assets/fonts/Roboto/static/Roboto-SemiBold.ttf);
}

@font-face {
    font-family: roboto-bold;
    src: url(/landing/assets/fonts/Roboto/static/Roboto_Condensed-Bold.ttf);
}

@font-face {
    font-family: nunito-regular;
    src: url(/landing/assets/fonts/Nunito/static/Nunito-Regular.ttf);
}

@font-face {
    font-family: nunito-semibold;
    src: url(/landing/assets/fonts/Nunito/static/Nunito-SemiBold.ttf);
}

@font-face {
    font-family: poppins-regular;
    src: url(/landing/assets/fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins-semibold;
    src: url(/landing/assets/fonts/Poppins/Poppins-SemiBold.ttf);
}

html{
  scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    margin: 0;
    font-family: roboto-regular;
    color: #161616;
    
}

.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.row {
    display: flex;
}

.grid-row {
    display: flex;
}

.col-1 {
    flex: 8.33%;
}

.col-2 {
    flex: 16.66%;
}

.col-3 {
    flex: 25%;
}

.col-4 {
    flex: 33.3%;
}

.col-5 {
    flex: 41.66%;
}

.col-6 {
    flex: 50%;
}

.col-7 {
    flex: 58.33%;
}

.col-8 {
    flex: 66.66%;
}

.col-9 {
    flex: 75%;
}

.col-10 {
    flex: 83.33%;
}

.col-11 {
    flex: 91.66%;
}

.col-12 {
    flex: 100%;
}

.clearfix {
    clear: both;
}

p,
figure,
ol,
ul {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
    
}

p,
h1,
h2,
h3,
h4,
h5:first-letter {
    text-transform: capitalize;
}

.para-style p,
.para-style ol {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: poppins-regular;
    font-weight: 400;
    color: #fff;
}

.para-style ol {
    word-break: break-all;
}

.para-style p:last-child {
    margin-bottom: 0;
}

.pt-20 {
    padding-top: 20px !important;
}

.pl-4 {
    padding-left: 4%;
}

.pl-30 {
    padding-left: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.mt-3 {
    margin-top: 3%;
}

.mt-5 {
    margin-top: 5%;
}

.mt-minus-7 {
    margin-top: -7%;
}
.mt-minus-5{
    margin-top: -4%;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.display-cntnt {
    display: contents;
}

.pstn-rltv {
    position: relative;
}
.bg-clr-white{
    background-color: #fff;
}
.bg-clr1{
    background-color: #7d8c65 !important;
}

.bg-clr2{
    background-color: #02487c !important;
}
.bg-clr3{
    background-color: #012032 !important;
}

.bg_header {
    /*background-color: #BEA383;*/
    background-image: linear-gradient(90deg, #02487c 0%, #02487c 100%) !important;
}

.bg_grey {
    background-color: #f2f2f2;
}

.btm-2 {
    border-bottom: 6px solid #7d8c65;
}

.center {
    text-align: center !important;
}

.agn-item {
    align-content: center;
}

.algn-item-end {
    align-content: end;
}

.txt-clr-blk {
    color: #000 !important;
}

.txt-clr-wite {
    color: #fff !important;
}

.txt-clr-green {
    color: #02487c !important;
}

.txt-clr-green1 {
    color: #02487c !important;
}

.fnt-size16 {
    font-size: 16px;
}

.fnt-size18 {
    font-size: 18px;
}

.fnt-size20 {
    font-size: 20px;
}

.fnt-size22 {
    font-size: 22px;
}

.fnt-size24 {
    font-size: 24px;
}

.fnt-size26 {
    font-size: 26px;
}

.fnt-size28 {
    font-size: 28px;
}

.fnt-size30 {
    font-size: 30px;
}

.fnt-size32 {
    font-size: 32px;
}

.fnt-size34 {
    font-size: 34px;
}

.fnt-size36 {
    font-size: 36px;
}


/* slider css start */

.wrapper {
    position: relative;
    overflow-x: hidden;
    height: 40px;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.item {
    animation: slide 15s ease-in-out infinite;
    min-width: 100vw;
    transform: translateX(100vw);
    position: absolute;
    text-align: center
}

li.item {
    font-family: poppins-regular;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
}
.old-price {
    text-decoration: line-through;
    color: #fff;
    margin: 0 6px;
}

.new-price {
    color: #fff;
    font-size: 28px;
}


.item:first-child(1) {
    animation-delay: 1s;
}

.item:nth-child(2) {
    animation-delay: 5s;
}

.item:nth-child(3) {
    animation-delay: 10s;
}

@keyframes slide {
    0% {
        transform: translateX(100vw);
        visibility: visible;
    }
    6.6% {
        min-width: 100%;
        transform: translateX(0);
    }
    33.3% {
        min-width: 100%;
        transform: translateX(0);
    }
    40% {
        transform: translateX(-250vw);
        visibility: hidden;
    }
    100% {
        transform: translateX(-250vw);
        visibility: hidden;
    }
}


/* slider css end  */

.heading1 {
    font-size: 28px;
    text-align: center;
    line-height: 1.8;
    color: #fff;
}

.logo-img img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}

ul.nav_menu {
    list-style-type: none;
    text-align: left;
}

ul.nav_menu li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

ul.nav_menu i {
    color: #fff;
    font-size: 21px;
    padding-right: 15px;
}

.bg_clr1 {
    /*background-image: linear-gradient(167deg,#02487c 0%,#012032 100%);*/
    /*background-image: url("");*/
    background-image: url(/landing/assets/img/about-raymore-family-dentistry.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    
}
.bg_clr1::before {
    content: "";
    background-color: #012032e0;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.bg_clr2 {
    background-image: linear-gradient(167deg,#02487c 0%,#012032 100%);
    padding: 50px 0;
    position: relative;
}

.bg_clr3 {
    background-image: linear-gradient(161deg,#7d8c65 0%,#012032 100%);
    padding: 50px 0;
    position: relative;
}

.mini-heading {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'roboto-regular';
    font-weight: 400;
    text-align: center;
}

.main-heading {
    font-size: 3rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'roboto-regular';
    font-weight: 500;

}

.main-heading span {
    color: #8dc63d;
}

.para-style1 p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: nunito-regular;
}

.list-2 {
    list-style-type: none;
    color: #fff;
}

.list-2 li {
    line-height: 2;
    position: relative;
    padding-left: 25px;
    font-family: nunito-regular;
}

.list-3 {
    list-style-type: none;
    color: #fff;
}

.list-3 li {
    line-height: 2;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 15px;
    font-family: nunito-regular;
}

.list-2 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #c9bca9;
}

.list-3 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 13px;
    height: 13px;
    background-color: #c9bca9;
}

.bx-main {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    /*height: 400px;*/
}
.bx-main1 {
    background-color: #02487c0a;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 6px solid #02487c;
    border-radius: 20px;
    box-shadow: 0 0 4px #00000059;
    padding: 30px 0px;
}

.bx-cntnt h3 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: auto;
    font-weight: 500;
}

ul.check-list {
    list-style-type: circle;
}

ul.check-list li {
    font-size: 18px;
    line-height: 1.8;
}

.btn {
    background-color: #02487c;
    padding: 24px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

.box2 {
    background-color: #fff;
    box-shadow: 0 20px 90px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-align: center;
    padding: 30px 0px;
}

.after-pic {
    width: 100%;
    max-width: 310px;
    border-radius: 5px;
}

.box2_cntnt h4 {
    line-height: 1.5;
    font-size: 48px;
}

.box2_cntnt h5 {
    font-size: 46px;
    color: #89c13b;
    line-height: 1.5;
}

.box2_cntnt h6 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    font-family: roboto-bold;
}

.btn2 {
    background-color: #02487c;
    padding: 17px 55px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    max-width: fit-content;
    margin: 20px auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    scroll-behavior: smooth;
    animation: pulseBtn 1.5s infinite;
}
@keyframes pulseBtn {
    0% {
        box-shadow: 0 0 0 0 rgb(47 134 200);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255,75,43, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255,75,43, 0);
    }
}

.btn3 {
    background-color: #02487c;
    padding: 17px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    border: 2px solid #fff;
}

.pstn-absu {
    position: absolute;
    bottom: -72%;
    right: 0;
    left: 0;
}

.heading_h4 {
    font-size: 48px;
    line-height: 54px;
    font-family: roboto-regular;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    color: #02487c;
}

.img1 {
    border-radius: 25px;
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    text-align: center;
}

.appt_avl {
    font-size: 18px;
    font-family: roboto-bold;
    line-height: 1.5;
    text-align: center;
    color: #000;
}


/* trust section css start */

.box_trust {
    margin-bottom: 20px !important;
    background: linear-gradient(180deg, #02487c 0%, #012032 100%);
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px;
    text-align: center;
    width: 100%;
    max-width: max-content;
    margin-right: 21px !important;
    padding: 40px 55px;
    margin: 0 auto;
    color: #fff;
    border-bottom: 8px solid #7d8c65;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.box_trust i {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.box_trust h6 {
    font-size: 36px;
    font-family: roboto-bold;
    line-height: 1.5;
    font-weight: 500;
}

.box_trust h5 {
    font-size: 18px;
    font-family: roboto-regular;
    line-height: 1.5;
    font-weight: 300;
}


/* trust section css end  */

.headig_op5 {
    font-family: roboto-semibold;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 8px;
    color: #02487c;
}

.heading_op6 {
    font-family: roboto-regular;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
}

.heading_op7 {
    font-family: roboto-bold;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
}

.heading_op8 {
   font-family: roboto-regular;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 44px;
    line-height: 58px;
    text-align: left;
    margin-bottom: 15px;
    color: #000;
}
.heading_op8 span {
    color: #02487c;
    font-weight: 600;
}

.heading_op2 {
    font-family: roboto-regular;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
}

.heading_op3 {
    font-family: poppins-semibold;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.heading_op9 {
    color: #02487c;
    font-size: 19px;
    line-height: 1.5;
    font-family: roboto-regular;
    font-weight: 300;
    margin-bottom: 6px;

}

.heading_op10 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: roboto-bold;
}

.list-style-10 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: roboto-bold;
    list-style-type: none;
}

.list-style-10 li {
    line-height: 1.5;
}


/* life-changing section start  */

.bg-img6 {
    background-image: url(/landing/assets/img/choose-us.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    background-attachment:fixed;
}

.bg-img6::before {
    content: "";
    background-color: #0000008a;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.box4 {
    background-color: #FFFFFFA1 !important;
    border-radius: 15px;
    padding: 35px 30px 30px 30px;
    width: 100%;
    max-width: 90%;
    margin-bottom: 25px;
}

.box4-content {
    display: flex;
}

.bbox4-icon i {
    color: #e3b47f;
    font-size: 24px;
    padding-right: 20px;
}

.box4-heading h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.box4-heading p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    font-family: 'Nunito';
}


/* life-changing section end  */

.bg-img7 {
    background-image: url(/landing/assets/img/background-1920x1280.webp);
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.addres {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-family: 'Nunito';
    font-weight: 700;
}

.sch_time {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}


/* faq section start */

.accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0 18px 0;
}

.accordion-header {
    padding: 15px;
    cursor: pointer;
    color: #000000 !important;
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    font-size: 18px;
    font-weight: 500;
    font-family: poppins-semibold;
}

.accordion-body {
    display: none;
    padding: 10px;
}

.accordion-body p {
    font-size: 16px;
    line-height: 1.8;
    padding: 15px;
    font-family: roboto-regular;
    color: #000;
}


/* faq section end  */


/* next section  start */

.meet_manpreet {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
}

.box_image_bg {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    background-color: #a18a6fa1 !important;
    border-radius: 15px !important;
}

.full-arc-implant {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: -3px;
}

.box_image_bg h2 {
    font-size: 34px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 20px;
}

.omplimentary_img {
    width: 100%;
    max-width: fit-content;
    padding: 20px;
}


/* steps section css start */

.stpes-box {
    padding-left: 35px !important;
    padding-right: 35px !important;
    border-radius: 15px !important;
    border: 1px solid #238da4 !important;
    min-height: 230px;
    display: block;
    width: 100%;
    max-width: 360px;
}

.custom-flex {
    display: flex;
}

.number {
    background: linear-gradient(135deg, #02487c 0%, #012032 100%);
    width: 100%;
    height: fit-content;
    max-width: fit-content;
    border-radius: 50%;
    padding: 15px;
    margin-left: -80px;
    margin-top: 26px;
    margin-right: 6%;
}

.number img {
    width: 100%;
    max-width: 60px;
}

.stpes-box-content h4 {
    font-size: 20px;
    font-family: nunito-semibold;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000;
    padding-top: 14%;
}

.stpes-box-content p {
    font-size: 15px;
    font-family: nunito-regular;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #676767;
}

.heading3 {
    font-family: roboto-regular;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    margin-left: -5%;
}


/* steps section css end  */


/* terms css start  */

.tems_list {
    padding-left: 20px;
}

.tems_list li {
    font-size: 14px;
    font-family: poppins-regular;
    line-height: 2;
    color: #676767;
}

.mx-width {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 1%;
}

.mx-width1 {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
}


/* terms css end  */


/*google review start*/
section.review {
    background-color: #bea3802e;
    padding: 50px 0px;
}
.person_img {
    width: 100%;
    max-width: 50px;
    margin-bottom: 8px;
    /*border: 3px solid #bea380;*/
}
.review_box1 {
    width: 100%;
    max-width:100%;
    margin: 0 auto;
}
.review_box {
    background-color: #fff;
    color: #fff;
    padding: 30px 15px;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 0px rgb(190 163 128);
    text-align:center;
}

.review_para {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'roboto-regular';
    margin-bottom: 10px;
    color: #000;
    text-align:justify;
}
.name {
    font-size: 24px;
    line-height: 1.5;
    font-family: 'nunito-semibold';
    color: #000;
}

.star {
    width: 100%;
    max-width: 120px;
    margin-bottom:30px;
    
}
.goggle_image {
    margin-bottom: -3rem;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
}
.more_content {
    display: none; /* This is the key CSS property */
}

/* Optional: styling for the dots before the "read more" link */
.dots {
    display: inline; 
}
button.read_more_btn {
    background: none;
    border: 0;
    font-size: 16px;
    text-decoration: underline;
    color: #516766;
    cursor: pointer;
}

/*google review start*/

.book-urgent {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    z-index: 999999;
    right: 0;
    left: 0;
}

.book-urgent::before {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 0%;
   bottom: 0;
   background-color: #0000;
}


ul.faq-list {
    padding-left: 4%;
    line-height: 2;
}

.box_new {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 1px 3px 1px #000;
        display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.cntnt h4 {
    font-size: 18px;
    color: #000204;
    font-weight: 400;
    font-family: 'nunito-semibold';
}
.cntnt h6 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5;
}
.icon {
    padding-right: 15px;
}
.icon img {
    width: 100%;
    max-width: 40px;
}

.smiles_with_patients {
    width: 100%;
    max-width: 650px;
    border-radius: 20px;
    box-shadow: 0 0 3px #00000091;
}

.star_bx {
    width: 100%;
    max-width: 150px;
    background-color: #fff;
    box-shadow: 0 0 4px #00000024;
    position: absolute;
    bottom: 7%;
    left: 35%;
    border-radius: 20px;
}

.star_bx_cntnt1 h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'roboto-regular';
    text-align: center;
    line-height: 1.5;
    background-color: blue;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 3px 0;
}
.star_rating{
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.star_bx_cntnt2{
    padding:10px 10px;
    text-align: center;
}
.star_bx_cntnt2 h1 {
    font-size: 65px;
    font-weight: 300;
    font-family: sans-serif;
}

.client_rating {
    font-size: 13px;
    line-height: 1.5;
    background-color: blue;
    color: #fff;
    padding: 4px;
    border-radius: 25px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'nunito-regular';
}

.map_view {
    box-shadow: 0 0 10px #000000ad;
    border-radius: 20px;
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    display: block;
}


/* footer css start  */

.footer_bg {
    position: relative;
    background-image: linear-gradient(181deg, #02487c 42%, #012032 100%);
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 50px;
}

.footer-heading {
    font-family: poppins-semibold;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.footer_cntnt1 {
    margin-bottom: 15px;
}

.footer_cntnt1 p {
    font-size: 24px;
    font-weight: 600;
    font-family: roboto-semibold;
    text-align: center;
    line-height: 1.7;
}

.footer-cntnt2 {
    margin-bottom: 30px;
}

.footer-cntnt2 p {
    text-align: center;
    line-height: 2;
    font-size: 15px;
    font-family: nunito-regular;
}

.footer-cntnt3 p {
    font-size: 15px;
    font-family: nunito-regular;
}

.footer-bg2 {
    color: #ffffff;
    background-color: #012032;
}

.cpyrht {
    text-align: center;
    line-height: 1.5;
    padding: 20px 0px;
}


/* footer css end  */

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #fff;*/
  color: #000;
  padding: 15px 20px;
}

.logo {
  font-size: 22px;
  font-weight: bold;
}

/* DESKTOP MENU */
.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin-left: 25px;
}

.nav-links a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #00adb5;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* CLOSE BUTTON */
.close-btn {
  display: none;
  font-size: 24px;
  text-align: right;
  padding: 15px 20px;
  cursor: pointer;
}
.align-item-center {
    align-items: center;
}
ul.nav_menu li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    background-color: #02487c;
    color: #fff;
    width: 100%;
    max-width: fit-content;
    padding: 13px 40px;
    border-radius: 10px;
}

.fixed {
    position: sticky;
    top: 0;
    z-index: 1000;
}