@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}

:root {
    --main_color: #03043a;
    --bg_body: #f1f1f1;
    --bg_color: #880705;
    --primary_color: #f3ae00;
    --third_color: #FFFDFA;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    top: 0 !important;
    font-family: 'Noto Sans', sans-serif;
    /* background-color: var(--bg_body); */
    max-width: 1500px;
    margin: auto;
}

.section_heading {
    font-weight: 600;
    position: relative;
    background: -webkit-linear-gradient(#ffa500, #c33935);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

h1.section_heading::before {
    background: #c33935;
    content: "";
    height: 2px;
    position: absolute;
    left: 100%;
    bottom: 5px;
    width: 100px;
}

span[style="white-space:nowrap"] {
    display: none;
}

.call_icons {
    position: fixed;
    z-index: 21;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 20px;
}

.call_icons img {
    width: 100%;
    height: 100%;
}

.call_icon2 {
    bottom: 100px;
}


/* google translator */

.skiptranslate iframe {
    display: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.goog-te-combo {
    padding: 3px 4px;
    background: var(--bg_color);
    color: var(--third_color);
    border: 1px solid var(--third_color);
    outline: none;
    margin: 0 !important;
}

.goog-te-combo>option:not(option[value="hi"]):not(option[value="en"]) {
    display: none;
}

.goog-te-gadget {
    font-size: 0px !important;
}


/* end google translator */


/* header */

@media screen and (min-width:992px) {
    .main_header {
        padding: 0 30px;
    }
    .topLinksSegment>ul {
        margin: 0;
        display: flex;
        background: orange;
        padding: 0;
        justify-content: space-between;
    }
}

@media screen and (max-width:576px) {
    h1.section_heading::before {
        display: none;
    }
}

.main_header {
    background: linear-gradient(30deg, #785a24, #a00d0b);
    width: 100%;
    position: relative;
}

.nav_container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 15px;
}

.header_socail_icon {
    padding: 8px 0;
    position: relative;
    z-index: 10;
    padding-left: 35px;
}

.header_socail_icon>div {
    display: flex;
    gap: 20px;
}

.header_socail_icon>div a {
    font-size: 16px;
    color: var(--third_color);
}

.mobile_view_open_hour p,
.header_socail_icon .open_hour p {
    color: var(--third_color);
}

.mobile_view_open_hour a,
.header_socail_icon .open_hour a {
    font-size: 1rem;
    border: 1px solid;
    padding: 0 15px;
    background: #912a14;
    transition: all 0.3s;
    display: block;
    color: var(--bg_body);
    animation-name: consultation_popup;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes consultation_popup {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.9);
    }
}

.header_socail_icon .open_hour span {
    vertical-align: bottom;
    margin-right: 4px;
}

.main_header .person_photo {
    width: 104px;
    display: flex;
    align-items: center;
    color: white;
}

.nav_container .notice_section {
    margin-top: 10px;
    width: 600px;
    color: white;
}

.main_header .person_photo img {
    width: 100%;
    border-radius: 50%;
}

.main_header .logo {
    width: 300px;
    position: absolute;
    height: 100px;
    left: 78px;
    right: 0;
    bottom: 0;
    margin: auto;
    top: -30px;
}

.logo_section .bg_image {
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
    opacity: 0.1;
    height: 100%;
    overflow: hidden;
}

.logo_section .bg_image img {
    width: 100%;
}

.main_header .logo img {
    width: 55%;
}

.logo_right_container {
    display: flex;
    align-items: end;
    color: white;
    gap: 10px;
    flex-direction: column-reverse;
}

.logo_right_container .contact_section li {
    display: inline-block;
    font-size: 25px;
    margin: 0 17px;
}

.logo_right_container .contact_section a {
    color: var(--third_color);
}

.logo_right_container .contact_section a span {
    font-size: 20px;
}

.logo_right_container .contact_section img {
    width: 26px;
    vertical-align: middle;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes glow {
    from {
        transform: scale(0.9);
    }
    to {
        transform: scale(1.2);
    }
}

.topLinksSegment {
    z-index: 2;
    width: 100%;
}

.slide_nav_logo_mob {
    display: none;
}

.topLinksSegment>ul>li>a {
    position: relative;
    padding: 8px 16px;
    display: block;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.topLinksSegment>ul>li>a:hover {
    background-color: var(--bg_color);
}

.submenu {
    position: absolute;
    display: block;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.submenu>li {
    display: inline-block;
    width: 23%;
}

.submenu>li>a {
    display: none;
}


/* bottom nav */

.bottom_nav {
    display: flex;
    justify-content: space-between;
    /* background: linear-gradient(45deg, #a20a05, #621009); */
    background-color: white;
}

.bottom_nav>ul {
    display: flex;
    color: var(--third_color);
    width: 100%;
    flex-wrap: wrap;
}

.bottom_nav>ul:last-child {
    justify-content: flex-end;
}

.bottom_nav>ul li a {
    display: block;
    padding: 5px 23px;
    font-size: 17px;
    color: inherit;
    transition: all 0.3s ease-in;
    position: relative;
}

@media screen and (min-width:992px) {
    .bottom_nav>ul>li {
        transition: all 2s ease;
    }
    .bottom_nav>ul>li .submenu1 {
        position: absolute;
        z-index: 12;
        background: white;
        color: black;
        width: 200px;
        box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
        display: none;
    }
    .bottom_nav>ul a:hover {
        background-color: var(--primary_color);
        color: var(--third_color);
    }
    .bottom_nav>ul>li:hover .submenu1 {
        display: block;
    }
    #why_vijay a {
        background-color: #03084c;
    }
}

@media screen and (max-width:992px) {
    #menu_btn {
        display: flex;
        flex-direction: column;
        /* top: 114px; */
        background: linear-gradient(153deg, #1a160e, #eb0400);
        padding: 5px;
        /* right: 19px; */
        box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
        border-radius: 4px;
        cursor: pointer;
        z-index: 1;
    }
    #menu_btn span {
        width: 28px;
        display: inline-block;
        margin: 3px 0;
        border-bottom: 2px solid var(--third_color);
    }
    .nav_container {
        padding: 0;
    }
    .header_socail_icon {
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .header_socail_icon .open_hour p {
        display: none;
    }
    .topLinksSegment {
        position: fixed;
        background: var(--bg_color);
        z-index: 128;
        top: 0;
        height: 100%;
        width: 50%;
        left: -100%;
        transition: all 0.3s ease;
    }
    .topLinksSegment>ul {
        padding: 0 10px;
    }
    .topLinksSegment>ul>li>a {
        justify-content: flex-start;
        border-bottom: 1px solid var(--third_color);
        padding: 8px 0;
    }
    .slide_nav_logo_mob {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }
    .mobile_view_open_hour a {
        animation: none;
    }
    .slide_nav_logo_mob>a>img {
        width: 100px;
    }
    .moblie_view_contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .moblie_view_contact a {
        color: var(--third_color);
    }
    .nav_container .top_section .contact_section {
        display: none;
    }
    .bottom_nav>ul {
        display: none;
    }
    .bottom_nav .moblie_logo {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 0 8px;
    }
    .bottom_nav .moblie_logo img {
        width: 75px;
    }
}

@media screen and (max-width:576px) {
    .topLinksSegment {
        width: 70%;
    }
}


/* end bottom nav */


/* end header */


/* banner_section */

.carousel-item {
    height: 78vh;
}

.carousel-caption {
    bottom: 11.25rem;
    text-align: left;
}

@media screen and (min-width:576px) {
    .banner_section {
        height: 487px;
    }
    

}
@media screen and (max-width:576px) {
    .carousel-item {
        height: 100%;
    }
}
/* .banner_section>div {
    display: flex;
    height: inherit;
} */

@media screen and (min-width:992px) {
    /* .banner_section .bannere_part>div {
        width: 1000px;
        height: 100%;
    } */
}

.banner_section .bannere_part .carousel-inner {
    height: 100%;
}

.banner_section h3 {
    font-weight: 600;
    color: var(--bg_color);
    text-transform: uppercase;
}

.banner_section .report_part {
    padding: 10px;
}

.banner_section .slide_list {
    height: 100%;
}

.banner_section .slide_list ul {
    height: 90%;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.banner_section .slide_list ul>li {
    padding: 5px;
    background: #e5e3dd;
    margin-top: 5px;
    margin-right: 3px;
    border-radius: 4px;
    height: 77px;
}

.banner_section .slide_list ul::-webkit-scrollbar {
    width: 0.3em;
}

.banner_section .slide_list ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.banner_section .slide_list ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.banner_section .slide_list a {
    display: flex;
    gap: 5px;
}

.banner_section .slide_list li {
    transition: all 0.2s ease;
}

.banner_section .slide_list li:hover {
    background-color: var(--primary_color);
}

.banner_section .slide_list li:hover p {
    color: var(--third_color);
}

.banner_section .slide_list p {
    line-height: 15px;
    font-size: 14px;
    color: #5c5656;
    margin: 0;
    --max-lines: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
}

.banner_section .slide_list img {
    width: 50px;
    height: 50px;
}

@media screen and (min-width: 992px) {
    .blur_background1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: black;
        bottom: 0;
        opacity: 0.3;
    }
}

@media screen and (max-width:992px) {
    .banner_section .bannere_part>div {
        height: 100%;
    }
    .banner_section .report_part {
        display: none;
    }
}

@media screen and (max-width:576px) {
    .banner_section {
        height: 200px;
    }
}


/* end banner_section */


/* start disclaimer_section */

.disclaimer_section {
    position: relative;
    background-color: var(--main_color);
    color: var(--third_color);
    padding: 10px 20px;
}

.disclaimer_section .container {
    text-align: center;
    color: white;
}

.disclaimer_section .btn1 {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    margin-right: 5px;
    z-index: 12;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:992px) {
    .disclaimer_section {
        padding: 1px 20px;
        margin-top: -25px;
    }
    .disclaimerTxt {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 10px;
    }
    .disclaimer_section .btn1 {
        margin: 0;
        padding: 5px;
    }
}


/* end disclaimer_section */


/* rashi_section */

.rashi_section {
    padding: 30px 0;
    background-image: url('../images/horo_bg.webp');
    background-position: revert;
    background-attachment: fixed;
    position: relative;
}

.rashi_section .blur_background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    bottom: 0;
    opacity: 0.3;
}

.rashi_section .container {
    position: relative;
}

.rashi_container {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.rashi_section input {
    border: none;
    padding: 5px 0;
    outline: none;
    border-bottom: 1px solid #e8e8e8;
    margin: 14px 0;
    width: 100%;
    color: var(--third_color);
    background-color: inherit;
}

.rashi_section input::placeholder {
    font-size: 15px;
    color: 8080809c;
}

.rashi_section .book_form {
    padding: 10px;
    box-shadow: -4px 0px 7px 4px rgb(0 0 0 / 10%);
    border: 2px solid var(--bg_color);
    background-color: white;
}

.rashi_section .book_form button {
    border: none;
    background: var(--bg_color);
    color: white;
    padding: 5px 11px;
    border-radius: 4px;
}

.rashi_section .book_form a {
    position: absolute;
    right: 0;
    font-size: 33px;
    top: -7px;
    padding-right: 10px;
}

.rashi_container img {
    width: 75px;
    transition: all 0.2s ease;
}

.rashi_container img:hover {
    transform: scale(1.2);
}

.rashi_container p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--third_color);
}

@media screen and (max-width:992px) {
    
    .rashi_container .rashi_image {
        flex: 33%;
        text-align: center;
    }
}


/* end rashi_section */


/* introsection */

.introsection {
    background-color: var(--third_color);
}

.banner_section .our_channel iframe {
    width: 100%;
    height: 409px;
}

.introsection>div {
    margin-top: 50px;
    width: 94%;
    margin: auto;
    padding: 20px 0;
}

.introsection .about_me h1 {
    font-size: 50px;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, orange, #c73a14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.introsection .about_me h4 {
    border-bottom: 1px solid brown;
}

.introsection .about_me h4 span {
    color: var(--bg_color);
}

.introsection .our_channel iframe {
    width: 100%;
    height: 300px;
}

@media screen and (max-width:992px) {
    .introsection .about_me h1 {
        font-size: 50px;
    }
}

@media screen and (max-width:576px) {
    .introsection .about_me h1 {
        font-size: 30px;
    }
    .introsection .about_me h4 {
        font-size: 20px;
    }
}


/* end introsection */


/* socail_media_feeds */

.socail_media_feeds {
    background-color: #eae8e8;
}

.socail_media_feeds .twitter_tweets {
    padding: 15px 10px;
    background-color: var(--third_color);
    box-shadow: 2px 2px 2px 2px rbga(0, 0, 0, 0.1);
    border-radius: 5px;
}

.socail_media_feeds .twitter_tweets h5 {
    color: brown;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.socail_media_feeds .twitter_tweets h5:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #c33935;
    bottom: 39%;
}

.socail_media_feeds .twitter_tweets a {
    margin-top: 5px;
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--bg_color);
    color: var(--third_color);
}

.socail_media_feeds .twitter_tweets>div {
    height: 350px;
    overflow-y: auto;
}


/* end socail_media_feeds */


/* service_section */

.side_nav_service li:first-child {
    background-color: var(--primary_color);
}

.side_nav_service li>a {
    color: gray;
    padding-left: 16px;
    position: relative;
    font-size: 15px;
}

.side_nav_service li>a span {
    position: absolute;
    left: -8px;
    top: 0;
    font-size: 21px;
}

.service_section .our_contact {
    margin-top: 50px;
    padding: 1px;
    background: var(--bg_color);
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.service_section .our_contact h4 {
    font-size: 20px;
    margin: 0;
    animation-name: change_color;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes change_color {
    from {
        color: rgb(4, 255, 84);
    }
    to {
        color: yellow;
    }
}

.service_section .our_contact span {
    font-size: 19px;
    position: relative;
    top: 4px;
}

.service_section .service_points {
    counter-reset: section;
}

.service_section .service_points li {
    /* padding:8px;
    box-shadow: 2px 2px 9px 0px rgb(0 0 0 / 52%);
    margin: 9px 0;
    background: #823a26;
    color: white;
    font-size: 14px; */
}

.service_section .service_points li::before {
    counter-increment: section;
    /* color: var(--third_color); */
    content: " " counter(section) ": ";
}

@media screen and (max-width:576px) {
    .service_section .our_contact {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}


/* end service_section */


/* testimonals */

.testimonals {
    padding: 17px 0;
    /* background: linear-gradient(45deg, #3d2a17db, #904743); */
    background-color: black;
    color: var(--third_color);
    border: 20px solid #880705;
}

.testimonals h2 {
    color: var(--primary_color);
}

.testimonals h3 {
    animation-name: glow_tes;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes glow_tes {
    from {
        color: blue;
    }
    to {
        color: red;
    }
}

.testimonal_card {
    display: flex;
}

.testimonal_card .photo img {
    width: 200px;
    border-radius: 50%;
}

.testimonal_card .content {
    padding: 10px;
}

.testimonal_card .content span {
    color: var(--primary_color);
}

.testimonals .card {
    padding: 10px;
    background: none;
    border: none;
}

.testimonals .card img {
    margin-right: 5px;
}

@media screen and (max-width:576px) {
    .testimonals {
        padding: 15px 0;
    }
    .testimonals h2 {
        text-align: center;
    }
    .testimonal_card {
        flex-direction: column;
    }
    .testimonal_card .photo img {
        display: block;
        margin: auto;
    }
}


/* end testimonals */


/* problems_question */

.problems_question .card {
    /* background: linear-gradient(45deg, #880705, #902825); */
    border: none;
}

.problems_question .card li {
    display: flex;
    padding: 10px 5px;
    font-size: 15px;
    border: 1px solid var(--bg_color);
    border-radius: 4px;
    margin: 5px 0;
    justify-content: space-between;
}

.problems_question .card li .btn1 {
    display: block;
    background: #dd671f;
    padding: 2px 4px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.problems_question .card a {
    color: var(--bg_color);
}

.problems_question .card li:hover {
    background-color: var(--bg_color);
    border: 1px solid transparent;
}

.problems_question .card li:hover a {
    color: var(--third_color);
}

.problems_question .card2 li:first-child {
    background-color: var(--primary_color);
}

.problems_question .card2 a {
    color: grey;
}

.problems_question .card2 span {
    vertical-align: bottom;
    color: var(--primary_color);
}

@media screen and (max-width:992px) {}

@media screen and (max-width:576px) {
    .problems_question .card a {
        font-size: 16px;
    }
    .problems_question .card li {
        flex-direction: column;
    }
    .problems_question .card li .btn1 {
        text-align: center;
    }
}


/* problems_question */


/* specialization */

.specialization li {
    border: 1px solid #c9c9c9;
    margin: 3px 0;
    display: flex;
    justify-content: space-between;
    padding: 3px 4px;
}

.specialization a {
    display: block;
    color: grey;
    padding: 5px 3px;
}

.specialization li:hover {
    background-color: #0d6efd;
}

.specialization li:hover a {
    color: white;
}

.specialization li .btn1 {
    display: flex;
    align-items: center;
    background: #dd671f;
    border-radius: 4px;
    color: white;
    padding: 2px 3px;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .specialization li {
        margin: 8px 0;
    }
}


/* end specialization */


/* frequently_question */

.frequently_question .question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.frequently_question li {
    background: black;
    color: var(--third_color);
    margin: 3px 0;
    border-radius: none;
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.frequently_question .list-group-item {
    border-radius: none;
}

.frequently_question p {
    display: none;
    margin: 0;
    background: darkred;
    padding: 5px;
    border-radius: 11px;
}

.frequently_question p.show_answer {
    display: block;
}

.frequently_question .question>span:last-child {
    vertical-align: bottom;
}

.frequently_question .kundali_img {
    width: 350px;
}

@media screen and (max-width:992px) {
    .frequently_question .kundali_img {
        width: 100%;
        margin-top: 10px;
    }
}


/* end frequently_question */


/* contact_page */

.contact_page {
    /* background-image: url('../images/contact_bg.jpg'); */
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--third_color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact_page iframe {
    width: 100%;
    height: 400px;
}

.contact_page h2 {
    font-weight: 600;
    border-bottom: 2px solid brown;
    color: brown;
}

.contact_page .card {
    padding: 20px;
    background-color: #3d3738e0;
}

.contact_page .form_control {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: none;
    border-bottom: 1px solid;
    border-color: #720e08;
    color: var(--third_color);
    background-color: inherit;
}

.contact_page .form_control::placeholder {
    color: var(--bg_body);
}

.contact_page .btn_contact {
    border: none;
    padding: 8px 16px;
    color: white;
    background: brown;
    border-radius: 4px;
}

.contact_page .contact_container li {
    margin-bottom: 10px;
}

.contact_page .youtube_container a {
    display: flex;
    align-items: center;
    color: var(--third_color);
    gap: 8px;
}

.contact_page .youtube_container a i {
    font-size: 20px;
}

.contact_page .contact_container li:last-child a {
    align-items: flex-start;
}

.contact_page .youtube_container img {
    width: 30px;
    height: 30px;
}

.contact_page .youtube_container span {
    font-size: 18px;
}


/* end contact_page */


/* footer */

footer {
    margin-top: 50px;
    background-image: url("../images/footer_banner.gif");
    width: 100%;
    color: var(--third_color);
    padding-top: 50px;
}

footer a {
    position: relative;
    color: var(--third_color);
    transition: all 0.5s ease;
}

footer .address span {
    float: left;
    margin-right: 3px;
}

footer .services span,
footer .important_links span {
    vertical-align: middle;
    font-size: 32px;
}

footer .important_links a::before,
footer .services a::before {
    content: '';
    position: absolute;
    height: 2px;
    background: var(--primary_color);
    left: 13px;
    width: 0;
    bottom: -2px;
    transition: all 0.3s ease;
}

footer .services a:hover::before,
footer .important_links a:hover::before {
    width: 93%;
}

footer .important_links ul,
footer .services ul {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 5px;
}

footer h4 {
    font-weight: 600;
    color: var(--primary_color);
}

footer a:hover {
    color: var(--third_color);
}

footer .socail_links {
    margin-top: 29px;
}

footer .socail_links>div {
    display: flex;
    gap: 5px;
    /* margin-top: 12px; */
}

footer .socail_links a {
    padding: 8px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

footer .socail_links a i {
    font-size: 1.5rem;
    transition: all 0.2s ease;
}

footer .socail_links a i:hover {
    transform: scale(1.2);
}

footer .footer_bottom {
    display: flex;
    margin: 0;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
    border-top: 1px solid white;
    padding-top: 20px;
}

footer .footer_bottom a {
    color: var(--primary_color);
}

.contact_us_form iframe {
    width: 100%;
    height: 300px;
}

footer .footer_images img {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
}

@media screen and (max-width:576px) {
    footer {
        padding-top: 20px;
    }
    footer .footer_bottom {
        flex-direction: column-reverse;
    }
    footer .socail_links {
        justify-content: space-between;
    }
    footer .socail_links>div {
        justify-content: center;
    }
}


/* end footer */