﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@charset "utf-8";
/* CSS Document */
/*  @ FONTFACE  ---------------------- */
@font-face {
    font-family: 'Serpentine_std_BOLD';
    src: url('fonts/SERPENTINESTD-BOLD.eot');
    src: url('fonts/SERPENTINESTD-BOLD.eot?#iefix') format('embedded-opentype'), url('fonts/SERPENTINESTD-BOLD.woff') format('woff'), url('fonts/SERPENTINESTD-BOLD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Serpentine_std_BOLD_OBLIQUE';
    src: url('fonts/SERPENTINESTD-BOLDOBLIQUE.eot');
    src: url('fonts/SERPENTINESTD-BOLDOBLIQUE.eot?#iefix') format('embedded-opentype'), url('fonts/SERPENTINESTD-BOLDOBLIQUE.woff') format('woff'), url('fonts/SERPENTINESTD-BOLDOBLIQUE.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Serpentine_std_MEDIUM';
    src: url('fonts/SERPENTINESTD-MEDIUM.eot');
    src: url('fonts/SERPENTINESTD-MEDIUM.eot?#iefix') format('embedded-opentype'), url('fonts/SERPENTINESTD-MEDIUM.woff') format('woff'), url('fonts/SERPENTINESTD-MEDIUM.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CaviarDreamsItalic';
    src: url('fonts/CaviarDreams_Italic-webfont.eot');
    src: url('fonts/CaviarDreams_Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/CaviarDreams_Italic-webfont.woff') format('woff'), url('fonts/CaviarDreams_Italic-webfont.ttf') format('truetype'), url('fonts/CaviarDreams_Italic-webfont.svg#CaviarDreamsItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CaviarDreamsBoldItalic';
    src: url('fonts/CaviarDreams_BoldItalic-webfont.eot');
    src: url('fonts/CaviarDreams_BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/CaviarDreams_BoldItalic-webfont.woff') format('woff'), url('fonts/CaviarDreams_BoldItalic-webfont.ttf') format('truetype'), url('fonts/CaviarDreams_BoldItalic-webfont.svg#CaviarDreamsBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CaviarDreamsRegular';
    src: url('fonts/CaviarDreams-webfont.eot');
    src: url('fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/CaviarDreams-webfont.woff') format('woff'), url('fonts/CaviarDreams-webfont.ttf') format('truetype'), url('fonts/CaviarDreams-webfont.svg#CaviarDreamsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

body, td, th {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 100%;
    line-height: 100%;
    line-height: 1;
}

a {
    outline: none;
    text-decoration: none;
    border: none;
    outline: 0;
    outline: none;
}

img, button {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 100%;
    line-height: 1;
    word-break: keep-all;
    text-wrap: none;
}

hr {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* -------------- */
/* PROJECT STYLES */
/* Project specific styles starts here */
body {
    background-color: #fdfdfd;
    background-image: url(../images/legal_bg_gradient.webp);
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto;
}

h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-transform: none;
    line-height: 100%;
    line-height: 1;
}

.latest-news-pic {
    width:400px;
}

a {
    color: #6f6f6f;
}

    a:focus, a:active {
    }

p, li, label, select {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 100%;
    line-height: 1;
}

.p_img {
    vertical-align: middle;
}

label {
    font-size: 12px;
}

.main_container {
    position: relative;
    margin: 0 auto;
    border: 0px solid #999;
    margin-bottom: 0px;
    margin-top: 0px;
    box-sizing: border-box;
    padding-bottom: 0px;
    padding-top: 0px;
}

.main_web_container {
    width: 800px;
}

    .main_web_container .p_img {
        vertical-align: middle;
        padding-right: 10px;
    }

    .main_web_container .policy_details_cont {
        background-color: #b3b5b7;
        box-sizing: border-box;
        float: right;
        width: 634px;
        height: 53px;
        overflow: hidden;
    }

        .main_web_container .policy_details_cont .price_white {
            color: #FFF;
            font-size: 20px;
        }

        .main_web_container .policy_details_cont p {
            font-size: 15px;
            color: #484848;
        }

        .main_web_container .policy_details_cont .p_img {
            padding-right: 0px;
        }

.main_content_container {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.main_web_content_cont {
    height: 407px;
    /*overflow: hidden;*/
}

.web_form_cont, .thanks_box_cont {
    float: right;
    position: relative;
    margin-right: 13px;
    margin-top: 13px;
    /*background-image: url(../images/web_form_bg.webp);
    background-repeat: no-repeat;
    background-position: left top;*/
    width: 371px;
    height: 376px;
}

.web_form_cont {
    background-image: none !important;
    background-color: #ffffff;
}

.thanks_box_cont {
    background-image: none!important;
    background-color: #ffffff99;
}

    .web_form_cont .padding_container {
        padding: 25px 0px 0px 14px;
    }

    .web_form_cont h1 {
        text-align: left;
        line-height: 60%;
        line-height: 0.6;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-right: 21px;
    }

    .web_form_cont .h1_sub {
        color: #000000;
    }

    .web_form_cont .form_input_icon {
        float: left;
        padding-top: 10px;
    }

    .web_form_cont p {
        font-size: 18px;
        padding: 10px 0px 10px 0px;
        line-height: 100%;
        line-height: 1;
        color: #000000;
    }

    .web_form_cont .form_submit_btn {
        position: absolute;
        bottom: 32px;
        left: 14px;
        cursor: pointer;
        display: block;
        margin: 0px 0px 0px 0px;
    }

    .web_form_cont .input_text {
        float: right;
        width: 288px;
        height: 40px;
        overflow: hidden;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        text-align: left;
        color: #000000;
        padding: 10px;
        box-sizing: border-box;
        border: none;
        appearance: normal;
        background-color: #FFFFFF;
        line-height: 100%;
        line-height: 1;
        margin: 10px 27px 10px 0px;
    }



.contact_container {
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px 0px 0px 0px;
    background-color: #4b4c4c;
}

    .contact_container p {
        text-align: center;
        color: #FFFFFF;
        font-weight: normal;
    }

    .contact_container a, .contact_container a:active, .contact_container a:visited {
        color: #FFFFFF;
        font-weight: bold;
    }

.main_web_container .contact_container p {
    font-size: 18px;
}

/* MAIN TOP HEAD */
.main_top_head_container {
    position: relative;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #c32a27;
    height: 186px;
    margin-bottom: 0px;
}

.top_head_copy_cont {
    float: left;
    background-color: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 3px solid #FFFFFF;
    width: 345px;
    height: 138px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}

    .top_head_copy_cont p {
        padding: 20px;
        line-height: 100%;
        line-height: 1;
    }

        .top_head_copy_cont p:first-child {
            font-family: "Poppins", sans-serif;
            font-size: 20px;
            padding-bottom: 10px;
        }

        .top_head_copy_cont p:last-child {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            font-family: "Poppins", sans-serif;
            font-size: 17px;
            box-sizing: border-box;
        }

.top_head_photo {
    position: absolute;
    top: 0px;
    right: 40px;
}

.top_social_cont {
    width: 40px;
    float: right;
}

    .top_social_cont img {
        display: block;
        margin-bottom: 10px;
    }

/* FOOTER STUFFS */
.main_page_footer {
    position: relative;
    margin-bottom: 0px;
}

.page_legal_policies .main_page_footer, .page_about_us_index .main_page_footer, .page_funeral_plans_index .main_page_footer {
    position: absolute;
    left: 0px;
    bottom: 40px;
    margin-bottom: 0px;
    width: 100%;
}

.footer_links_cont p {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #292828;
}

.footer_links_cont a, .footer_links_cont a:visited {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: bold;
}

    .footer_links_cont a:hover {
        transition: color 0.5s ease;
        color: #c32a27;
    }

.footer_copyright_cont {
    position: relative;
    background-color: #d2232a;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

    .footer_copyright_cont p {
        color: #FFFFFF;
        font-size: 11px;
        padding: 15px;
        text-align: center;
        line-height: 140%;
        line-height: 1.4;
    }

        .footer_copyright_cont p a, .footer_copyright_cont p a:visited {
            color: #ffffff;
        }

/* PAGE STYLES */
.page_h1 {
    font-size: 28px;
    font-weight: normal;
    padding: 20px 0px 20px 0px;
}

.page_sub_h1 {
}


/* MODAL / LIGHTBOX */
.modal_mask {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80); /* IE */
    -moz-opacity: 0.8; /* Mozilla */
    opacity: 0.8; /* CSS3 */
}

.modal_cont {
    display: none;
    background-color: #FFFFFF;
    width: 500px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -250px;
    padding-bottom: 20px;
}

    .modal_cont p {
        padding: 20px;
        font-size: 14px;
        text-align: center;
    }

.modal_head {
    background-color: #c32a27;
    padding: 15px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
}

.modal_action_cont {
    width: 400px;
    margin-left: 50px;
    padding-top: 15px;
}

.btn_modal_left {
    float: left;
}

.btn_modal_right {
    float: right;
}

    .btn_modal_left:hover, .btn_modal_right:hover {
        background-color: #292828;
    }

    .btn_modal_left p, .btn_modal_right p {
        color: #FFFFFF;
        margin-left: 30px;
        margin-right: 30px;
    }

/* PAGE: WEB - FORM ELEMENTS */
.contact_input {
    position: relative;
    border: 1px solid #CCC;
    width: 420px;
    margin-bottom: 7px;
}

.landing-page-legal-line {
    padding: 20px 20px 20px 20px;
    color: #000000;
    font-size: 15px;
}

/* PAGE: WEB - THANKS */
.thanks_form_padding {
    padding: 25px 21px 0px 14px;
}

.thanks_box_icon {
    position: relative;
    left: 50%;
    margin-left: -54px;
    margin-top: 30px;
    padding-bottom: 0px;
}

.thanks_box_cont h1 {
    text-align: center;
    line-height: 60%;
    line-height: 0.6;
    padding-top: 0px;
    padding-bottom: 20px;
}

.thanks_box_cont p {
    text-align: center;
}

.thanks_box_cont .form_submit_btn {
    position: absolute;
    bottom: 20px;
    left: 14px;
    cursor: pointer;
    display: block;
    margin: 0px 0px 0px 0px;
}


.web_form_cont .input_text {
    border: 1px solid #e2e2e3;
}


.frame_input_marked {
    border: 1px solid #F00;
}

.frame_input_checked {
    border: 1px solid #090;
}


/* HELPER STYLES */
.CONTAINER_MARGINS {
    margin: 10px;
}

.LEFT_MARGINS {
    margin-left: 20px;
}

.RIGHT_MARGINS {
    margin-right: 20px;
}

.SIDE_MARGINS {
    margin-left: 10px;
    margin-right: 10px;
}

.BOTTOM_MARGINS {
    margin-bottom: 10px;
}

.TOP_MARGINS {
    margin-top: 20px;
}

.CONTAINER_PADDING {
    padding: 20px;
}

.LEFT_PADDING {
    padding-left: 20px;
}

.RIGHT_PADDING {
    padding-right: 20px;
}

.SIDE_PADDING {
    padding-left: 10px;
    padding-right: 10px;
}

.BOTTOM_PADDING {
    padding-bottom: 10px;
}

.TOP_PADDING {
    padding-top: 10px;
}

.NO_PADDING {
    padding: 0px 0px 0px 0px !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.NO_LEFT_MARGIN {
    margin-left: 0px !important;
}

.NO_RIGHT_MARGIN {
    margin-right: 0px !important;
}

.BG_WHITE {
    background-color: #FFFFFF;
}

.BG_RED {
    background-color: #c32a27;
}


.clear {
    clear: both;
}

.clear_right {
    clear: right;
}

.clear_left {
    clear: left;
}

.BLOCK {
    display: block;
}

.LEFT {
    float: left;
}

.RIGHT {
    float: right;
}

.COPY_CENTER {
    text-align: center;
}

.COPY_LEFT {
    text-align: left;
}

.COPY_RIGHT {
    text-align: right;
}

.COPY_JUST {
    text-align: justify !important;
}

.COPY_RED {
    color: #c32a27;
}

.COPY_GOLD {
    color: #b4923b;
}

.COPY_GREY {
    color: #292828;
}

.COPY_DARK_GREY {
    color: #292828;
}

.COPY_BLACK {
    color: #000000;
}

.COPY_WHITE {
    color: #FFFFFF;
}

.COPY_SMALLEST {
    font-size: 10px;
}

.COPY_UPPER {
    text-transform: uppercase;
}

.FULL_WIDTH {
    width: 100%;
}

.DESKTOP {
    display: inherit;
}

.MOBILE {
    display: none;
}

.desktop-view {
    display: block;
}

.desktop-tablet-view {
    display: inline-block;
}

.tablet-view {
    display: none;
}

.mobi-small-medium-view {
    display: none;
}

.mobile-med-view {
    display: none;
}

.mobile-sml-view {
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 70px;
    height: 8px;
    background-color: #333;
    margin: 12px 0;
    transition: 0.4s;
    border-radius: 10px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-22px, 14px);
    transform: rotate(-45deg) translate(-22px, 14px);
    -moz-transform: rotate(-45deg) translate(-22px, 14px);
    -ms-transform: rotate(-45deg) translate(-22px, 14px);
    background-color: white;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-12px, -8px);
    transform: rotate(45deg) translate(-12px, -8px);
    -moz-transform: rotate(45deg) translate(-12px, -8px);
    -ms-transform: rotate(45deg) translate(-12px, -8px);
    background-color: white;
}

.menu-container {
    display: inline-block;
    cursor: pointer;
}

.header-logo-container {
    display: inline-block;
}

.mobile-menu-options-container-show {
    width: 100%;
    position: fixed;
    background-color: #c22a27;
    z-index: 999;
    top: -10px;
    left: 0;
    right: 0;
    display: block;
    padding-bottom: 30px;
}

.mobile-menu-options-container-hide {
    display: none;
}

.mobile-menu-options-container {
    margin-top: 60px;
    font-size: 25px;
    margin-left: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: lighter;
}

.burger-container {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1000;
}

.mobile-menu-option {
    display: block;
    color: white;
    padding: 0 0 30px 0;
}

@media screen and (min-width: 993px) {
	.main_container.campaign-footer {
		width:800px;
	}

	.main_container.campaign-footer p {
		text-align:left;
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width: 992px) {
    .desktop-view {
        display: none;
    }

    .responsive-header-logo {
        max-width: 100%;
        padding-top: 10px;
        padding-left: 10px;
    }

    .policy_details_cont.TOP_MARGINS {
        margin-top: 0 !important;
        width:100% !important;
    }


    .mobi-header-gif {
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 0;
    }

    .main_top_head_container {
        height: 153px !important;
        border: none;
    }

    .desktop-tablet-view {
        display: inline-block;
    }

    .tablet-view {
        display: block;
    }

    .mobi-small-medium-view {
        display: none;
    }

    .mobile-med-view {
        display: none;
    }

    .mobile-sml-view {
        display: none;
    }

    .bar1, .bar2, .bar3 {
        width: 40px !important;
        height: 5px !important;
        margin: 5px 0;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 8px);
        transform: rotate(-45deg) translate(-8px, 8px);
        -moz-transform: rotate(-45deg) translate(-8px, 8px);
        -ms-transform: rotate(-45deg) translate(-8px, 8px);
        background-color: white;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -6px);
        transform: rotate(45deg) translate(-6px, -6px);
        -moz-transform: rotate(45deg) translate(-6px, -6px);
        -ms-transform: rotate(45deg) translate(-6px, -6px);
        background-color: white;
    }

    .mobile-menu-options-container {
        font-size: 18px;
    }

    .main_web_container {
        width: 100%;
    }

    body {
        background-image:none;
        background-color:transparent;
    }

    .main_web_content_cont {
        background-size:cover;
    }
}

@media screen and (max-width:460px) {
    .desktop-view {
        display: none;
    }

    .web_form_cont {
        float: right;
        position: relative;
        margin-right: 13px;
        margin-top: 13px;
        background-image: none;
        /*background-image: url(../images/web_form_bg.webp);
        background-repeat: no-repeat;
        background-position: left top;*/
        width: 371px;
        height: 376px;
    }

    .web_form_cont .form_submit_btn {
        position: unset; 
        bottom: unset; 
        left: unset; 
        display: block;
        margin: 0;
    }

    .main_web_content_cont {
        height: 100%;
        background-size: 420px auto;
        background-position: top left !important;
    }

    .web_form_cont, .thanks_box_cont {
        float: none !important;
        /*margin: 8px auto 0 auto !important;*/
        margin: 8px auto 0 auto !important;
    }

    .thanks_box_cont .form_submit_btn {
        position: unset;
        bottom: unset;
        left: unset;
        margin: 30px auto;
        width: 100%;
    }

    .thanks_box_cont .form_submit_btn img {
        display: block;
        margin: 0 auto;
    }

    .old_campaign .web_form_cont, .old_campaign .thanks_box_cont {
        margin: 0 auto !important;
    }

    .old_campaign .web_form_cont .padding_container {
        padding: 14px 0 14px 14px;
    }

    .old_campaign .web_form_cont {
        /*min-height: 610px;*/
        height: auto;
        display: block;
    }

    .old_campaign .main_content_container,
    .main_content_container.main_web_content_cont {
        padding-top: 220px;
    }

    .desktop-view {
        display: none;
    }

    .desktop-tablet-view {
        display: none;
    }

    .main_web_container .policy_details_cont {
        float: none;
        width: 100%;
        height:auto;
        padding-top:10px;
        padding-bottom:10px;
    }

    .tablet-view {
        display: none;
    }

    .mobi-small-medium-view {
        display: block;
    }

    .mobile-med-view {
        display: block;
    }

    .mobile-sml-view {
        display: none;
    }

    .main_top_head_container {
        height: 100px !important;
        border: none;
    }

    .mobile-header-container {
        max-width: 460px;
    }

    .bar1, .bar2, .bar3 {
        width: 50px !important;
        height: 6px !important;
        margin: 10px 0;
    }

    .burger-container {
        top: 20px !important;
        right: 10px;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-16px, 10px);
        transform: rotate(-45deg) translate(-16px, 10px);
        -moz-transform: rotate(-45deg) translate(-16px, 10px);
        -ms-transform: rotate(-45deg) translate(-16px, 10px);
        background-color: white;
    }

}

@media screen and (max-width: 420px) {
    .desktop-view {
        display: none;
    }

    .web_form_cont, .thanks_box_cont {
        width: 100%
    }

    .main_web_content_cont {
    }

    .main_content_container {
        background-position:left;
    }

    .tablet-view {
        display: none;
    }

    .web_form_cont, .thanks_box_cont {
        float: none !important;
        /*margin: 8px auto 0 auto !important;*/
        margin: 0 auto 0 auto !important;
    }

   

    .main_web_container {
        width: 100%;
    }

    .mobile-med-view {
        display: none;
    }

    .mobile-sml-view {
        display: block;
    }

    .mobile-menu-option {
        padding: 0 0 20px 0;
    }

    .main_top_head_container {
        height: 75px !important;
        border: none;
    }

    .bar1, .bar2, .bar3 {
        width: 40px !important;
        height: 5px !important;
        margin: 5px 0;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 8px);
        transform: rotate(-45deg) translate(-8px, 8px);
        -moz-transform: rotate(-45deg) translate(-8px, 8px);
        -ms-transform: rotate(-45deg) translate(-8px, 8px);
        background-color: white;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -6px);
        transform: rotate(45deg) translate(-6px, -6px);
        -moz-transform: rotate(45deg) translate(-6px, -6px);
        -ms-transform: rotate(45deg) translate(-6px, -6px);
        background-color: white;
    }

    .mobile-menu-options-container {
        font-size: 18px;
    }

    .mobile-menu-option {
        padding: 0 0 20px 0;
    }

    .mobi-view-logo-md {
        display: none;
    }

    .mobi-view-logo-sm {
        display: block;
    }

    .main_web_container {
        width: 100%;
    }

    .burger-container {
        top: 20px !important;
        right: 10px;
    }

    .right-container {
        float:none;
    }

    .left-container {
        float:none;
    }
}
@media screen and (max-width: 420px) {
    .web_form_cont .input_text {
        float: left;
        width: 74%;
        height: 40px;
        margin: 10px 27px 10px 10px;
    }

    .web_form_cont {
        width: 100%!important;
    }

    .web_form_cont .form_submit_btn {
        width: 82%;
        margin: 0 auto;
    }
}
    
