@import url(../fonts/awesome.css);

p a:link,
p a:visited {
	color: #707070;
	text-decoration: underline;
}

p a:hover {
	color: #707070;
	text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: m-regular;
    font-size: 17px;
    color: #707070;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color: #707070;
    font-family: m-bold;
}

p {
    color: #707070;
    margin-bottom: 1.3rem;
}

@font-face {
    font-family: m-regular;
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

@font-face {
    font-family: m-bold;
    src: url(../fonts/MYRIADPRO-BOLD.OTF);
}


@font-face {
    font-family: m-semibold;
    src: url(../fonts/MYRIADPRO-SEMIBOLD.OTF);
}

.bg-pink {
    background: #F2ADBF !important;
}

.pink {
    color: #F2ADBF !important;
}

.m-bold {
    font-family: m-bold !important;
}


.logo {
    width: 300px;
}

.navbar-nav a {
    color: #707070 !important;
    font-family: m-bold !important;
}

.navbar-nav li {
    padding: 5px 20px;
}


.navbar-nav a.active {
    color: #F2ADBF !important;
}

.navbar-nav a:hover {
    color: #F2ADBF !important;
}

.call-link i {
    position: relative;
    right: 2px;
    top: 1px;
}

.border1 {
    width: 100%;
    background: #F2ADBF;
    height: 8px;
}

.banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.banner-home {
    padding-top: 250px;
}

.head1 {
    color: white;
    background: #F2ADBF;
    display: inline-block;
    margin: 0px;
    padding: 8px 15px;
    font-size: 30px;
    font-family: m-regular;
}

.head2 {
    color: white;
    background: #F2ADBF;
    display: inline-block;
    margin: 0px;
    padding: 8px 15px;
    font-size: 40px;
    font-family: m-bold;
}

.banner-bg {
    background: rgba(0,0,0,0.39);
    padding: 30px 0px;
}

    .banner-bg p {
        line-height: 24px;
    }

/**/
.custom-panel {
    border: 0px !important;
    box-shadow: 0px 0px 25px #00000029;
}

.table td {
    border: 0px !important;
}

.td1 {
    width: 38px;
    text-align: center;
}

    .td1 i {
        position: relative;
        top: 2px;
    }

.td3 {
    width: 30px;
    text-align: center;
}

    .td3 i {
        position: relative;
        top: 2px;
    }

.text1 {
    font-size: 20px !important;
}

.table td {
    color: #707070;
}

.table a {
    color: #707070;
    text-decoration: none;
}

.card-header {
    padding: 12px 30px 10px 30px;
}

.table2 td {
    padding-bottom: 0px !important;
}

.table3 td {
    padding-bottom: 0px !important;
    font-size: 16px;
}



.button1 {
    color: white;
    font-family: m-bold;
    background: #F2ADBF;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}

    .button1:hover {
        color: white;
        background: #ec9eb2;
    }

.head3 {
    font-size: 27px;
}

.header-large {
    font-size: 22px;
}

.map-div {
    height: 450px;
}

.icon1 {
    font-size: 20px !important;
}

/**/
.bg-01 {
    background: #F2F2F2;
}

.table-left {
    margin-left: 35px;
}

.days {
    width: 75px;
}

/**/
footer {
    background: #F2ADBF;
    font-family: m-bold;
    padding: 23px 0px;
}

    footer p {
        margin: 0px;
        font-size: 16px;
        color: white;
    }

.list-footer a {
    color: white;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

    .list-footer a:hover {
        color: #fbeeee;
    }


.list-footer li {
    padding-right: 35px;
}
/**/
.sm-0 {
    padding: 0px !important;
}

@media screen and (min-width: 1600px) {
	.banner { background-size: unset !important; }
}



@media(min-width:767px) and (max-width:991px) {

    .head2 {
        font-size: 33px;
    }
}

@media(max-width:767px) {

    .navbar-nav a {
        font-size: 16px;
    }

    .table-left {
        margin-left: 0px;
    }

    .header-large {
        font-size: 17px;
    }



    .logo {
        width: 240px;
    }

    .navbar-nav li {
        padding: 5px 6px;
    }

    .navbar-toggler {
        border: 1px solid gray;
    }

    .head1 {
        font-size: 18px;
        padding: 8px 4px;
    }

    .head2 {
        font-size: 19px;
        padding: 8px 4px;
    }

    .banner-home {
        padding-top: 40px;
    }

    .banner-bg p {
        line-height: 21px;
        font-size: 16px;
    }

    .banner-bg {
        padding: 10px 0px;
    }

    .card-header {
        padding: 12px 10px 10px 18px;
    }

    .card-body {
        padding: 10px;
    }

    .head3 {
        font-size: 24px;
    }

    .map-div {
        height: 240px;
    }

    .list-footer a {
        font-size: 15px;
    }

    .list-footer li {
        padding-right: 0px;
    }
}
