@font-face {
    font-family: BebasNeue;
    src: url(fonts/BebasNeue-Regular.otf);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a {
    background-color: transparent;
}
b,
strong {
    font-weight: 700;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
img {
    border: 0;
}
.card img {
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin-bottom: 50px !important;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
p {
    margin: 0 0 10px;
}
.text-center {
    text-align: center;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10000;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
body {
    margin: 0;
    padding: 0;
}
a {
    transition: 0.2s all !important;
    text-decoration: none !important;
}
a:hover {
    color: #73ad38 !important;
}
.sim-row {
    /*width: 100%;*/
    position: relative;
}
.sim-row-header1-nav-logo {
    float: left;
    height: 80px;
    text-align: center;
    overflow: hidden;
}
.sim-row-header1-nav-logo img {
    height: 80px;
    width: auto;
}
body {
    padding-top: 90px;
    font-size: 15px;
    line-height: 1.52;
    color: #646464 !important;
    font-size: 15px;
    font-weight: 400;
}
.g-p {
    font-size: 15px;
}
.aa-nav {
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: -1px;
    left: 0;
    height: 90px;
    z-index: 98;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}
.aa-nav-icon {
    height: 45px;
    float: left;
    margin-top: 18px;
}
.aa-nnav-icon {
    height: 50px;
    float: left;
    margin-top: 20px;
}
.aa-nav-items {
    margin: 0;
    line-height: 95px;
    list-style: none;
}
.aa-nav-items li.active {
    color: #d1004f;
}
.aa-nav-items > li {
    display: inline-block;
    padding-left: 30px;
}
.aa-nav-items > li > a {
    text-decoration: none;
    font-size: 17px;
    color: #646464;
    transition: 0.2s ease-in-out;
}
.aa-nav-items > li > a:hover {
    color: #693;
}
.aa-icon-bar {
    background-color: #474747;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
    transition: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.aa-hamburger-menu {
    cursor: pointer;
    position: fixed;
    top: 38px;
    right: 25px;
    z-index: 999;
    display: none;
}
.aa-hamburger-menu:hover > .aa-icon-bar {
    background-color: #693;
}
.aa-hamburger-menu:not(.collapsed) .aa-icon-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.aa-hamburger-menu:not(.collapsed) .aa-icon-bar:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}
.aa-hamburger-menu:not(.collapsed) .aa-icon-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.aa-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    z-index: 99;
    display: none;
}
.aa-mobile-nav-items {
    padding: 0;
    margin: 65px 0;
    text-align: center;
    list-style: none;
}
.aa-mobile-nav-items > li {
    display: block;
    padding-top: 30px;
}
.aa-mobile-nav-items > li > a {
    text-decoration: none;
    font-size: 25px;
    color: #000;
}
.aa-mobile-nav-items > li > a:hover {
    color: #693;
}
#RandomLinks {
    padding-top: 0;
    padding-left: 170px;
    padding-right: 170px;
    padding-bottom: 20px;
    text-align: center;
}
.ml-5 {
    margin-left: 5px;
}
.mr-5 {
    margin-right: 5px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: #693;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 100;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 12px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #90c838;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
#lead_form {
    animation: 0.2s fadeIn;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    visibility: hidden;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
.bg-color2 {
    min-height: 90px;
}
.text-center {
    text-align: center;
}
.quote2 {
    text-align: center;
    vertical-align: middle;
}
.intro-para2 {
    color: #fff;
    margin-top: 12px;
    font-family: 30px;
    font-family: BebasNeue, sans-serif;
}
.big-text {
    font-size: 45px;
    font-weight: bolder;
    color: #5b5b5b;
}
.page-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #693 !important;
}
.page-subtitle-single{
	margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #693 ;
}
.npage-spacer-single{
    margin: 30px;
}
.mt-0{
    margin-top: 0px !important;
}
.opening-p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #f26722;
}
.verbiage {
    font-size: 15px;
}
.contact-title {
    border-top: 2px #693 solid;
    font-size: 15px;
    font-weight: 600;
    color: #646464;
    padding-top: 10px;
}
.contact-title2 {
    font-size: 15px;
    font-weight: 600;
    color: #646464;
}
.contact-txt {
    color: #646464;
    font-size: 15px;
}
.green-txt {
    font-size: 15.4px;
    font-weight: 600;
    color: #f26722 !important;
    text-decoration: none !important;
    transition: 0.2s all;
    margin-bottom: 10px;
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}
.green-txt:hover {
    color: #ff6d25 !important;
    text-decoration: none !important;
}
blockquote {
    margin-bottom: 10px !important;
}
.m-link {
    color: #693 ;
    text-decoration: none !important;
    transition: 0.3s all;
}
.m-link:hover {
    color: #7bb83e ;
}
.sidebar-links {
    margin-bottom: 10px;
}
.copyright {
    text-align: center;
    padding-top: 30px;
}
.copr-div {
    background-color: #f1f1f1 !important;
    padding-bottom: 30px;
}
.footer-top {
    background: #f9f9f9;
    color: #717f86 !important;
    font-size: 14px;
}
.footer-top .footer-info img {
    margin: 0 0 -4px 0;
    padding: 2px 0 2px 10px;
}
.footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}
.footer-links {
    margin-bottom: 30px;
}
.footer-top h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
.footer-top {
    padding: 25px 0 0 0;
}
.footer-top h4::before {
    right: 0;
    background: #dedede;
}
.footer-top h4::after {
    background: #693;
    width: 60px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.footer-links ul li:first-child {
    padding-top: 0;
}
.footer-links ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
}
.footer-top h4::after,
.footer-top h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
.footer-info h4::after,
.footer-info h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
.footer-info h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
.footer-info h4::before {
    right: 0;
    background: #dedede;
}
.footer-info h4::after {
    background: #693;
    width: 60px;
}
.footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}

.footer-links ul a {
    color: #939393;
    transition: 0.2s all;
    text-decoration: none;
}
.footer-top .footer-contact p {
    line-height: 26px;
}
.a_storelink{
    font-weight: bold;
}
.btn-solid2 {
    background-color: #693;
    color: #fff;
    transition: 0.2s all;
    margin-top: 10px;
    border: 2px solid #693 !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.copyright {
    text-align: center;
    padding-top: 30px;
}
.copr-div {
    background-color: #f1f1f1 !important;
    padding-bottom: 30px;
}
.footer-top .footer-newsletter input[type="submit"] {
    background: #693;
    border: 0;
    width: 30%;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
.sim-row-header1-nav-logo {
    width: auto;
}
.sim-row-header1-nav-logo img {
    height: 45px !important;
    width: auto;
}
.bg-white {
    background: #fff;
    padding-top:20px;
}
ffd02b
.con-marg {
    padding-top: 1%;
    padding-bottom: 15px;
    font-family: Hind, sans-serif !important;
}
.otherNpages {
    color: #693;
    transition: 0.2s all;
}
.otherNpages:hover {
    text-decoration: none;
    color: #7ebb40;
}
.otherNpages-div {
    margin-bottom: 10px;
}
.otherNpages-p {
    margin-bottom: 5px;
    font-size: 15px;
}
.no-mb {
    margin-bottom: 0 !important;
}
.main-img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
.main-img-single{
    height: auto;
    width: 100%;
}
.parallax {
    margin-top: 0;
    background-image: url(https://andovercg.com/storage/banner4.jpg);
    height: 100%;
    background-size: cover;
    padding: 15px;
}
.social-container {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.social-icons {
    padding: 0;
    list-style: none;
}
.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}
.social-icons i {
    color: #fff;
    position: absolute;
    top: 21px;
    left: 21px;
    transition: all 265ms ease-out;
}
.social-icons a {
    display: inline-block;
}
.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    margin-right: 25px;
    background: linear-gradient(45deg, #693, #87c549);
    transition: all 265ms ease-out;
}
.btn-success {
    color: #fff;
    background-color: #693;
    border: 1.5px solid #693;
}
.btn-success:hover {
    color: #fff !important;
    background-color: #5a882c;
    border: 1.5px solid #5a882c;
}
.btn-success:focus {
    color: #fff !important;
    background-color: #5a882c;
    border: 1.5px solid #5a882c;
}
.btn-success-outline {
    color: #693;
    background-color: #fff;
    border: 1.5px solid #693;
}
.btn-success-outline:hover {
    color: #fff !important;
    background-color: #693;
    border-color: #693;
}
.btn-success-outline:focus {
    color: #fff !important;
    background-color: #693;
    border-color: #693;
}
.mb-10 {
    margin-bottom: 10px;
}
.plpr-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.c-green {
    color: #693 !important;
}
.center {
    display: block;
    text-align: -webkit-center;
}
.mt-10 {
    margin-top: 10px;
}
.sticky-footer-nav {
    background: #693;
    border-color: #693;
    color: #fff;
}
.d-none {
    display: none;
}
.btn-sell-2 {
    background-color: #f26722;
    color: #fff;
    border-color: #f26722 !important;
}
.btn-sell-2:hover {
    background-color: #dd5c1c !important;
    color: #fff !important;
    border-color: #dd5c1c !important;
}
.btn-sell-2:focus {
    background-color: #dd5c1c !important;
    color: #fff !important;
    border-color: #dd5c1c !important;
}
#RandomLinks a {
    color: #693;
    transition: 0.4s all;
}
#RandomLinks a:hover {
    color: #497121;
    font-weight: 700;
}
.w-100 {
    width: 100%;
}
.w2-100 {
    max-width: 200px;
    width: 100%;
}
.andoverSideLogo {
    position: relative;
    left: 0;
    top: 0;
}
.LeadFormBlock {
    display: block;
}
.social-icons svg {
    color: #fff;
    position: absolute;
    top: 18px;
    left: 18px;
    transition: all 265ms ease-out;
    height: 25px;
    width: 25px;
}
#RandomProducts a {
    color: #693;
    transition: 0.4s all;
}
#RandomProducts a:hover {
    color: #497121 !important;
    font-weight: 700;
}
.ad-card {
    border: solid 1px #dedede;
    padding: 1pc 1pc 2pc 1pc;
}
.btn-success {
    color: #fff;
    background-color: #693;
    border-color: #693;
}
.ad-card .price{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ad-card img {
    width: 100%;
}
/*CATEGORY CSS*/
.contact-txt {
    color: rgb(100, 100, 100);
    font-size: 15px;
}
.sidebar-blogs img {
    width: 100%;
}

/*ARTICLES CSS*/
#articleSect .article_category{
    padding: 4px 10px;
    background: #ffd02b;
    color: black;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
    text-transform: uppercase;
}

#articleSect .articlesiectionlink{
    color: black !important;
    font-weight: 700;
}

#articleSect .articlesiectionlink{
    color: black !important;
    font-weight: 700;
}
#articleSect .article_date{
    color: #aaaaaa;
    margin-top: 10px;
}

#articleSect .articlesection_img{
    cursor: pointer;
    width: 100%;
    object-fit: cover;
    height: 120px;
}
#articleLink .article_category{
    background: #693;
    width: fit-content;
    color: white;
    padding: 3px 12px;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    top: -23px;
}

#articleLink .articlesidebar_img{
    cursor: pointer;
    width: 100%;
    object-fit: cover;
    height: 100px;
}

#articleLink .articlesidebar_link{
    font-weight: 700;
    color: #693;
    position: relative;
    top: -20px;
}

#articleLink .article_date{
    position: relative;
    top: -10px;
    color: #aaaaaa;
}
/* --------------------------- footer_2 */
.display_block{
  display: block;
}
/* ------------------------- master_template */
.position_relative{
  position: relative;
}
.left_0{
  left: 0px;
}
.top_0{
  top: 0px;
}
