html,
body,
div,
ul {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.card {
    height: 400px;
    margin: 0 auto;
    padding: 30px;
    width: 600px;
}

.card a.thumb {
    float: left;
    width: 100px;
    height: 60px;
    margin: 0 5px 10px 0;
}

.card a.thumb img {
    max-width: 100%;
    max-height: 100%;
}

.back {
    background-color: #505050;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 15px 15px 15px 15px;
    text-align: center;
    width: 100%;
}

.front {
    background-color: #505050;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    height: 80%;
    padding: 15px 15px 15px 15px;
    text-align: center;
    width: 100%;
}

.front-main {
    float: left;
    background: url('../images/background.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.logo {
    float: left;
    width: 220px;
    background: rgba(255, 255, 255, 0.7);
    padding: 12px;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    border-right: 1px solid #303030;
}

.info-div {
    float: right;
    color: #000000;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 30px;
    left: auto;
    height: 110px;
    margin: auto;
}

.info-div a {
    color: #000;
    text-decoration: none;
}

.info-div a:hover {
    color: #000;
    text-decoration: none;
}

.p-title {
    font-size: 19px;
}

.img-div {
    width: auto;
    float: left;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    height: 204px;
    margin: auto;
}

.back-main {
    float: left;
    background: url('../images/backbg.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.social a {
    margin-right: 5px;
}

.social a img {
    width: 20px;
}

.social {
    margin-top: 5px;
}

.back-div {
    float: left;
    width: 100%;
}

.addressDiv {
    width: 100%;
    float: left;
    margin-top: 125px;
    font-size: 15px;
    font-weight: 600;
}

.addressDiv a {
    text-decoration: none;
    color: #000;
}

.addressDiv a:hover {
    text-decoration: none;
    color: #000;
}

.right-arrow {
    /*
	float: right; 
	margin-right: 24px; 
	margin-top: 8px;
	*/
    position: absolute;
    left: 0;
    bottom: 18px;
}

.right-arrow img {
    width: 30px
}

.left-arrow {
    /*
	float: left; 
	margin-left: 15px; 
	margin-top: 10px;
	*/
    position: absolute;
    right: 0;
    bottom: 18px;
}

.left-arrow img {
    width: 30px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /*opera*/
    transform: rotate(180deg);
    /*likely future standard*/
}

.effect,
.effect1,
.effect2,
.effect3,
.effect4,
.effect5,
.effect6,
.effect7,
.effect8,
.effect9,
.effect12,
.effect13,
.effect14 {
    display: none;
}

.enq-div img {
    width: 15px;
    margin-right: 5px;
}

.left {
    float: left;
    font-size: 15px;
    margin-top: 25px;
    margin-left: 50px;
    text-align: left;
}

.right {
    float: right;
    font-size: 15px;
    margin-top: 25px;
    margin-right: 50px;
    text-align: left;
}

.left img {
    width: 30px;
}

.right img {
    width: 30px;
}

.addressDiv p {
    color: #3399CC;
}

.right-arr-sug {
    position: absolute;
    right: 0px;
    bottom: -35px;
    color: #000;
    text-align: left;
}

.left-arr-sug {
    position: absolute;
    left: 0px;
    bottom: -35px;
    color: #000;
    text-align: left;
}

.dialog .modal-dialog {
    width: 360px;
    margin: 50px auto;
}

.dialog .modal-body {
    padding: 20px;
}

.dialog .modal-header {
    border-bottom: none;
    padding: 10px 15px;
}

.dialog input {
    margin: 9px 3px;
}

.dialog .btn {
    background: #25D366;
    border: 1px solid #25D366;
    color: #fff;
    margin-left: 86px;
}

.dialog .btn:hover {
    background: #1fad53;
    border: 1px solid #1fad53;
    color: #fff;
}


/****************************************RESPONSIVE CSS START *******************************************************/

@media (min-width: 320px) and (max-width: 480px) {
    .card {
        width: 95%;
        padding: 50px 10px 13px 10px;
        margin: 0;
        height: 300px;
        margin-top: 18%;
    }
    .logo {
        width: 150px;
        margin-top: 0px;
    }
    .front {
        padding: 10px;
    }
    .right-arrow img {
        width: 20px;
    }
    .right-arrow {
        margin-right: 15px;
        bottom: 15px;
    }
    .info-div {
        font-size: 13px;
        right: 15px;
        height: 85px;
    }
    .p-title {
        font-size: 15px;
    }
    .img-div {
        left: 10px;
        height: 136px;
    }
    .social a img {
        width: 18px;
    }
    .back {
        padding: 10px;
    }
    .services {
        margin-top: 15px;
        font-size: 9px;
    }
    .enq-div .p-title {
        font-size: 9px;
    }
    .enq-div p {
        font-size: 9px;
        margin-top: 5px;
    }
    .enq-div img {
        width: 12px;
    }
    .addressDiv p {
        font-size: 12px;
    }
    .addressDiv {
        margin-top: 80px;
    }
    .left {
        font-size: 13px;
        margin-top: 15px;
        margin-left: 20px;
    }
    .left p {
        margin-bottom: 5px;
    }
    .left img {
        width: 25px;
    }
    .right {
        font-size: 13px;
        margin-top: 15px;
        margin-right: 20px;
    }
    .right p {
        margin-bottom: 5px;
    }
    .right img {
        width: 25px;
    }
    .left-arrow img {
        width: 20px;
    }
    .left-arrow {
        margin-left: 15px;
        bottom: 15px;
    }
    .follow img {
        width: 18px;
    }
    .follow h4 {
        font-size: 16px;
        margin: 2px 0;
    }
    .mobileapp img {
        width: 18px;
    }
    .mobileapp h4 {
        font-size: 16px;
        margin: 2px 0;
    }
    .link img {
        width: 100px;
    }
    .link h4 {
        font-size: 16px;
        margin: 2px 0;
    }
    .dialog .modal-dialog {
        width: 330px;
    }
    .dialog .modal-body {
        padding: 13px;
    }
    .dialog p {
        font-size: 13px;
    }
}

@media (min-width: 320px) and (max-width: 370px) {
    .img-div {
        height: 96px;
    }
    .logo {
        width: 100px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .card {
        padding: 17px 10px 13px 20px;
        margin: 0;
    }
    .addressDiv {
        margin-top: 35px;
    }
}


/****** popover css**********/

.popover-content {
    font-size: 12px;
}

.left-popoverarrow img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /*opera*/
    transform: rotate(180deg);
    /*likely future standard*/
}

.popover-remove {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.8);
    margin: auto;
    position: absolute;
    z-index: 1070;
    background-color: rgb(255, 255, 255);
    left: 10%;
    bottom: 10%;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}


/******popover css **********/


/* ================== Floting Button ========================== */

#floating-button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #db4437;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}

.plus {
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 7px;
    margin: 0;
    line-height: 55px;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}

#container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 50px;
}

#container-floating:hover {
    height: 400px;
    width: 90px;
    padding: 30px;
}

#container-floating:hover .plus {
    animation: plus-in 0.15s linear;
    animation-fill-mode: initial;
}

.edit {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
}

#container-floating:hover .edit {
    animation: edit-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: initial;
}

@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.nds {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
    padding: 7px;
}

.nd1 {
    background: #1A73E8;
    right: 110px;
    bottom: 30px;
    color: #FFF;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.nd3 {
    background: #25d366;
    right: 70px;
    bottom: 30px;
    color: #FFF;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

.nd4 {
    background: #06C;
    right: 40px;
    bottom: 240px;
    color: #FFF;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.nd1 .wats {
    font-size: 22px;
    margin-top: 9px;
    margin-left: 9px;
}

.nd4 .wats {
    font-size: 22px;
    margin-top: 9px;
    margin-left: 12px;
}

.nd3 .wats {
    font-size: 22px;
    margin-top: 9px;
    margin-left: 9px;
}

@keyframes bounce-nds {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

#container-floating:hover .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
    animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
    animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
    animation-delay: 0.2s;
}