footer {
    background-color: #413d3d;
    padding: 100px 0 50px;
}
footer .row1 .headRow {
    height:20px;
    margin-bottom: 15px;
}
footer .row1 .headRow h2 {
    font-family: MontserratSB;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
footer .col1 .mail {
    padding: 40px 0;
}
footer .col1 .sm a {
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
    height: 33px;
    width: 33px;
    color: #413d3d;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
}
footer .col1 .sm a:hover {
    color: #b7274c;
}
footer .row1 a {
    transition: 0.5s ease all;
}
footer .row1 a:hover {
    margin-left: 10px;
}
footer .col1 .newsletter {
    padding-top: 40px;
}
footer .row1 {
    padding-bottom: 50px;
}
footer .col1 .newsletter h2 {
    padding-bottom: 20px;
}
footer .footRow2 {
    border-top: 0 solid #fff;
    padding-top: 30px;
}
footer .footRow2 p:first-child {
    float: left;
}
footer .footRow2 p:last-child {
    float: right;
}
footer a,
footer a:active,
footer a:focus,
footer p,
footer span,
footer ul li {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: Montserrat;
}
footer ul li {
    line-height: 30px;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer a:hover {
    color: #fff;
}
footer form .form-control::placeholder {
    font-family: Montserrat;
    font-size: 14px;
    color: #707070;
}
footer form .form-control {
    padding: 25px 12px;
    border: 0;
    box-shadow: none;
}
footer .input-group-btn {
    background-color: #fff;
    padding: 5px 8px;
}
footer form button.btn {
    background-color: #b7274c;
    border-radius: 0;
}
footer h2 {
    font-family: MontserratSB;
    font-size: 16px;
    color: #fff;
}
footer .tarrif h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 40px 0;
    text-align: left;
}
footer .pricing .btn {
    background-color: #fff;
    color: #024d9f;
    margin-bottom: 10px;
}
#bottomBook {
    margin-top: 10px;
}
#bottomBook .botBook {
    display: flex;
    justify-content: center;
    align-items: center;
}
#bottomBook .botBook a > div {
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bottomBook .botBook a > div span:first-child {
    font-size: 17px;
    transition: 2s ease all;
}
#bottomBook .botBook a:hover .home-globeLat:before {
    transform: rotateX(360deg);
}
#bottomBook .botBook a > div span:nth-child(2) {
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 20px;
}
#bottomBook .botBook .heading {
    background-color: #b7274c;
    padding: 21px 0;
}
#bottomBook .botBook .heading h2 {
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    transform: rotate(-90deg);
}
#bottomBook .botBook .bg-white,
#rightBook .bg-white {
    background-color: #fff;
    border-radius: 100%;
    padding: 15px;
    margin-right: 7px;
}
.bg-pink {
    background-color: #f8e9ed;
    color: #b7274c;
}
.bg-blue {
    background-color: #e5edf5;
    color: #034e9f;
}
#bottomBook .botBook .call {
    background-color: #034e9f;
    padding: 19px;
}
#bottomBook .botBook .call > span {
    font-size: 23px !important;
}
#rightBook {
    position: fixed;
    width: 249px;
    right: 0;
    top: 150px;
    display: flex;
    align-items: start;
    z-index: 1000;
    transform: translate3d(63%, 0, 0);
    transition: 0.5s ease;
}
#rightBook button {
    background-color: #26394d;
    font-family: MontserratSB;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 6px;
    transform: rotate(-90deg);
    padding: 5px 50px 40px;
    position: relative;
    top: 32px;
    right: -12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 10px #000;
}
#rightBook .rgtBox a > div {
    padding: 10px 25px 10px 15px;
    display: flex;
    align-items: center;
}
#rightBook .rgtBox a > div span:nth-child(2) {
    font-family: MontserratSB;
    font-size: 12px;
    line-height: 14px;
}
#rightBook .rgtBox a > div span:first-child {
    font-size: 18px;
}
#rightBook .bg-white {
    z-index: 1;
}
#rightBook .home-phone:before {
    color: #034e9f;
}
.dark-blue {
    background-color: #034e9f;
}
#rightBook .call span:nth-child(2) {
    color: #fff;
}
#rightBook.show-navBar {
    width: 319px;
    transform: translateZ(0);
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
#banner .callIcon:hover .home-phone {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
}
#rightBook .rgtBox a:hover .bg-pink span,
#rightBook .rgtBox a:hover .bg-pink span:before {
    color: #034e9f;
}
#rightBook .rgtBox a:hover .bg-blue span,
#rightBook .rgtBox a:hover .bg-blue span:before {
    color: #b7274c;
}
#rightBook .rgtBox .call:hover {
    background-color: #b7274c;
}
#top-btn {
    position: fixed;
    z-index: 11111;
    font-size: 13px;
    top: 91%;
    left: -50px;
    border-radius: 50%;
    border: #ffdead;
    width: 40px;
    height: 40px;
    background-color: #9d152d;
    color: #e5cdd0;
    transition: 0.5s ease all;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top-btn i {
    font-size: 20px;
    color: #fff;
}
#coo .formArea {
    padding-left: 0;
}
#coo h3,
#coo h4 {
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 24px;
    color: #034e9f;
}
#coo h4 {
    color: #b7274c;
    padding-top: 10px;
}
#coo form label {
    color: #b7274c;
    font-family: Montserrat;
    font-size: 12px;
    position: absolute;
}
#coo form .form-control {
    background-color: #f3f3f3;
    border: 1px solid #b9c6e0;
}
#coo form .form-control,
#coo form .form-control::placeholder {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 22px;
    color: #034e9f;
}
#coo .formCta .btn {
    background-color: #b7274c;
    font-family: MontserratSB;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 14px 55px;
}
#coo form textarea.form-control {
    width: 100% !important;
}
.headings {
    padding: 0;
    margin-top: 30px;
}
.heads-img {
    padding: 0;
}
.footer-stp {
    width: 100%;
    background: #b7274c;
    padding: 16px;
    text-align: center;
}
p.foo-p > a {
    position: relative;
    padding: 0 3%;
    border-right: 2px solid #ccc;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
    #rightBook {
        width: 213px;
    }
    #rightBook button {
        padding: 7px 50px 60px;
        right: -20px;
    }
}
@media only screen and (max-width: 767px) {
    #rightBook.show-navBar {
        width: 220px;
    }
    p.foo-p > a {
        position: relative;
        padding: 0 5px;
        border-right: 2px solid #ccc;
    }
    #rightBook button {
        font-size: 12px;
        padding: 7px 18px 26px;
        top: 8px;
        right: -25px;
    }
    footer {
        padding: 20px 0;
    }
    footer p {
        font-size: 12px;
    }
    footer h2 {
        font-size: 14px;
        padding-bottom: 15px;
    }
    footer a,
    footer span,
    footer ul li {
        font-size: 14px;
        line-height: 24px;
    }
    footer .row1 > .col1,
    footer .row1 > .col2,
    footer .row1 > .col3 {
        padding-bottom: 15px;
    }
    footer .row1 {
        padding-bottom: 20px;
    }
    footer .footRow2 {
        padding-top: 20px;
    }
    footer .footRow2 p:first-child,
    footer .footRow2 p:last-child {
        float: none;
    }
    footer .footRow2 p,
    footer .footRow2 p:first-child {
        font-size: 10px;
        text-align: center;
    }
    #rightBook {
        right: 0;
        transform: translate3d(75%, 0, 0);
        top: 50%;
        z-index: 100;
    }
    #rightBook .home-phone:before {
        color: #fff;
    }
    #bottomBook .botBook .bg-white,
    #rightBook .bg-white {
        background-color: transparent;
        padding: 4px;
        margin-right: 0;
    }
    #bottomBook .botBook a > div {
        flex-direction: column;
        padding: 0 5px;
        height: 100%;
    }
    #bottomBook .botBook a > div span:nth-child(2) {
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }
    #bottomBook .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    #bottomBook .botBook {
        display: block;
    }
    #bottomBook .botBook .heading h2 {
        transform: rotate(0);
        text-align: center;
        font-size: 12px;
        line-height: 12px;
    }
    #bottomBook .botBook .heading {
        padding: 8px 0;
    }
    #bottomBook .botBook .call > span,
    #bottomBook .botBook a > div span:first-child {
        font-size: 16px !important;
    }
    #bottomBook .botBook .call {
        padding: 13px;
    }
    #bottomBook {
        bottom: 10px;
    }
    #top-btn i {
        font-size: 12px;
    }
    #top-btn {
        width: 30px;
        height: 30px;
    }
    footer .row1 .headRow {
        height: auto;
        margin-bottom: 5px;
    }
    footer .col1 .mail {
        padding: 20px 0;
    }
    footer .col1 .newsletter {
        padding-top: 20px;
    }
    footer .row1 .headRow h2,
    footer .tarrif h2 {
        font-size: 16px;
    }
    footer .tarrif h2 {
        padding: 15px 0;
    }
    footer a,
    footer a:active,
    footer a:focus,
    footer span,
    footer ul li {
        font-size: 10px;
        line-height: 28px;
    }
    footer .col1 .sm a {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #rightBook.show-navBar {
        width: 217px;
    }
    #bottomBook .botBook a > div span:nth-child(2) {
        font-size: 14px;
    }
    #bottomBook .botBook a > div span:first-child {
        font-size: 16px !important;
    }
    #bottomBook .botBook .heading h2 {
        font-size: 12px;
    }
    #bottomBook .botBook a > div {
        padding: 10px 5px;
    }
    footer {
        padding: 40px 0;
    }
    footer h2 {
        font-size: 14px;
    }
    footer .row1 {
        padding-bottom: 20px;
    }
    footer a,
    footer p,
    footer span,
    footer ul li {
        font-size: 14px;
    }
    footer form button.btn {
        background-color: #b7274c;
        border-radius: 0;
        font-size: 10px;
        padding: 6px;
    }
    footer form .form-control::placeholder {
        font-size: 10px;
    }
    footer form .form-control {
        padding: 20px 12px;
    }
    #bottomBook .botBook .bg-white,
    #rightBook .bg-white {
        padding: 5px;
    }
    #rightBook button {
        padding: 6px 19px 25px;
        top: 13px;
        right: -28px;
    }
    #rightBook {
        transform: translate3d(72%, 0, 0);
    }
    #rightBook .rgtBox a > div {
        padding: 10px;
    }
    #bottomBook .botBook .call {
        padding: 15px;
    }
    #bottomBook .botBook .heading {
        padding: 12px 0;
    }
    footer .row1 .headRow {
        margin-bottom: 0;
    }
    footer .footRow2 p:first-child,
    footer .footRow2 p:last-child {
        float: none;
        text-align: center;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    footer h2 {
        font-size: 16px;
    }
    footer .row1 {
        padding-bottom: 40px;
    }
    footer a,
    footer p,
    footer span,
    footer ul li {
        font-size: 12px;
        line-height: 26px;
    }
    footer form .form-control::placeholder {
        font-size: 10px;
    }
}/*
@media screen and (min-width: 1200px) {
#rightBook button {
    background-color: #b7274c;
    font-family: MontserratSB;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 6px;
    transform: rotate(-90deg);
    padding: 5px 50px 60px;
    position: relative;
    top: 32px;
    right: -32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 10px #000;
}
}
*/