@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --light-dark: #727377;
    --light-gray: #e0e0e1;
    --orange: #1d356a;
    --hover_orange: #e96f35;
    --bs-accordion-btn-focus-box-shadow:#00000000 !important;
    --bs-accordion-bg:#00000000 !important;
}

body {
    /* box-sizing: border-box; */
    margin-top: 0.1px;
    font-family: 'Poppins', sans-serif !important;
}
.container{
    max-width: 1120px !important;
}
.page:not(.page-template-page_blog) .site-inner{
    padding: 0px !important;
}
.top_navbar {
    background-color: #e96f35 !important;
}

.top_navbar a {
    text-decoration: none !important;
    color: var(--white);
    font-size: 14px !important;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 400;
}

.navbar_logo {
    min-width: 210px !important;
    max-width: 250px !important;
}

.banner_section {
    background-image: url(../images/download.jpg);
    background-size: cover;
    text-align: center;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_section h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.banner_section h1 .heading_highlight_text {
    color: var(--orange);
}

.banner_section p {
    margin-bottom: 18px;
    text-align: left;
    font-size: 18px;
    margin-top: 11px;
}
.banner_section_text_content{
    width: 55%;
    padding: 8% 0px;
}
.nav-link {
    text-align: center !important;
    width: 130px !important;
    height: 100px !important;
    /* margin: 0px px; */
    font-size: 14px !important;
    font-weight: 500;
}

.nav-link img {
    height: 70%;
    display: block;
    margin: auto;
}

.banner_section button {
    display: block !important;
    font-size: 15px;
    color: var(--white);
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin-bottom: 32px;
    margin-left: 0px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    flex-direction: unset;
    display: inline;
    border-radius: 24px;
    margin-right: 0px;
    margin-top: 7px;
    url-encoded: true;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: var(--white);
    border-right-color: var(--white);
    border-bottom-color: var(--white);
    border-left-color: var(--white);
    background-color: var(--orange);
}

.banner_section button:hover {
    background-color: var(--hover_orange);
    border-top-color: rgba(218, 218, 218, 0.69);
    border-right-color: rgba(218, 218, 218, 0.69);
    border-bottom-color: rgba(218, 218, 218, 0.69);
    border-left-color: rgba(218, 218, 218, 0.69);
}

.banner_section .get_start_text {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: start !important;
}

.banner_section .contact_number_banner {
    color: var(--orange);
    width: auto;
    font-weight: 600;
    font-size: 28px !important;
    display: flex;
    align-items: center;
}

.banner_section .contact_number_banner i {
    font-size: 38px;
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.main_banner_link_bottom {
    text-align: center;
    background-color: #a1cbe6;
    font-size: 1.5em;
    color: var(--orange);
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block !important;
    text-decoration: none !important;
    transition: 0.2s linear;
}

.main_banner_link_bottom:hover {
    color: var(--white) !important;
    background-color: var(--orange) !important;
}

.light-dark-bg {
    background: var(--light-dark);
}

#sub_heading_underline {
    color: var(--white);
    font-weight: 400;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8em;
    text-transform: none;
    border-bottom-color: var(--white);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 1.3;
    width: 100%;
    margin-bottom: 35px;
}

.home_about_us_address {
    text-decoration: none !important;
    color: var(--white);
}

.home_about_us_address:hover {
    color: var(--white);
}

.home_about_us_text {
    color: var(--white);
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
}

.home_about_us_a {
    display: inline-block !important;
    font-size: 16px;
    color: var(--white);
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 10px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    flex-direction: unset;
    display: inline;
    border-radius: 24px;
    margin-right: auto;
    padding-top: 12px;
    url-encoded: true;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: var(--white);
    border-right-color: var(--white);
    border-bottom-color: var(--white);
    border-left-color: var(--white);
    transition: 0.2s linear;
}

.home_about_us_a:hover {
    background-color: #a1cbe6;
    color: #1d356a;
}

#sub_heading_border_top_black {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 2.1;
    font-style: italic;
    font-family: 'Poppins';
    color: #0d2518;
    border-top-color: var(--light-dark);
    border-top-width: 2px;
    border-top-style: solid;
    margin-top: 0px;
}
.heading_highlight_text{
    font-weight: 600;
    color: var(--orange);
}

.button_orange{
    display: inline-block !important;
    color: var(--white);
    line-height: 1.4;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    flex-direction: unset;
    display: inline;
    background-color: var(--orange);
    border-radius: 4px;
    margin-right: 0px;
    font-size: .9em;
    url-encoded: true;
    text-decoration: none;
    transition: 0.2s linear;
}
.button_orange:hover{
    background: var(--light-dark);
    color: var(--white);
}

.home_service_card{
    border: unset;
    border: 0px !important;
}
.home_service_card .card-body{
    padding: 0% !important;
    border: 0px;
}
.home_service_card .card-title{
    font-size: 16px !important;
    margin: 10px 0px;
    font-weight: 700;
}
.card .service_card_icon{
    max-height:45px;
    width:45px;
}
.button_gray{
    display: inline-block !important;
    font-size: 16px;
    color: var(--light-dark);
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 10px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    flex-direction: unset;
    display: inline;
    border-radius: 24px;
    margin-right: auto;
    padding-top: 12px;
    url-encoded: true;
    border: 2px solid var(--light-dark);
    transition: 0.2s linear;
    margin: auto;
    text-decoration: none;
}
.button_gray:hover{
    font-size: 16px;
    color: var(--white);
    background-color: var(--light-dark);
    transition: 0.2s linear;
    margin: auto;
}

.custom-bg-light-gray{
    background: var(--light-gray);
}

.best_doctor_icon_home{
    height: 120px;
}

.gray_button_with_white_border{
    display: inline-block !important;
    font-size: 15px;
    color: var(--white);
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    flex-direction: unset;
    display: inline;
    border-radius: 24px;
    margin-right: auto;
    margin-top: 7px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: var(--white);
    border-right-color: var(--white);
    border-bottom-color: var(--white);
    border-left-color: var(--white);
    background-color: var(--orange);
    transition: 0.2s linear;
}
.gray_button_with_white_border:hover{
    color: var(--white);
    background-color:var(--hover_orange) ;
}

.home_qouted_div{
    margin-top: 70px;
    border-top:2px solid black ;
    padding: 20px 0px 20px 90px !important;
    border-bottom:2px solid black ;
    position: relative;
}
.white_border_button{
    display: inline-block !important;
    font-size: 15px;
    color: var(--white);
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
    flex-direction: unset;
    display: inline;
    border-radius: 24px;
    url-encoded: true;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: var(--white);
    border-right-color: var(--white);
    border-bottom-color: var(--white);
    border-left-color: var(--white);
    background-color: var(--light-dark);
    transition: 0.2s linear; 
}
.white_border_button:hover{
    color: var(--white);
    background: var(--orange);
}
.home_qouted_div i {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #a7acbc;
}

.heading_with_orange_border{
    text-align: center;
    font-family: 'Poppins';
    width: 100%;
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    font-size: 2.5em;
    margin-bottom: 21px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c4550e;
}

.heading_with_border{
    font-weight: 400;
    text-align: center;
    width: 100%;
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5em;
    text-transform: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    line-height: 1.3;
}

.pricing_card{
    border-radius: 6px;
    margin-top: 6px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.37);
}
.pricing_card .card-title{
    font-size: 1.8rem;
    margin-bottom: -3px;
    font-weight: 600;
}

.pricing_card .card-text{}
.pricing_card .pricing_amt{
    font-size: 3.5rem;
    font-weight: 700;
    color: #1d356a;
}

.icon_cards{
    background: transparent !important;
    text-align: center;
    border: unset !important;
    font-size: 1.3rem;
    color: white;
    border-radius: 0px;
    padding: 20px;
    height: 100%;
}
.icon_cards:hover{
    background: rgb(68, 68, 68) !important;
}
.icon_cards p{
    margin-top: 10px;
    
}

.dark_orange_bg{
    background:var(--orange);
    /* min-height: 80vh; */
}
.bg_tooth{
    background-image: url(../images/technology-guided-smile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    }

.white_bg_button{
    display: inline-block !important;
    color: var(--orange);
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    flex-direction: unset;
    display: inline;
    background-color: #a1cbe6;
    border-radius: 24px;
    padding-top: 12px;
    url-encoded: true;
    margin-top: 35px;
    text-decoration: none;
}
.white_bg_button:hover{
    color: var(--orange);
    opacity: 0.8 ;
}

.free_assisment_section{
    background-image: url(../images/hero-technology-dr-gonzalez.jpg);
    min-height: 70vh;
}
.free_assisment_section > div{
    background-color: #141414b4;
    height: 100%;
}

/* ST  */

.art-technology{
    background-color: #ac412c;
}

.left-video{
    padding-top: 75px;
    padding-left: 40px;
    padding-right: 40px;
}


.card.form_card{
    border-radius: 20px;
    padding: 20px 0px;
    background-color: rgba(52,67,112,.85)
}
.form_card label{
    display:none;    
}
.form_card .frm_fields_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 17px;
}
.form_card .frm_fields_container .frm__65257de7d5b5f{
    display: none !important;
}
.form_card .frm_fields_container input, .form_card .frm_fields_container select, .form_card .frm_fields_container textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #afafaf;
    color: #1c1c1c;
    background: #ffffffe0;
    font-size: 14px;
    padding: 10px;
}
.form_card .frm_fields_container input::placeholder, .form_card .frm_fields_container select::placeholder, .form_card .frm_fields_container textarea::placeholder{
    color: #1c1c1c;
}
.form_card .frm_fields_container .textarea_col{
    grid-column: span 2;
}
.form_card .frm_screen_reader{
    display: none;
}

.form_card .frm_fields_container .frm_button_submit{
    display: block !important;
    border: 1px solid #959494 !important;
    color: var(--white);
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    flex-direction: unset;
    display: inline;
    background-color: var(--orange);
    border-radius: 24px;
    padding-top: 12px;
    text-decoration: none;
    border: unset;
}
.form_card .frm_fields_container .frm_button_submit:hover{
    background:#a1cbe6;
    color: var(--white);
}


#footer_address{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 1px;
    line-height: 1.4;
    width: 100%;
}
#footer_working_days{
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
    width: 100%;
}

.footer_title{
    color: #0c0d0d;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer_link{
    color: #0c0d0d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: block;
    text-decoration: none !important;
}
.footer_link:hover{
    color: #1d356a;
}
.footer_link_mail{
    color: #1d356a !important;
}
.footer_link_section>div{
    border-top:1px solid #1d356a;
    border-bottom:1px solid #1d356a;
    margin: 0px !important;
    padding: 0px !important;
    height: 35px;
}

#social_icons{
    display: flex;
    justify-content: end !important;
    flex-direction: row;
}

#social_icons a{
    text-align: center;
    color: var(--white) !important;
    font-size: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 35px;
    width: 35px;
    border-radius: 0;
    background-color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
#social_icons a:hover{
    background-color: var(--hover_orange) !important;
}
.copy_right_text{
    font-size: 12px;
    width: 100%;
    padding-bottom: 45px;
    color: #4c4b4b;
    text-decoration: none !important;
    /* display: contents !important; */
}

.accordion-button{
    background-color: transparent !important;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
}

.contact_section{
    background-color: var(--orange);
    text-align: center;
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact_section a {
    width: auto;
    font-weight: 600;
    color: #ffffff;
    font-size: 28px !important;
    text-decoration: none;
}
.contact_section .ct-headline{
    color:#a1cbe6;
}
#responsive_banner{
    display: none;
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
    .navbar-brand{
        display: block;
        margin: auto !important;
    }
    .navbar-expand-md{
        flex-direction: column  !important;
    }
    .main_nav_container .navbar-nav{
        background: unset !important;
    }
    .main_nav_container .navbar-nav a{
        color:var(--orange) !important;
    }
}
@media only screen and (max-width: 991px) {
    .row_reverse{
        flex-direction: column-reverse;
    }
    .main_nav_container .navbar-nav{
        background: var(--light-dark);
        border-radius: 15px;
        margin: 5px !important;
    }
    .main_nav_container .navbar-nav a{
        color: var(--white) ;
        font-size: 18px !important;
        font-weight: 500 !important;
        padding-top: 10px !important;

    }
    .main_nav_container{
        display: flex;
        justify-content: center;
        padding: 10px 0px !important;
    }
    .nav-link img {
        display: none;
    }
    .navbar-expand-md .nav-link{
        height: auto !important;
        width: 100% !important;
    }
    .navbar-expand-md {
        flex-wrap: wrap;
    }
    .navbar-expand-md .navbar-nav{
        margin: 10px !important;
    }
    .top_navbar{
        display: none !important;
    }
    .navbar-brand{
        display: block;
    }
    .banner_section{
        background-image:linear-gradient(#f2f2f2,#f2f2f2)
    }
    .banner_section_text_content{
        width: auto !important;
    }
    .pricing_card .card-img-top{
        width: 60% !important;
        margin: auto !important;
    }
    .navbar-expand-sm{
        flex-wrap: wrap;
        justify-content: center;
    }
    #social_icons{
        margin-right: 0px !important;
    }
    .pricing_card {
        border-radius: 6px;
        margin-top: 6px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.37);
        height: unset !important;
    }
    .bg_tooth {
        height: 40vh !important;
    }
    #responsive_banner{
        display: block;
    }
    .banner_section h1{
        text-align: start !important;
    }
    .nav-link{

    }
    #social_icons{
        justify-content: center !important;
    }
    .footer_link_section>div{
        /* border: unset !important; */
    }
    .footer_email_div{
        display: none !important;
    }
    .footer_link_section{
        margin-top: 50px !important;
    }
    .fs-4{
        font-size: calc(1rem + .3vw)!important;
    }
    
    .small_font_button{
        font-size: 14px !important;
    }
    .heading_with_orange_border{
        text-align: start;
    }
}

#nav-icon1 {
    width: 60px;
    height: 45px;
    position: relative;
    box-shadow: none !important;
    border: unset !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 80%;
    background: var(--orange);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .navbar-toggler:hover{
    background-color: unset !important;
  }
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span{
    left: 50%;
    transform: rotate(0deg) translate(-50%, 0px);
  }
  #nav-icon1.open span:nth-child(1){
    left: 0%;
    transform: rotate(135deg) translate(-50%, 0px);
  }
  #nav-icon1.open span:nth-child(3){
    left: 0%;
    transform: rotate(-135deg) translate(-50%, 0px);
  }
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 18px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 36px;
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .accordion-item, .accordion-item:focus, .accordion-item:active,
  .accordion-header, .accordion-header:focus, .accordion-header:active,
  .accordion-button, .accordion-button:focus, .accordion-button:active {
    outline: none !important;
  }
  .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.faq_background{
    background: var(--light-dark) !important;
}
.accordion-button:not(.collapsed){
    box-shadow: none !important;
}
.accordion-item {
    background-color:unset !important
}

#our_service_section{
    -webkit-text-size-adjust: 100%;
    font-family: 'Poppins';
    box-sizing: inherit;
    text-decoration: none;
    font-size: 16px;
    color: var(--white);
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 10px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    flex-direction: unset;
    display: inline;
    border-radius: 24px;
    margin-right: auto;
    padding-top: 12px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: var(--orange);
}
#our_service_section:hover{
    background-color: #a1cbe6;
}
.fs-sm-14{
    font-size: 1.25rem !important;
}
.icon_cards img{
    height: 70px !important;
    width: 70px !important;
}
.cust_ul_li li {
    list-style-type: disclosure-closed !important;
}
@media only screen and (max-width: 768px) {
    .banner_section h1{
        font-size: 2em !important;
    }
    .heading_with_border{
        font-size: 2em !important;
    }
    .main_nav_container{
        padding: 10px !important;
    }
    .top_navbar{
        display: none;
    }
    .home_qouted_div p{
        font-size: 14px !important;
    }
    .fs-sm-14{
        font-size: 14px !important;
    }
    #our_service_section{
        font-size: 14px !important;
    }
    .grecaptcha-badge{
        opacity: 0 !important;
    }
    .form_card .frm_fields_container{
        display: block !important;
    }
}
@media only screen and (max-width: 600px) {
    footer{
        text-align: center;
    }
    footer .footer_title{
        text-align: center !important;
        margin-top: 20px !important;
    }
    .heading_with_orange_border{
        font-size: 1.5em;
        text-align: center;
        padding-bottom: 10px;
    }
    .google_review_img{
        width: 100% !important;
    }
    .google_rating_heading{
        display: none;
    }
    .white_bg_button{
        margin-top: unset !important;
    }
    .banner_section h1{
        font-size: 2em !important;
    }
    .heading_with_border{
        font-size: 2em !important;
    }
    .navbar_logo {
        min-width: 150px !important;
        max-width: 170px !important;
    }
}

/* @media(min-width: 768px){
    .h-outer{
        display: none !important;
    }
} */

