@font-face {
    font-family: SoleilRegular;
    src: url("../fonts/SoleilRegular.otf") format("opentype");
}

body {
    margin: 0;
    font-family: SoleilRegular;
    color: #252531;
}

header {
    background-color: #f1f1f1;
    padding: 10px;
    color: #808080;
}

header .call_line i {
    color: #5EA633;
}

header .icons {
    text-align: right;
}

header .icons i {
    padding: 8px;
}

header .icons i:hover {
    color: #5EA633;
    cursor: pointer;
}

li {
    list-style: none;
}
.dropdown-menu  div  li  ul  li  a{
    width: 80%;
}
.dropdown-menu .dropdown {
    display: flex;
    padding: 0px 22px;
}

.dropdown-menu li ul {
    margin: 0px -20px;
}

.dropdown-menu {
    margin-left: -485%;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    align-items: center;
}

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #252531;
    text-transform: uppercase;
    font-weight: bold;
}

#offcanvasNavbar2>div.offcanvas-body>div>button {
    color: white;
    padding: 20px;
    border: none;
}

#offcanvasNavbar2>div.offcanvas-body>div>button:nth-child(1) {
    background: #5EA633;
}

#offcanvasNavbar2>div.offcanvas-body>div>button:nth-child(2) {
    background: #FFAA24;
}

#offcanvasNavbar2>div.offcanvas-body>div>button * {
    margin: 5px;
}

.page_index .first_section {
    background-image: url('images/bgimg.png');
    background-position: center;
    background-size: cover;
    color: white;
}

.page_index .first_section .row {
    padding: 5% 0;
}

.page_index .first_section .nav-item .nav-link {
    min-width: 50%;
}

.page_index .first_section #myTab {
    justify-content: space-between;
    max-width: 500px;
    min-height: 60px;
}

.page_index .first_section #myTab .nav-item {
    display: contents;
}

.page_index .first_section #home-tab {
    border-radius: 0.9375rem 0rem 0rem 0rem;
    background: #5EA633;
    color: white;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.page_index .first_section #profile-tab {
    border-radius: 0 0.9375rem 0rem 0rem;
    background: #F1F1F1;
    color: #5EA633;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.page_index .first_section #myTabContent {
    background-color: white;
    padding: 40px 20px;
    color: #252531;
    font-style: normal;
    font-weight: 600;
    border-radius: 0 0 0.9375rem 0.9375rem;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    min-height: 430px;
}

.page_index .first_section #myTabContent button {
    border-radius: 0.625rem;
    background: #FFAA24;
    border-color: #FFAA24;
    min-width: 80%;
    margin: auto;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    left: 10%;
}

.sticky {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
}

.my_button,
.my_button button {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    justify-content: flex-start;
}

.my_button button img {
    width: 15px;
    height: auto;
    margin: 5px
}

.my_button button p {
    margin: 0;
    font-size: 10px;
}

.page_index .first_section .my_button button:nth-child(1) {
    border-radius: 0.9375rem;
    background: #FFAA24;
    border-color: #FFAA24;
}

.page_index .first_section .my_button button:nth-child(2) {
    background: none;
    border: none;
}


.my_button1 {
    border-radius: 0.9375rem 0.9375rem 0.9375rem 0;
    background: #FFAA24;
    border-color: #FFAA24;
    min-width: 150px;
}

.my_button2 {
    border-radius: 0.9375rem 0.9375rem 0.9375rem 0;
    border-color: #5EA633;
    background: #5EA633;
    min-width: 150px;
}

.my_button3 {
    border-radius: 0.9375rem 0.9375rem 0.9375rem 0;
    border-color: #3C59EC;
    background: #3C59EC;
    min-width: 150px;
}

.my_button4 {
    border-radius: 0.9375rem 0.9375rem 0.9375rem 0;
    border-color: #5EA633;
    background: #5EA633;
    min-width: 150px;
}

.page_index .second_section {
    color: #6D6D7B;
    margin: 80px 0;
}

.page_index .second_section .col-md-6:nth-child(1) {
    margin-top: 80px;
}

.page_index .second_section h1 {
    color: black;
}

.page_index .second_section h1 span {
    color: #ffaa24;
}

.page_index .second_section .second_row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page_index .second_section .second_row>div {
    display: flex;
    padding: 0px 85px 0px 0px;
}

.page_index .second_section .second_row>div img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 5px;
    left: 2px;
}

.page_index .second_section .second_row button div {
    margin: 5px;
}

.page_index .second_section .second_row button div p:nth-child(2) {
    position: relative;
    top: -18px;
    left: -30px;
    color: #ffaa24;
}

.page_index .second_section .second_row button {
    display: flex;
    border: none;
    background: none;
}

.page_index .second_section .second_row>div p {
    color: #172F50;
}

.page_index .second_section .third_row {
    background: #F8F8F8;
    padding: 35px;
    border-radius: 20px;
    color: #6D6D7B;
}

.page_index .second_section .third_row tr {
    border: #f9f9f9;
    border-radius: 10px;
}

.page_index .third_section .col-md-4 h3 {
    color: #172F50;
}

.page_index .third_section {
    padding: 80px 0;
    background: #FFFAF3;
}

.page_index .third_section .col-md-4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 40px;
}

.page_index .third_section .col-md-4>img {
    width: 80px;
    height: auto;
    margin-bottom: 30px;
}

.page_index .third_section .col-md-4 div {
    display: flex;
}

.page_index .third_section .col-md-4 div a img {
    width: 18px;
    height: 18px;
}

.page_index .third_section .col-md-4 p {
    color: #6D6D7B;
    min-height: 180px;
}

.page_index .third_section .col-md-4 p span {
    font-weight: bold;
}

.page_index .fourth_section {
    background: #F8F8F8;
    color: #6D6D7B;
}

.page_index .fourth_section .col-md-12 {
    text-align: center;
    margin-top: 80px;
}

.page_index .fourth_section .col-md-12 div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.page_index .fourth_section .slide {
    display: flex;
    background-color: white;
    min-width: 33%;
    padding: 20px;
    margin-bottom: 30px;
}

.page_index .fourth_section .slide>img {
    width: 68px !important;
    height: 68px;
}

.page_index .fourth_section .slide .likes {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: baseline;
}

.page_index .fourth_section .slide .likes p {
    padding: 0px 10px;
}

.page_index .fourth_section .slide .stars {
    display: flex;
    height: 36px;
    justify-content: space-between;
    align-items: flex-start;
    width: 280px;
}

.page_index .fourth_section .owl-carousel .owl-item img {
    display: block;
    width: 45%;
}

.page_index .fourth_section .owl-carousel {
    margin-top: 65px;
}

.page_index .fourth_section .slide .right_row {
    padding: 0px 20px;
}

.page_index .fourth_section .slide .right_row>h4 {
    font-weight: bold;
    color: black;
}

.page_index .fourth_section .owl-carousel .owl-dot.active span {
    width: 15px;
    height: 15px;
    background: #ffaa24;
}

.page_index .fourth_section .owl-carousel .owl-dot {
    margin-bottom: 80px;
}

.page_index .fifth_section .col-md-12 {
    text-align: center;
    margin-top: 80px;
}

.page_index .fifth_section .col-md-12 h2 {
    color: #252531;
    font-weight: 800;
}

.page_index .fifth_section .col-md-12 p {
    color: #6D6D7B;
    font-size: 17px;
    font-weight: 700;
}

.page_index .fifth_section .slide {
    margin: 30px 0;
}

.page_index .fifth_section .slide>img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.page_index .fifth_section .container-fluid {
    padding: 0 8%;
}

.page_index .fifth_section .slide a img {
    width: 16px;
    height: auto;
    display: inline;
    margin-left: 5px;
}

.page_index .fifth_section .slide a {
    color: #172F50;
    font-weight: 600;
    text-decoration: none;
}

.page_index .fifth_section .owl-carousel .owl-dot {
    margin-bottom: 80px;
}

.page_index .fifth_section .owl-carousel .owl-dot.active span {
    width: 15px;
    height: 15px;
    background: #ffaa24;
}

.page_index .sixth_section {
    background-color: #FAFAFA;
    padding: 50px 0px;
}

.page_index .sixth_section h1 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
}

.page_index .sixth_section .sixth_row {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.page_index .sixth_section .sixth_row img {
    width: 50px;
    height: 50px;
}

.page_index .sixth_section .sixth_row p {
    color: #6D6D7B;
}

.seven_section {
    padding: 100px;
}

.seven_section .accordion-header button {
    font-weight: bold;
    font-size: 18px !important;
}

.seven_section .accordion-body {
    color: #6D6D7B;
}

.eight_section {
    background-color: #6477d4;
}

.eight_section .talk {
    padding-top: 8%;
    color: white;
    font-size: 17px;
}

.eight_section .talk h2 {
    font-weight: bold;
    color: #F9F9F9;
    font-size: 35px;
}

.eight_section .talk p {
    font-weight: bold;
    color: #F9F9F9;
}

.eight_section #email {
    width: 50%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #00AFF5;
    background: #EAF5F9;
}

.eight_section .email button {
    padding: 8px 35px;
    margin-left: 10px;
    color: white;
    border: none;
    background: orange;
    border-radius: 5px;
}

footer {
    background: #F9F9F9;
    padding-top: 50px;
}

footer a {
    text-decoration: none;
    color: #6D6D7B;
    cursor: pointer;
}

footer .footer_icon a {
    background: #D9D9D9;
    border-radius: 50%;
    text-align: center;
    color: white;
    padding: 8px 11px;
}

footer .footer_icon a:hover {
    background: #11a3f6;
}

footer .get {
    margin-top: 40px;
    font-weight: bold;
}

footer .footer_contact span {
    color: #6D6D7B;
}

footer .footer_marker {
    display: flex;
}

footer .footer_marker span {
    position: relative;
    top: 8px;
}

footer h5 {
    font-weight: bold;
    margin-bottom: 35px;
}

/* Page Automative style start here */
.page_automotive .first_section {
    background-image: url('images/automotive_bg.png');
    background-position: center;
    background-size: cover;
    color: white;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.page_automotive .first_section .row {
    padding: 5% 0;
    text-align: center;
}

.page_automotive .first_section h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
}

.page_automotive .first_section h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.page_automotive .first_section p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.page_automotive .second_section .car_box {
    background: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0px;
}

.page_automotive .second_section .car_box h2 {
    font-size: 20px;
    font-weight: bold;
}

.page_automotive .second_section .car_box a {
    text-decoration: none;
}

.page_automotive .second_section .car_box p {
    color: #6D6D7B;
}

.page_automotive .second_section .car_box h6 {
    color: #172F50;
}

.page_automotive .second_section .car_box h6 img {
    margin-left: 10px;
}

.page_automotive .second_section .car_box>img {
    margin: 0 0 15px 0;
}

.page_automotive .third_section .container {
    background-image: url('images/bgimg2.png');
    background-position: center;
    background-size: cover;
    color: white;
    height: 600px;
    border-radius: 20px;
}

.page_automotive .third_section .container .row .col-md-8 {
    padding: 120px 20px;
}

.page_automotive .third_section .my_button {
    justify-content: flex-start;
}

.page_automotive .third_section .my_button button:nth-child(1) {
    background-color: #ffaa24;
    border-color: #ffaa24;
    border-radius: 15px;
    color: #fff;
}

.page_automotive .third_section .my_button button:nth-child(2) {
    border: none;
    background: none;
    color: #fff;
}

.page_automotive .fourth_section {
    margin-top: 80px;
}

.page_automotive .fourth_section .nav-item .nav-link {
    min-width: 50%;
}

.page_automotive .fourth_section #myTab {
    justify-content: space-between;
    max-width: 500px;
    min-height: 60px;
}

.page_automotive .fourth_section #myTab .nav-item {
    display: contents;
}

.page_automotive .fourth_section #home-tab {
    border-radius: 0.9375rem 0rem 0rem 0rem;
    background: #5EA633;
    color: white;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.page_automotive .fourth_section #profile-tab {
    border-radius: 0 0.9375rem 0rem 0rem;
    background: #F1F1F1;
    color: #5EA633;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.page_automotive .fourth_section #myTabContent {
    background-color: white;
    padding: 40px 20px;
    color: #252531;
    font-style: normal;
    font-weight: 600;
    border-radius: 0 0 0.9375rem 0.9375rem;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    min-height: 430px;
}

.page_automotive .fourth_section #myTabContent button {
    border-radius: 0.625rem;
    background: #FFAA24;
    border-color: #FFAA24;
    min-width: 80%;
    margin: auto;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    left: 10%;
}

.page_automotive .fourth_section .col-md-8>div {
    margin: 20px 0;
}

.page_automotive .fourth_section .col-md-8 li {
    margin-top: 10px;
}

.page_automotive .fourth_section .col-md-8>div a {
    text-decoration: none;
    color: #172F50;
}

.page_automotive .fourth_section .col-md-8 li a {
    text-decoration: none;
    color: #1B58F6;
}

.page_automotive .fourth_section .col-md-8 h2,
.page_automotive .fourth_section .col-md-8 h1,
.page_automotive .fourth_section .col-md-8 li {
    text-transform: uppercase;
}

.page_automotive .fourth_section .col-md-8 img {
    margin: 20px 0;
    max-width: 100%;
}

.page_automotive .fourth_section .top_services {
    border-radius: 15px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.page_automotive .fourth_section .top_services h1 {
    color: #252531;
    font-size: 32px;
    font-weight: 400;
}

.page_automotive .fourth_section .top_services a {
    color: #252531;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
}

/* Page Service style start here */
.page_service .first_section {
    background-image: url('images/service_bg.png');
    background-position: center;
    background-size: cover;
    color: white;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.page_service .first_section .row {
    padding: 5% 0;
    text-align: center;
}

.page_service .first_section h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
}

.page_service .first_section h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.page_service .first_section p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

/* Page Contact style start here */
.page_contact .first_section {
    color: white;
    position: relative;
}

.page_contact .first_section img {
    width: 100%;
    height: auto;
}

.page_contact .first_section .col-md-12 div {
    position: absolute;
    top: 33%;
    left: 22%;
}

.page_contact .first_section .col-md-12 {
    padding: 0;
}

.page_contact .third_section {
    margin-bottom: 80px;
}

.page_contact .third_section .col-md-12 {
    text-align: center;
}

.page_contact .third_section h1 {
    margin: 50px 0 0 0;
    font-size: 40px;
    font-weight: 700;
}

.page_contact .third_section p {
    font-size: 18px;
    font-weight: 350;
    line-height: 30px;
    color: #6D6D7B;
    padding: 15px 0 0 20px;
}

.page_contact .third_section .form-group {
    padding: 20px 0 0 0;
}

.page_contact .third_section #contactForm label {
    font-family: Helvetica;
    font-size: 20px;
    display: flex;
}

.page_contact .third_section .sub_btn input {
    background-color: #FFAA24;
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
    display: flex;
}

.page_contact .third_section .box-size {
    display: flex;
    background: white;
    margin: 20px 10px 20px 10px;
    padding: 20px;
}

.page_contact .third_section .col-lg-5 {
    background: #F8F8F8;
    padding: 15px;
}

.page_contact .third_section .col-lg-5 h3 {
    margin-top: 15px;
}

.page_contact .third_section .box-size a {
    text-decoration: none;
    color: #6D6D7B;
}

/* Page Blog style start here */

.page_blog .first_section {
    color: white;
    position: relative;
}

.page_blog .first_section::before {
    background: rgba(37, 37, 49, 0.76);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page_blog .first_section img {
    width: 100%;
    height: auto;
}

.page_blog .first_section .col-md-12 div {
    position: absolute;
    top: 33%;
    left: 22%;
}

.page_blog .first_section .col-md-12 {
    padding: 0;
}

.page_blog .second_section {
    min-width: 10%;
    margin-top: 50px;
}

.page_blog .second_section .nav-item .nav-link {
    min-width: 10%;
}

.page_blog .second_section #myTab .nav-item {
    display: contents;
}

.page_blog .second_section #myTab .nav-link.active {
    color: #5EA633;
}

.page_blog .second_section #home {
    margin: 60px 0;
}

.page_blog .second_section #home .col-md-4 {
    position: relative;
}

.page_blog .second_section #home .col-md-4 h2 {
    color: #252531;
    line-height: 32px;
}

.page_blog .second_section #home .col-md-4 p {
    color: #6D6D7B;
}

.page_blog .second_section #home .col-md-4 a {
    color: #172F50;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}


.page_blog .second_section #home .col-md-4 img {
    border-radius: 20px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    color: #5EA633;
    margin: 20px 0;
}

.page_blog .second_section #home .col-md-4 .tag_green {
    position: absolute;
    top: 60px;
    left: 12px;
    background-image: url(images/tag_bg_green.png);
    padding: 5px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.page_blog .second_section #home .col-md-4 .tag_yellow {
    position: absolute;
    top: 60px;
    left: 12px;
    background-image: url(images/tag_bg_yellow.png);
    padding: 5px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.page_blog .second_section #home .page-link.active {
    background-color: #FFAA24;
    color: black;
}

.page_blog .second_section #home .page-link {
    border-color: #6D6D7B;
    color: black;
}

.page_blog .second_section #home nav {
    margin: 40px 0;
}


/* Page blog_details style start here */

.page_blog_details .first_section {
    color: white;
    position: relative;
}

.page_blog_details .first_section::before {
    background: rgba(37, 37, 49, 0.76);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page_blog_details .first_section img {
    width: 100%;
    height: auto;
}

.page_blog_details .first_section .col-md-12 {
    padding: 0;
}

.page_blog_details .first_section .col-md-12 div {
    position: absolute;
    top: 33%;
    left: 22%;
}

.page_blog_details .second_section {
    color: black;
    margin-top: 50px;
}

.page_blog_details .second_section .car_keys p {
    color: #8690A2;
    padding: 8px 0px;
}

.page_blog_details .second_section .car_keys img {
    width: 100%;
    padding: 20px 0px;
}

.page_blog_details .second_section .car_keys h1,
h3 {
    color: #252531;
    padding: 15px 0px;
}

.page_blog_details .second_section .car_keys ol li {
    color: #5EA633;
    padding: 10px 0px;
}

.page_blog_details .second_section .car_keys .car_keys_icon a {
    background: #D9D9D9;
    border-radius: 50%;
    text-align: center;
    color: white;
    padding: 8px 11px;
}

.page_blog_details .second_section .car_keys .car_keys_icon a:hover {
    background: #11a3f6;
}

.page_blog_details .second_section .car_keys .car_keys_Leave {
    display: flex;
    justify-content: space-between;

}

.page_blog_details .second_section .car_keys .car_keys_Leave p {
    padding: 20px;
}

.page_blog_details .second_section .car_keys .car_keys_Leave button {
    width: 160px;
    height: 50px;
    border: none;
    position: relative;
    margin: 20px;
    background: #FFAA24;
    margin-top: 94px;
    margin-left: -200px;
}

.page_blog_details .second_section .car_keys .car_keys_Leave button a {
    text-decoration: none;
    color: white;
}

.page_blog_details .second_section .car_keys .car_keys_Leave #exampleFormControlTextarea1 {
    border: none;
    background: #F9F9F9;
}

.page_blog_details .second_section .car_keys .car_keys_Leave2 {
    background: #F9F9F9;
    margin-top: 20px;
    border-radius: 10px;
}

.page_blog_details .second_section .car_keys .car_keys_Leave2>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page_blog_details .second_section .car_keys .car_keys_Leave2 img {
    width: 91px;
    margin: 15px;
}

.page_blog_details .second_section .car_keys .car_keys_Leave2 h4 {
    margin-top: 35px;
}

.page_blog_details .second_section .car_keys .car_keys_Leave2 p {
    color: #252531;
}

.page_blog_details .second_section .car_keys .car_keys_Leave2>div:nth-child(2) p {
    position: relative;
    padding: 0px 20px;
    left: 12%;
    margin-top: -27px;
}

.page_blog_details .second_section .car_keys .lock_icon {
    display: flex;
    align-items: center;
}

.page_blog_details .second_section .car_keys .lock_icon img {
    width: 20px;
    margin-top: -10px;
}

.page_blog_details .second_section .right_row1 {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 5px;
}

.page_blog_details .second_section .right_row1 input {
    width: 75%;
    border: none;
    padding: 12px;
}

.page_blog_details .second_section .right_row1 button {
    border: none;
    padding: 12px;
}

.page_blog_details .second_section .right_row2 {
    background-color: #F8F8F8;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.page_blog_details .second_section .right_row2 p {
    background: white;
    padding: 15px;
}

.page_blog_details .second_section .right_row3 {
    background-color: #F8F8F8;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.page_blog_details .second_section .right_row3 a {
    background: #D9D9D9;
    border-radius: 50%;
    text-align: center;
    color: white;
    padding: 8px 11px;
}

.page_blog_details .second_section .right_row3 a:hover {
    background: #11a3f6;
}

.page_blog_details .second_section .right_row4 {
    background-color: #F8F8F8;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.page_blog_details .second_section .right_row4 div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_blog_details .second_section .right_row4 div img {
    margin: 20px 0px;
    padding: 0 10px;
}

.page_blog_details .second_section .right_row5 {
    background-color: #F8F8F8;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 5px;
}

.page_blog_details .second_section .right_row5 .right_row5_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_blog_details .second_section .right_row5 .right_row5_in p {
    background: white;
    padding: 10px 25px;
}

.page_blog_details .second_section .right_row5 .right_row4 div {
    display: flex;
    margin-top: 20px;
}

.page_blog_details .second_section .right_row5 .right_row4 div p {
    padding: 20px 20px 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFAA24;
}

/* Page service style start here */
.page_service .second_section {
    margin-top: 80px;
}


.page_service .second_section .nav-item .nav-link {
    min-width: 50%;
}

.page_service .second_section #myTab {
    justify-content: space-between;
    max-width: 500px;
    min-height: 60px;
}

.page_service .second_section #myTab .nav-item {
    display: contents;
}

.page_service .second_section #home-tab {
    border-radius: 0.9375rem 0rem 0rem 0rem;
    background: #5EA633;
    color: white;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.page_service .second_section #profile-tab {
    border-radius: 0 0.9375rem 0rem 0rem;
    background: #F1F1F1;
    color: #5EA633;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.page_service .second_section #myTabContent {
    background-color: white;
    padding: 40px 20px;
    color: #252531;
    font-style: normal;
    font-weight: 600;
    border-radius: 0 0 0.9375rem 0.9375rem;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    min-height: 430px;
}

.page_service .second_section #myTabContent button {
    border-radius: 0.625rem;
    background: #FFAA24;
    border-color: #FFAA24;
    min-width: 80%;
    margin: auto;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    left: 10%;
}

.page_service .second_section .col-md-8>div {
    margin: 20px 0;
}


.page_service .second_section .col-md-8 img {
    margin: 20px 0;
    max-width: 100%;
}

.page_service .second_section .top_services {
    border-radius: 15px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.page_service .second_section .top_services h1 {
    color: #252531;
    font-size: 32px;
    font-weight: 400;
}

.page_service .second_section .top_services a {
    color: #252531;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
}

.page_service .second_section .col-md-8 p {
    color: #6D6D7B;
}

.page_service .third_section {
    background: #F8F8F8;
}

.page_service .third_section h2 {
    text-align: center;
    margin: 80px 0;
}


.page_service .third_section .slide img {
    width: 100%;
    max-width: 200px;
    height: 64px;
    margin: auto;
}

.page_service .third_section .owl-carousel .owl-dot.active span {
    width: 15px;
    height: 15px;
    background: #ffaa24;
}

.page_service .third_section .owl-carousel .owl-dot {
    margin: 80px 0;
}

@media screen and (max-width:992px) {
    .dropdown-menu {
        width: 100%;
    margin-left: 0%;
    }
    .dropdown-menu .dropdown{
        flex-wrap: wrap;
    }
    .dropdown-menu li ul {
        margin: 0px -30px;
    }
}

@media screen and (min-width:992px) {
    .navbar {
        padding: 0;
    }

    .page_index .third_section .col-md-4:nth-child(1),
    .page_index .third_section .col-md-4:nth-child(2) {
        border-right: 1px solid #FFEED3;
        border-radius: 0.9375rem;
    }
}

@media screen and (max-width:768px) {

    header .icons,
    header .call_line {
        text-align: center;
    }

    .navbar-brand img {
        width: 65%;
        height: auto;
    }

    .page_index .second_section .col-md-6:nth-child(1) {
        margin-top: 0px;
    }

    .seven_section {
        padding: 0;
    }

    .page_index .fourth_section .slide .right_row {
        padding: 27px 0px;
    }

    .page_index .fourth_section .slide {
        flex-wrap: wrap;
    }

    .eight_section .email button {
        padding: 8px 7px;
        margin-top: 20px;

    }

    .page_contact .first_section .col-md-12 div h1 {
        font-size: 15px;
        margin: 0;
    }

    .page_contact .first_section .col-md-12 div p {
        font-size: 10px;
    }

    .page_contact .third_section .info-wrap {
        padding: 0 10px;
    }

    .my_button {
        flex-direction: column;
    }

    footer h5 {
        margin-top: 20px;
    }

    footer .get {
        margin-top: 20px;
    }

    .eight_section #email {
        width: 100%;
    }
	
}


.whatsapp-button {

  position: fixed;

  left: 60px;

  bottom: 0;

  transform: translate(-50%, -50%);

  background: #25d366;

  border-radius: 50%;

  width: 55px;

  height: 55px;

  color: #fff;

  text-align: center;

  line-height: 53px;

  font-size: 35px;

  z-index: 9999;

}

.whatsapp-button a {

  color: #fff;

}

.whatsapp-button:before,

.whatsapp-button:after {

  content: " ";

  display: block;

  position: absolute;

  border: 50%;

  border: 1px solid #25d366;

  left: -20px;

  right: -20px;

  top: -20px;

  bottom: -20px;

  border-radius: 50%;

  animation: animate 1.5s linear infinite;

  opacity: 0;

  backface-visibility: hidden;

}



.whatsapp-button:after {

  animation-delay: 0.5s;

}



/* phone floating btn  */



.phone-button {

  position: fixed;

  right: 60px;

  bottom: 0;

  transform: translate(-50%, -50%);

  background: #F4B751;

  border-radius: 50%;

  width: 55px;

  height: 55px;

  color: #fff;

  text-align: center;

  line-height: 53px;

  font-size: 35px;

  z-index: 9999;

}

.phone-button a {

  color: #fff;

}



.phone-button i{

  font-size: 25px;

    margin-top: 15px;

    display: block;

}

.phone-button:before,

.phone-button:after {

  content: " ";

  display: block;

  position: absolute;

  border: 50%;

  border: 1px solid #F4B751;

  left: -20px;

  right: -20px;

  top: -20px;

  bottom: -20px;

  border-radius: 50%;

  animation: animate 1.5s linear infinite;

  opacity: 0;

  backface-visibility: hidden;

}



.phone-button:after {

  animation-delay: 0.5s;

}


