*{
    margin: 0;
    padding: 0;
}
html,body{
    font-family: 'Montserrat-Regular' !important;
    width: 100%;
    height: 100%;
}

:root{
    --black : #000000;
    --dark_black:#0F1016;
    --white : #ffffff;
    --red : #B30000;
    --green : #008719;
    --dark_green :#024d10;
    --border : #e0dede;
    --gray : #4A4C56;
    --orange : #FF2020;
}

/******************************* common_css *******************************/
h1,h2,h3,h4,h5,h6,ul,p{
    margin: 0 !important;
    padding: 0 !important;
}
.cust_container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 15px;
}
.inner_container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
.px-120{
    padding: 0 120px;
}
.new_landing_common_title h3{
    font-family: 'Montserrat-SemiBold';
    font-size: 80px;
    width: 100%;
    max-width: 922px;
    margin: auto !important;
}
/******************************* end_common_css *******************************/

/******************************* new_landing_header *******************************/
.new_landing_header_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_landing_header{
    padding: 22px 0;
}
.new_landing_right_menu a{
    font-family: 'Montserrat-SemiBold';
    text-decoration: none;
    font-size: 32px;
    color: var(--black);
    display: inline-block;
    margin: 0 20px 0 0;
    transition: all .5s;
}
.new_landing_right_menu a:hover{
    color: var(--red);
}
.new_landing_right_section{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.new_landing_header_button{
    display: flex;
    align-items: center;
}
.reserve_btn{
    font-family: 'Montserrat-Medium';
    display: inline-block;
    padding: 10px 32px;
    background-color: var(--green);
    color: var(--white);
    border-radius: 12px;
    font-size: 32px;
    text-decoration: none;
    transition: all .5s;
    margin: 0 20px;
}
.reserve_btn:hover{
    background-color: var(--dark_green);
    color: var(--white);
}
.toggle_btn{
    width: 50px;
    display: none;
    cursor: pointer;
}
.close_menu{
    width: 40px;
    display: none;
    cursor: pointer;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    z-index: 100;
    background-color: var(--white);
}

.fixed.new_landing_header{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
/******************************* end_new_landing_header *******************************/


/******************************* new_landing_second_section *******************************/
.new_landing_second_section{
    width: 100%;
    background-image: url("../img/hero_banner.png");
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.new_landind_second_content h3{
    font-family: 'Montserrat-SemiBold';
    color: var(--white);
    font-size: 100px;
    width: 100%;
    max-width: 856px;
    line-height: 1;
}
.new_landing_second_inner_section{
    padding-top: 24px;
}
.new_landing_second_inner_section{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.new_landing_second_inner_right_content{
    margin-left: 32px;
}
.new_landing_second_inner_right_content h4{
    font-family: 'Montserrat-Medium';
    color: var(--white);
    font-size: 32px;
    width: 100%;
    max-width: 625px;
}
.new_landing_second_inner_right_button{
    margin-top: 32px;
}
.new_landing_second_inner_right_button .common_btn{
    display: inline-block;
    text-decoration: none;
    padding: 9px 24px;
    border-radius: 8px;
    font-size: 24px;
    margin: 0 16px 0 0;
    transition: all .5s;
}
.zip_code{
    background-color: var(--white);
    color: var(--red);
    display: flex;
    align-items: center;
}
.zip_code img{
    margin-right: 8px;
}
.zip_code:hover{
    background-color: var(--red);
    color: var(--white);
}
.zip_code:hover img{
    filter: brightness(0) invert(1);
}
.reserve{
    background-color: var(--red);
    color: var(--white);
}
.reserve:hover{
    background-color: var(--white);
    color: var(--red);
}
/******************************* end_new_landing_second_section *******************************/

/******************************* new_landing_third_section *******************************/
.new_landing_third_section{
    width: 100%;
    padding: 63px 34px 30px;
    background-image: url("../img/flower_bg.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.video{
    position: relative;
}
.video img{
    width: 100%;
   max-height: 650px;
    border-radius: 50px;
}
.video_play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_play_btn img{
    width: 180px;
}
.new_landing_third_section .new_landing_second_inner_right_button{
    text-align: center;
}
/******************************* end_new_landing_third_section *******************************/

/******************************* new_landing_fourth_section *******************************/
.new_landing_fourth_section{
    width: 100%;
    background-image: url("../img/red_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.pt-120{
    text-align: center;
    padding-top: 120px;
    color: var(--white);
}
.new_landing_fourth_inner_box{
    background-color: var(--white);
    padding: 22px 33px;
    border-radius: 12px;
    transition: all .5s;
}

.new_landing_fourth_inner_section{
    padding: 64px 0 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 32px;
    row-gap: 10px;
    align-items: flex-start;
}
.new_landing_fourth_inner_box_number{
    position: relative;
    text-align: center;
}
.new_landing_fourth_inner_box_number span{
    font-family: 'Montserrat-SemiBold';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--white);
    font-size: 42px;
}
.new_landing_fourth_inner_box_content{
    text-align: center;
    padding-top: 32px;
}
.new_landing_fourth_inner_box_content h4{
    font-family: 'Montserrat-SemiBold';
    font-size: 28px;
    color: var(--dark_black);
    padding-bottom: 16px !important;
}
.new_landing_fourth_inner_box_content p{
    color: var(--gray);
}
.mt-70{
    margin-top: 70px;
}
/******************************* end_new_landing_fourth_section *******************************/

/******************************* new_landing_fifth_section *******************************/
.new_landing_fifth_section{
    padding: 45px 0 0;
}
.new_landing_fifth_inner_section .new_landing_common_title h3{
    color: var(--black);
    width: 100%;
    max-width: 1000px !important;
    margin: auto !important;
    text-align: center;
}
.new_landing_fifth_sub_inner_section{
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 36px;
    row-gap: 10px;
}
.new_landing_fifth_sub_left_content img{
    width: 100%;
}
.new_landing_fifth_sub_box{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.new_landing_fifth_sub_box span{
    font-family: 'Montserrat-Medium';
    font-size: 32px;
    margin-left: 20px;
}
.new_landing_fifth_sub_box{
    margin-bottom: 24px;
}
.new_landing_fifth_sub_box:last-child{
    margin-bottom: 0;
}
/******************************* end_new_landing_fifth_section *******************************/

/******************************* new_landing_sixth_section *******************************/
.new_landing_sixth_section{
    width: 100%;
    background-image: url("../img/red.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-top: -40px;
}
.new_landing_sixth_inner_section .new_landing_common_title h3{
    text-align: center;
    color: var(--white);
}
.new_landing_sixth_inner_section .new_landing_common_title p{
    font-family: 'Montserrat-Regular';
    text-align: center;
    color: var(--white);
    font-size: 32px;
    width: 100%;
    max-width: 516px;
    margin: 12px auto 0 !important;
}
.new_landing_sixth_sub_inner_section{
    padding-top: 48px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.new_landing_sixth_sub_inner_box{
    text-align: center;
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
    padding: 30px 20px 60px;
}
.new_landing_sixth_sub_inner_box h4{
    font-family: 'Montserrat-SemiBold';
    color: var(--white);
    padding-top: 32px !important;
    font-size: 32px;
}
.border_none{
    border-right: 0;
}
.boder_bottom_none{
    border-bottom: 0;
}
.new_landing_sixth_inner_section .new_landing_second_inner_right_button{
    text-align: center;
    margin-bottom: 32px;
}
.new_landing_sixth_inner_section .reserve{
    background-color: var(--white);
    color: var(--red);
}
.new_landing_sixth_inner_section .reserve:hover{
    background-color: var(--black);
    color: var(--white);
}
.new_landing_sixth_inner_section .zip_code:hover{
    background-color: var(--black);
    color: var(--white);
}
.white_round{
    width: 125px;
    height: 125px;
    background-color: var(--white);
    border-radius: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.mt-40{
    margin-top: -40px;
}
/******************************* end_new_landing_sixth_section *******************************/

/******************************* new_landing_seventh_section *******************************/
.new_landing_seventh_section{
    padding: 0 0 0;
}
.new_landing_seventh_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
    row-gap: 10px;
}
.new_landing_seventh_left_content img{
    width: 100%;
}
.new_landing_seventh_right_content .new_landing_common_title h3{
    max-width: 550px;
    margin: inherit !important;
}
.new_landing_seventh_right_content .new_landing_common_title p{
    width: 100%;
    max-width: 730px;
    font-size: 32px;
    margin: 16px 0 !important;
}
.new_landing_seventh_right_content .new_landing_common_title h4{
    font-family: 'Montserrat-Regular';
    font-size: 48px;
    color: var(--dark_black);
}
.new_landing_seventh_right_content .new_landing_common_title h5{
    font-family: 'Arizonia-Regular';
    font-size: 80px;
    color: var(--dark_black);
}
/******************************* end_new_landing_seventh_section *******************************/

/******************************* new_landing_eighth_section *******************************/
.new_landing_eighth_section{
    background-color: var(--orange);
    padding: 70px 0 30px;
    margin-top: -40px;
}
.new_landing_eighth_section_title h3{
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    color: var(--white);
    font-size: 48px;
}
.new_landind_eighth_content{
    margin-top: 48px;
}
.accordion-item:first-of-type{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.accordion-item:last-of-type{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.accordion-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: 0.3s ease;
}

.accordion-title {
 font-family: 'Montserrat-SemiBold';
  padding: 20px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: var(--black);
}

.accordion-title::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 24px;
  transition: 0.3s;
  top: 14px;
  color: var(--red);
}

.accordion-item.active .accordion-title::after {
  content: "−";
}

.accordion-content {
  padding: 0 20px 20px;
  display: none;
  background: #fff;
  color: #333;
}
.new_landind_eighth_content .accordion-content p{
    font-size: 18px !important;
}
/******************************* end_new_landing_eighth_section *******************************/

/******************************* new_footer_section *******************************/
.new_landing_footer{
    width: 100%;
    background-image: url("../img/footer_bg.png");
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--black);
}
.new_landing_footer_content{
    text-align: center;
}
.social_icons{
    margin: 24px 0;
}
.social_icons a{
    transition: all .5s;
    display: inline-block;
}
.social_icons a img:hover{
    margin-top: -10px;
}
.footer_menu a{
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
    margin: 0 16px 0 0;
    transition: all .5s;
}
.footer_menu a:hover{
    color: var(--red);
}
.copyright{
    margin-top: 24px;
}
.copyright h4{
    color: var(--white);
    font-size: 16px;
}

/******************************* end_footer_section *******************************/

/******************************* responsive *******************************/
@media (max-width: 1399.98px){
    .new_landing_header {
        padding: 16px 0;
    }
    .new_landing_left_logo img{
        width: 280px;
    }
    .new_landing_right_menu a{
        font-size: 28px;
    }
    .phone_icon{
        width: 60px;
    }
    .reserve_btn{
        padding: 8px 28px;
        font-size: 28px;
    }
    .new_landing_second_section {
        padding: 80px 0;
    }
    .new_landind_second_content h3{
        font-size: 80px;
    }
    .new_landing_second_inner_left_content img{
        width: 150px;
    }
    .new_landing_second_inner_section{
        padding-top: 18px;
    }
    .new_landing_second_inner_right_button {
        margin-top: 20px;
    }
    .video_play_btn img{
        width: 220px;
    }
    .pt-120 {
       padding-top: 80px;
    }
    .new_landing_common_title h3{
        font-size: 60px;
        max-width: 700px;
    }
    .new_landing_fourth_inner_section {
        padding: 20px 0 30px;
    }
    .new_landing_fourth_inner_box {
        padding: 14px 20px;
    }
    .new_landing_fourth_inner_box_content {
        padding-top: 20px;
    }
    .new_landing_fourth_inner_box_content h4 {
        font-size: 24px;
        padding-bottom: 10px !important;
    }
    .mt-70 {
        margin-top: 40px;
    }
    .new_landing_fifth_section {
        padding: 30px 0 0;
    }
    .new_landing_fifth_inner_section .new_landing_common_title h3{
        max-width: 800px !important;
    }
    .new_landing_fifth_sub_inner_section {
        padding-top: 26px;
    }
    .new_landing_fifth_sub_box img{
        width: 60px;
    }
    .new_landing_fifth_sub_box span{
        font-size: 28px;
    }
    .new_landing_sixth_inner_section .new_landing_common_title p{
        font-size: 28px;
    }
    .new_landing_sixth_sub_inner_box {
        padding: 20px 10px 40px;
    }
    .new_landing_sixth_sub_inner_box h4{
        font-size: 28px;
        padding-top: 20px !important;
    }
    .new_landing_sixth_sub_inner_box img{
        width: 90px;
        height: 90px;
    }
    .new_landing_seventh_right_content .new_landing_common_title p {
        font-size: 28px;
    }
    .new_landing_seventh_right_content .new_landing_common_title h4 {
        font-size: 42px;
    }
    .new_landing_seventh_right_content .new_landing_common_title h5 {
        font-size: 70px;
    }
    .new_landind_eighth_content {
        margin-top: 20px;
    }
    .accordion-item {
        margin-bottom: 8px;
    }
    .new_landing_eighth_section_title h3 {
        font-size: 38px;
    }
    .accordion-title{
        font-size: 20px;
        padding: 14px;
    }

}
@media (max-width: 1199.98px){
    .new_landing_header {
        padding: 12px 0;
    }
    .new_landing_left_logo img {
        width: 240px;
    }
    .new_landing_right_menu a {
        font-size: 24px;
    }
    .phone_icon {
        width: 50px;
    }
    .reserve_btn {
        padding: 6px 22px;
        font-size: 26px;
    }
    .new_landing_second_section {
        padding: 60px 0;
    }
    .new_landind_second_content h3 {
        font-size: 60px;
        max-width: 600px;
    }
    .new_landing_second_inner_left_content img {
        width: 120px;
    }
    .new_landing_second_inner_right_content h4{
        font-size: 22px;
        max-width: 500px;
    }
    .new_landing_second_inner_right_button .common_btn{
        padding: 6px 20px;
        font-size: 20px;
        margin: 0 6px 0 0;
    }
    .video_play_btn img {
        width: 180px;
    }
    .zip_code img{
        width: 26px;
    }
    .pt-120 {
        padding-top: 60px;
    }
    .new_landing_common_title h3 {
        font-size: 50px;
    }
    .new_landing_fourth_inner_section {
        column-gap: 14px;
    }
    .new_landing_fourth_inner_box {
        padding: 14px 10px;
    }
    .new_landing_fifth_section {
        padding: 20px 0 0;
    }
    .new_landing_fifth_sub_inner_section{
        align-items: flex-start;
    }
    .new_landing_fifth_sub_inner_section{
        column-gap: 20px;
    }
    .new_landing_fifth_sub_box span {
        font-size: 22px;
    }
    .new_landing_fifth_sub_box img {
        width: 50px;
    }
    .new_landing_sixth_sub_inner_section {
        padding-top: 30px;
    }
    .new_landing_sixth_sub_inner_box {
        padding: 20px 0px 30px;
    }
    .new_landing_sixth_sub_inner_box img {
        width: 80px;
        height: 80px;
    }
    .new_landing_sixth_sub_inner_box h4 {
        font-size: 24px;
        padding-top: 12px !important;
    }
    .white_round {
        width: 100px;
        height: 100px;
    }
    .new_landing_seventh_right_content .new_landing_common_title p {
        font-size: 24px;
    }
    .new_landing_footer {
        padding: 30px 0;
    }
    .social_icons img{
        width: 50px;
    }
}
@media (max-width: 991.98px){
    .new_landing_left_logo img {
        width: 180px;
    }
    .new_landing_right_menu a {
        font-size: 18px;
        margin: 0 10px 0 0;
    }
    .phone_icon {
        width: 40px;
    }
    .reserve_btn{
        margin: 0 10px;
        padding: 6px 18px;
        font-size: 20px;
        border-radius: 8px;
    }
    .new_landing_second_section {
        padding: 40px 0;
        text-align: center;
    }
    .new_landind_second_content h3 {
        font-size: 50px;
        margin:  auto !important;
        max-width: 500px;
    }
    .new_landing_second_inner_section{
        flex-direction: column;
        padding-top: 10px;
    }
    .new_landing_second_inner_left_content{
        margin: 0;
    }
    .new_landing_second_inner_left_content img {
        width: 100px;
    }
    .px-120 {
        padding: 0 50px;
    }
    .new_landing_second_inner_right_content h4{
        margin: auto;
        text-align: center;
    }
    .new_landing_third_section {
        padding: 16px 34px 10px;
    }
    .video img{
        border-radius: 30px;
    }
    .video_play_btn img {
        width: 120px;
    }
    .pt-120 {
        padding-top: 40px;
    }
    .new_landing_common_title h3 {
        font-size: 40px;
        max-width: 600px;
    }
    .new_landing_fourth_inner_section {
        grid-template-columns: repeat(1, 1fr);
    }
    .mt-70 {
        margin-top: 0px;
    }
    .new_landing_fourth_section{
        background-position: bottom;
    }
    .new_landing_fifth_sub_inner_section{
        flex-direction: column;
    }
    .new_landing_sixth_section{
        padding: 50px 0;
    } 
    .new_landing_sixth_inner_section .new_landing_common_title p{
        font-size: 22px;
        max-width: 400px;
    }
    .new_landing_sixth_sub_inner_box img {
        width: 60px;
        height: 60px;
    }
    .new_landing_sixth_sub_inner_box h4 {
        font-size: 18px;
        padding-top: 12px !important;
    }
    .white_round {
        width: 80px;
        height: 80px;
    }
    .new_landing_seventh_content{
        flex-direction: column;
        text-align: center;
        margin: 0 auto !important;
    }
    .new_landing_seventh_right_content .new_landing_common_title h3{
        margin: auto !important;
    }
    .new_landing_seventh_right_content .new_landing_common_title p{
        font-size: 22px;
        margin: 10px 0 !important;
    }
    .new_landing_seventh_right_content .new_landing_common_title h4 {
        font-size: 34px;
    }
    .new_landing_seventh_right_content .new_landing_common_title h5 {
        font-size: 50px;
    }
    .new_landing_seventh_left_content img {
        width: 60%;
    }
    .new_landing_eighth_section_title h3 {
        font-size: 28px;
    }
    .accordion-title {
        font-size: 16px;
        padding: 12px;
    }
    .new_landind_eighth_content .accordion-content p {
        font-size: 16px !important;
    }
    .accordion-title::after{
        top: 6px;
    }
    .new_landing_eighth_section {
        padding: 50px 0 30px;
    }
}


@media (max-width: 575.98px){
    .new_landing_right_menu{
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        white-space: nowrap;
        width: 300px;
        height: 100vh;
        background-color: var(--white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding-top: 40px;
        transition: all .5s;
        z-index: 10;
    }
    .new_landing_right_menu a{
        display: block;
        padding: 10px;
        border-bottom: 1px solid var(--border);
        margin: 0;
    }
    .close_menu{
        position: absolute;
        top: 5px;
        right: 5px;
        display: inline-block;
    }
    .toggle_btn{
        display: inline-block;
    }
    .new_landing_header {
        padding: 6px 0;
    }
    .new_landing_left_logo img {
        width: 150px;
    }
    .phone_icon {
        width: 30px;
    }
    .reserve_btn {
        margin: 0 8px;
        padding: 4px 12px;
        font-size: 16px;
        border-radius: 5px;
    }
    .new_landing_second_section {
        padding: 30px 0;
        background-position: bottom;
    }
    
    .new_landind_second_content h3 {
        font-size: 40px;
    }
    .new_landing_second_inner_left_content img {
        width: 80px;
        margin: 10px 0;
    }
    .new_landing_second_inner_right_content h4 {
        font-size: 18px;
    }
    .new_landing_second_inner_right_button .common_btn {
        padding: 6px 14px;
        font-size: 16px;
    }
    .new_landing_second_inner_right_button {
        margin-top: 10px;
    }
    .new_landing_third_section {
        padding: 16px 10px 10px;
    }
    .video_play_btn img {
        width: 80px;
    }
    .pt-120 {
        padding-top: 20px;
    }
    .new_landing_common_title h3 {
        font-size: 30px;
        max-width: 400px;
    }
    .new_landing_fourth_inner_box_number img{
        width: 80px;
    }
    .new_landing_fourth_inner_box_number span{
        font-size: 32px;
    }
    .new_landing_fifth_sub_box span {
        font-size: 18px;
    }
    .new_landing_fifth_sub_box img {
        width: 40px;
    }
    .new_landing_fifth_sub_box {
        margin-bottom: 10px;
    }
    .new_landing_sixth_sub_inner_section {
        grid-template-columns: repeat(1, 1fr);
    }
    .new_landing_sixth_sub_inner_box{
        border-right: 0;
        padding: 20px 0px 20px;
    }
    .boder_bottom_none{
        border-bottom: 1px solid var(--white);
    }
    .new_landing_sixth_sub_inner_box:last-child{
        border: 0;
    }
    .new_landing_sixth_sub_inner_section {
        padding-top: 10px;
    }
    .new_landing_sixth_sub_inner_box img {
        width: 50px;
        height: 50px;
    }
    .white_round {
        width: 60px;
        height: 60px;
    }
    .new_landing_seventh_right_content .new_landing_common_title p {
        font-size: 18px;
    }
    .new_landing_eighth_section_title h3 {
        font-size: 22px;
    }
    .new_landing_footer{
        background-position: center;
    }
}
@media (max-width: 425.98px){
    .new_landing_left_logo img {
        width: 120px;
    }
    .reserve_btn {
        margin: 0 6px;
        padding: 4px 12px;
        font-size: 14px;
    }
    .px-120 {
        padding: 0 20px;
    }
    .new_landind_second_content h3 {
        font-size: 30px;
    }
    .video_play_btn img {
        width: 60px;
    }
    .video img {
        border-radius: 20px;
    }
    .new_landing_common_title h3 {
        font-size: 22px;
        max-width: 300px;
    }
    .new_landing_fourth_inner_box_content h4 {
        font-size: 18px;
    }
    .new_landing_fifth_sub_box span {
        font-size: 16px;
        margin-left: 10px;
    }
    .new_landing_fifth_sub_box img {
        width: 32px;
    }
    .new_landing_sixth_inner_section .new_landing_common_title p {
        font-size: 16px;
    }
}
/******************************* end_responsive_css *******************************/
