.c-start-body {
    padding:38px !important;
}
.c-left-white {
    background-color:#ffffff !important;
    color:#004762 !important;
}
.c-left-white h1, .c-left-white h2, .c-left-white h3, .c-left-white h4, .c-left-white h5, .c-left-white h6, .c-left-white p, .c-left-white a, .c-left-white span, .c-left-white small, .c-left-white div {
    color:#004762 !important;
}

.c-input-box {
    width: 350px;
    height: 35px;
    padding-left: 3px;
    margin-bottom: 10px;
    margin-left:15px;
}
/*
.c-textarea {
width: 350px;
height: 135px;
padding-left: 3px;
margin-bottom: 10px;
margin-left:15px;
}*/
.c-save-btn {
    margin-left:15px;
    width:250px !important;
}
.c-map-image-div {
    position:relative;
    width: 325px;
    margin: 0 auto;
}
.c-add-place {
    /*margin-left:15px;*/
}
.marker-added, .marker-added-load {
    border-radius:10px;
    cursor:pointer;
}
/*
.c-place-select-box, .c-place-select-box-load {
height:70px;
width:100%;
}*/
.c-dot-active {
    width: 22px !important;
    height: 21px !important;
    background: #9c9;
    color: green;
    opacity: 0.5;
    border-radius: 10px;
    margin-top: -5px;
    margin-left: -6px;
}
.c-start-page-top-text, .c-bold-text {
    letter-spacing:1px;
}
.c-start-page-top-text {
    margin-top:50px;
}
.c-bold-text {
    font-size:25px;
}
.c-start-content {
    width:100%;
    position:relative;
}
.c-start-page {
    width:50%;
    position:absolute;
    text-align:center;
    top:50px;
    margin-left:330px;
    font-size:14px;
}
.c-start-btn-click-div {
    margin-left:500px;
}
.c-id-app{
    transform:none !important;
    margin: auto;
    width: 100%;
    max-width: 1480px;
    height: 1000px;
    background-color: #004762;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    backface-visibility: hidden;
    overflow: hidden; }
}


.c-textbox {
    height:44px;
    max-width:315px;
    padding-left:5px;
}
.c-textarea {
    height:144px;
}
.c-fieldset {
    margin-bottom:22px;
}

/*.c-send-inquiry, .c-thank-mes, .c-print-relevant-info, .c-location-load {
position:absolute;
bottom:72px;
}*/

.c-contact-form-div {
    max-width:350px;
    margin:0 auto;
}

.c-error {
    box-shadow: 0 0 5px 1px #f00;
}
.c-error:-moz-placeholder{
    color:#f00;
}
.c-error:-ms-input-placeholder{
    color:#f00;
}
.c-tank-m {
    padding-left:20px;
    padding-right:20px;
}
.c-social-head {
    font-size:
}
.c-social-head {
    width:178px;
    font-size:15px;
    margin-bottom:40px;
}
.c-calling-slide-up {
    display:none;
}
.c-map img {
    width: 325px;
    height: auto;
    z-index: 6666;
}
.map img {
    width: 666px !important;
    height: 600px !important;
}

.button a {
    color:#fff !important;
}
.button a:hover {
    color:#fff !important;
}

.overlay-content {
    overflow:hidden !important;
    overflow-y:auto !important;
}
.c-right-content-div {
    margin-left:30px;
}
.video {
    width: 100%;
    height: 100%;
    margin-left: -15px;
}

.c-right-content-div img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

/*
*  STYLE 1
*/

.c-custom-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px  !important;
    background-color: #004762  !important;
}

.c-custom-scrollbar::-webkit-scrollbar
{
    width: 12px  !important;
    background-color: #004762  !important;
}

.c-custom-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px  !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)  !important;
    background-color: #0D2D3D  !important;
}

/*
.main .left .slide  .content ul li {
display:list-item !important;
list-style-type: circle !important;
}*/
.main .left .slide  .content ul {
    list-style: none;
}
.main .left .slide  .content ul li:before {
    padding-right:5px;
    content: '✓';
}
.c-email-link {
    color: #fff;
}
.phone {
    font-size:18px !important;
}
@media (max-width: 800px)	{
    .main {
    margin-bottom:61px;
}
.c-right-content-div {
    margin-left:0px;
}
}
@media (max-width: 700px)
{
    .modal-main {
    height: auto !important;
    min-height: 100%;
}
}


.white-link {
    color:#fff;text-transform:uppercase;line-height:70px;letter-spacing:0.1em
}

.infoModal {
    width:40vw;
    height:40vw;
    z-index:1000;
    color: #333;
    position:absolute;
    padding:25px ;
    border:1px solid #cccccc;
    background-color:white;
    left:calc(50% - 20vw);
    top:10vh;
    -webkit-box-shadow:0 0 20px #333; 
    -moz-box-shadow: 0 0 20px #333; 
    box-shadow:0 0 20px #333;
    overflow:auto;
}

.infoModal #close {
    position:absolute;

    border-radius: 25px;
    color: #000;
    z-index:10200;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align:center;
    line-height:38px;
}

.infoModal h2 {
    color: #333;
}
.full {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    float: left;
}
.new-modal p,
.new-modal p span,
.new-modal span,
.new-modal ul li,
.new-modal ol li {
    color: #FFF !important;
}

.modal-text li {
    display: list-item;
    margin-left: 20px;
}

.modal-text a {
    color: #fff;
    text-decoration: underline;
}