﻿html, body {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
}

body {
    color: #000000;
    font-size: 16px;
    font-family: 'proxima_novaregular';
}

.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.blinking {
    animation: blink 3s linear infinite;
    font-weight: 700;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.fixed {
}

.mobhiddn {
}

.mobhiddn2 {
}

#header {
}

.deal {
    background: #30318c;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    border: solid 3px #fecd2a;
    padding: 12px 25px;
    text-transform: uppercase;
    margin-top: 20px;
}

    .deal:hover {
        background: #060863;
        color: #fff;
    }

#header .head-cnt {
    float: right;
    margin-top: 13px;
}

    #header .head-cnt ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        #header .head-cnt ul li {
            padding: 0 0 0 40px;
            margin: 0px;
            list-style-type: none;
            font-size: 28px;
            position: relative;
        }

            #header .head-cnt ul li a {
                color: #30318c;
                text-decoration: none;
            }

            #header .head-cnt ul li i {
                position: absolute;
                left: 0;
                top: -5px;
            }

#banner {
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1e699e, #f8f9fa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

    #banner .banner-warp {
    }

    #banner .banner-text h1 {
        font-size: 35px;
        color: #fff;
        line-height: 50px;
        margin-bottom: 0px;
        margin-top: 0px;
        font-family: sans-serif;
    }

    #banner .banner-text h4 {
        font-size: 25px;
        color: white;
        line-height: 40px;
        margin-bottom: 28px;
        font-family: system-ui;
    }

    #banner .destination {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        #banner .destination li {
            padding: 0 13px 0 0;
            color: #fff;
            font-size: 16px;
            margin: 0 10px 0 4px;
            list-style-type: none;
            display: inline-block;
            font-family: 'proxima_nova_ththin';
            border-right: solid 1px #fecd2a;
            line-height: 14px;
        }

            #banner .destination li:last-child {
                border-right: none;
            }

    #banner .trusted {
        padding: 0px;
        margin: 20px 0 0 0;
        list-style-type: none;
        display: inline-block;
    }

        #banner .trusted li {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
            border-bottom: solid 1px #fff;
            display: block;
            color: #fff;
            font-size: 20px;
            line-height: 40px;
        }

            #banner .trusted li:last-child {
                border-bottom: none;
            }

            #banner .trusted li i {
                color: #fecd2a;
            }

    #banner .free-quotes {
        background: #fff;
        margin-top: 35px;
        border-radius: 5px;
    }

        #banner .free-quotes .get-free {
            color: #f8f9fa;
            padding: 10px 0;
            position: relative;
            /* fallback for old browsers */
            /* Chrome 10-25, Safari 5.1-6 */
            /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }

            #banner .free-quotes .get-free:before {
                position: absolute;
                content: "";
                width: 0px;
                height: 0px;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                border-top: 12px solid #130e00;
                bottom: -11px;
                left: 50%;
            }

        #banner .free-quotes .get-free-qoute {
            padding: 30px;
        }

            #banner .free-quotes .get-free-qoute .form-control {
                border-radius: 0;
                font-size: small;
            }

.btn-enq {
    background: #fecd2a;
    border-radius: 3px;
    font-size: 18px;
    padding: 6px 21px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-2 {
    background: #0201002e;
    width: 100%;
    border-radius: 5px;
    padding: 20px 0;
    margin-top: 40px;
}

    .banner-2 ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        text-align: center;
    }

        .banner-2 ul li {
            padding: 0 22px 0 0;
            margin: 0 22px 0 0;
            list-style-type: none;
            display: inline-block;
            vertical-align: top;
            border-right: solid 1px #3a3937;
            color: white;
        }

            .banner-2 ul li:last-child {
                border-right: none;
            }

    .banner-2 .comp {
        color: #fff;
        text-align: center;
    }

        .banner-2 .comp h6 {
            font-size: 12px;
        }

#top-packages {
    padding: 50px 0;
}

.h1-global {
    font-size: 30px;
    text-align: center;
}

    .h1-global span {
        font-size: large;
    }

.packages {
    margin-top: 50px;
}

    .packages figure {
        position: relative;
        -webkit-transition: all 0.8s ease; /* Safari and Chrome */
        -moz-transition: all 0.8s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 0.8s ease; /* Opera */
        transition: all 0.8s ease;
        transform: scale(1);
    }

        .packages figure:hover {
            -webkit-transform: scale(1); /* Safari and Chrome */
            -moz-transform: scale(1); /* Firefox */
            -ms-transform: scale(1); /* IE 9 */
            -o-transform: scale(1); /* Opera */
            transform: scale(1.06);
        }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 18%, rgba(0,0,0,0) 65%, rgba(0,0,0,2.89) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,2.89) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 18%,rgba(0,0,0,0) 65%,rgba(0,0,0,0 2.89) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=0 ); /* IE6-9 */
}

.packages .all-free {
    position: absolute;
    bottom: 83px;
    left: -1px;
    padding: 8px 0 8px 0;
    font-weight: bold;
}

.packages .special-honymoon {
    position: absolute;
    bottom: 0px;
    left: 10px;
    padding: 8px 0 0 0;
    color: #fff;
    right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: normal;
}

.packages .tag {
    position: absolute;
    width: 108px;
    top: 10px;
    background: #ffd200;
    left: 0;
    padding: 8px 0 8px 18px;
    font-weight: bold;
    font-size: 18px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.packages .budget {
    position: absolute;
    top: -8px;
    right: -7px;
}

.packages h2 {
    font-size: 20px;
    font-family: 'proxima_novaregular';
    font-weight: 600;
}

.packages h3 {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: 47px;
}

    .packages h3 span {
        color: #fecd2a;
    }

.itnry {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
}

    .itnry li {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        display: inline-block;
        width: 19%;
        text-align: center;
        font-size: 14px;
        color: #fecd2a;
    }

        .itnry li.active {
            color: #a3a3a3;
        }

            .itnry li.active figure {
                opacity: 0.3;
            }

        .itnry li figure {
            padding: 0px;
            margin: 0px;
        }

        .itnry li p {
            padding: 0px;
            margin: 0px;
        }

.inclusions {
    margin-top: 20px;
}

    .inclusions h5 {
        font-size: 20px;
        font-weight: 600;
    }

    .inclusions a {
        color: #fecd2a;
    }

.pkg-incusion {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .pkg-incusion li {
        padding: 0 0 0 15px;
        margin: 0 0 10px 0;
        list-style-type: none;
        display: block;
        position: relative;
        background-image: url(../images/arrow-orng.png);
        background-repeat: no-repeat;
        background-position: left 6px;
    }

        .pkg-incusion li i {
            position: absolute;
            left: 0;
            top: 3px;
            color: #fecd2a;
        }

.inclusions .read-collpse {
    position: absolute;
    right: 20px;
    margin-top: -10px;
}

    .inclusions .read-collpse span {
        display: block;
    }

    .inclusions .read-collpse[aria-expanded="false"] i {
        display: none;
    }

    .inclusions .read-collpse[aria-expanded="true"] span {
        display: none;
    }

    .inclusions .read-collpse[aria-expanded="true"] i {
        display: block;
    }

.price-tag {
    border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf;
    padding: 10px 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .price-tag .price {
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        margin-top: 6px;
    }

        .price-tag .price small {
            display: block;
            text-decoration: line-through;
            color: #333;
        }

            .price-tag .price small i {
                text-decoration: line-through;
            }

.btn-detail {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

    .btn-detail .btn {
        background: #fecd2a;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 600;
        padding: 6px 21px;
        color: #30318c;
        text-transform: uppercase;
    }

#confused {
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #e9ecef, #dee2e6);
}

.white-color {
    color: #0c000c !important;
}

.requirement {
    background: #0c000c;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .requirement:hover {
        background: #30318c;
        color: #fff;
    }

#book-online {
    padding: 50px 0;
}

.why-book {
    border-right: dotted 1px #333;
    text-align: center;
    margin: 50px 0;
    height: 70%;
    padding: 0 20px;
}

    .why-book img {
        margin-bottom: 10px;
    }

    .why-book h4 {
        color: #fecd2a;
        font-family: 'proxima_nova_rgbold';
        font-size: 26px;
    }

    .why-book p {
        font-size: 20px;
    }

#footer {
    background: #323232;
    padding: 50px;
}

.ftr-link {
    padding: 0px;
    margin: 0 0 80px 0;
    list-style-type: none;
    text-align: center;
}

    .ftr-link li {
        padding: 0 12px;
        margin: 0px;
        list-style-type: none;
        display: inline-block;
        color: #fff;
        border-right: solid 1px #fff;
        font-size: 18px;
        line-height: 15px;
        text-transform: uppercase;
    }

        .ftr-link li:last-child {
            border-right: none;
        }

.ftr-h4 {
    color: #fecd2a;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ftr-h5 {
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

.approved {
    margin-top: 42px;
}

.ftr-cnt {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .ftr-cnt li {
        padding: 0 0 0 40px;
        margin: 0 0 10px 0;
        list-style-type: none;
        font-size: 24px;
        color: #fff;
        position: relative;
    }

        .ftr-cnt li a {
            color: #fff;
        }

        .ftr-cnt li i {
            position: absolute;
            left: 0;
        }

#copywrite {
    background: #272727;
    padding: 12px 0;
}

    #copywrite p {
        margin: 0;
        padding: 0px;
        color: #fff;
    }

#copywrite-thank-you {
    background: #272727;
    padding: 12px 0;
}

    #copywrite-thank-you p {
        margin: 0;
        padding: 0px;
        color: #fff;
    }

.coi-pop .modal-header {
    background: #fecd2a;
}

.coi-pop .modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.coi-pop .btn-secondary {
    background: #fecd2a;
    border: none;
    font-size: 18px;
    text-align: center;
}

    .coi-pop .btn-secondary:hover {
        background: #ca621b;
        color: #fff;
    }

.coi-pop .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

#book-online .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

#thank-you {
    padding: 100px;
}

    #thank-you a {
        color: #fecd2a;
    }

/*-----------------------*/
.inner_mobile > .container {
    max-width: 100%;
}

.inner_mobile {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #000000;
    position: fixed;
    z-index: 99999;
}

._col_m {
    color: #f7f7f7;
    height: 50px;
    justify-content: center;
    background: #007bff;
    cursor: pointer;
}

._btn_bm {
    margin: 0;
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 0 10px 0;
}

._btn_bm, ._col_bm, ._col_m {
    text-align: center;
    padding: 11px;
}

.fa-1x {
    font-size: 31px !important;
    margin-top: 0px;
}

.section_mobile {
    display: none;
}

.mobile-footer {
    display: none;
}

#top-packages hr {
    margin-top: 50px;
}

._col_bm a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    #header .head-cnt ul li {
        font-size: 24px;
    }

    .deal {
        font-size: 16px;
    }

    .mainpage {
        display: none;
    }

    #banner .banner-text h1 {
        font-size: 46px;
        line-height: 45px;
    }

    #banner .banner-text h4 {
        font-size: 32px;
    }

    #banner .destination li {
        font-size: 18px;
    }

    #banner .trusted li {
        font-size: 17px;
        line-height: 38px;
    }

    .banner-2 ul li {
        padding: 0 10px 0 0;
        margin: 0 6px 0 0;
    }

    .banner-2 .comp h6 {
        font-size: 15px;
    }

    .itnry li {
        width: 18%;
        font-size: 12px;
    }

    .packages h3 {
        font-size: 18px;
        min-height: 43px;
    }

    .packages h2 {
        font-size: 18px;
    }

    .price-tag .price {
        font-size: 18px;
    }

    .btn-detail .btn {
        font-size: 13px;
    }

    .why-book h4 {
        font-size: 20px;
    }

    .why-book p {
        font-size: 18px;
    }

    .ftr-cnt li {
        font-size: 20px;
    }

    .ftr-link li {
        margin: 0 0 13px 0;
    }

    .why-book {
        padding: 0 20px;
        height: 80%;
    }

    .bdr-none {
        border: none !important
    }
}

@media only screen and (max-width: 992px) {
    #header .head-cnt ul li {
        font-size: 18px;
        display: block;
        text-align: center;
        width: 100%;
    }

    .popinner .poptitle h3 {
        font-size: 16px !important;
    }

    #header .head-cnt ul li img {
        width: 19px;
    }

    #header .head-cnt ul li {
        padding: 0 0 0 26px;
        margin-bottom: 8px;
    }

        #header .head-cnt ul li i {
            position: relative;
        }

    #header .head-cnt {
        margin-top: 33px;
    }

    #top-packages {
        padding: 0px 0;
    }

    .packages {
        margin-top: 15px;
    }

    .price-tag .price small {
        display: inline-block;
        margin-right: 10px;
    }

    .deal {
        font-size: 16px;
        padding: 4px 16px;
        margin-top: 38px;
        border: solid 4px #c4c4c4;
    }

    #banner .free-quotes .get-free {
        font-size: 22px;
        padding: 10px 0;
    }

    #banner .free-quotes .get-free-qoute {
        padding: 20px 10px 10px;
    }

    #banner .banner-text h1 {
        font-size: 32px;
    }

    #banner .banner-text h4 {
        font-size: 15px;
    }

    #banner .destination li {
        font-size: 12px;
    }

    .h3 {
        font-size: 23px !important;
    }

    .upto {
        width: 61px;
    }

    .banner-2 ul li {
        margin: 0 6px 15px 0;
    }

    .banner-2 {
        padding: 20px 0 0 0;
        display: none;
    }

    .h1-global {
    }

    .special-honymoon p {
        font-size: 13px;
        line-height: normal;
    }

    .packages .special-honymoon {
        bottom: -20px;
        left: 10px;
        font-size: 18px;
    }

    .packages .all-free {
        bottom: 52px;
        left: -1px;
        width: 139px;
    }

    .packages .tag {
        width: 75px;
        top: 10px;
        right: 0;
        font-size: 13px;
    }

    .packages h2 {
        font-size: 19px;
    }

    .packages h3 {
        font-size: 15px;
    }

    .inclusions h5 {
        font-size: 16px;
    }

    .price-tag .price {
        font-size: 18px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .btn-detail {
        display: inline-block;
        font-size: 16px !important;
        position: relative;
        transform: translate(-50%,0);
        left: 50%;
        float: none;
    }

    .ftr-cnt li {
        font-size: 14px;
        padding: 0 0 0 30px;
    }

        .ftr-cnt li img {
            width: 20px;
        }
}

@media only screen and (max-width: 767px) {
    .mobhiddn {
        display: none;
    }

    .mobhiddn2 {
        display: none !important;
    }

    #banner .banner-text h4 {
        margin-bottom: 10px;
    }

    #banner {
        background: linear-gradient(to right, #66707f, #717478);
    }

        #banner .banner-text h1 {
            margin-top: -10px;
        }

        #banner .free-quotes .get-free-qoute {
            margin-bottom: 15px;
        }

    .mobile-footer .pt-4 {
        padding-top: 0 !important;
    }

    .approved .ftr-h5 {
        display: none;
    }

    .font-bold {
        font-size: 18px;
        font-weight: bold;
    }

    .media p {
        font-size: 15px;
    }

        .media p a {
            color: #fff;
        }

    .ftr-cnt {
        display: none;
    }

    .mobile-footer {
        display: block;
        color: #fff;
    }

    .section_mobile {
        display: block;
    }

        .section_mobile .col-md-9 {
            width: 75%;
        }

    #confused {
        background-attachment: scroll;
    }

    .upto {
        width: 100px;
    }

    #copywrite p {
        font-size: 12px;
    }

    #copywrite {
        padding: 10px 0;
        margin-bottom: 38px;
    }

    .hidden-md {
        display: none;
    }

    #book-online {
        display: none;
    }

    #banner .trusted {
        display: none;
    }

    .ftr-link {
        display: none;
        padding: 0px;
        margin: 0 0 20px 0;
    }

        .ftr-link li {
            font-size: 13px;
        }

    #banner {
        background-size: cover;
    }

    .deal {
        position: absolute;
        top: -90px;
    }

    #header .head-cnt {
        float: none;
    }

        #header .head-cnt ul li {
            display: inline-block;
        }

            #header .head-cnt ul li:last-child {
                margin-left: 10px;
            }

    #header .head-cnt {
        margin-top: 3px;
        border-top: solid 1px #d2d2d2;
        padding-top: 4px;
    }

    #banner .col-sm-8, #banner .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-text {
        text-align: center;
    }

    #banner .free-quotes {
        margin-top: 35px;
    }

        #banner .free-quotes .get-free {
            font-size: 22px;
        }

    #banner .destination li {
        font-size: 16px;
        font-weight: bold;
    }

    #banner .banner-text h1 {
        font-size: 18px;
    }

    .banner-2 ul li {
        width: 30%;
    }

    .why-book {
        border-right: none;
        border-bottom: dotted 1px #333;
        text-align: center;
        margin: 50px 0;
    }

    .logo img {
        width: 100px;
    }

    .h1-global {
        font-size: 22px;
    }

    .approved {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .ftr-h4 {
        margin-bottom: 10px;
    }

    #footer {
        padding: 20px 0 0;
    }

    .mobile-footer .pb-4 {
        padding-bottom: 0;
    }

{
}

}

@media only screen and (max-width: 568px) {
    .requirement {
        font-size: 12px;
        padding: 6px 15px;
    }

    .approved {
        margin-top: 0;
        margin-bottom: 15px;
    }

    #thank-you {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 375px) {
    .deal {
        position: absolute;
        font-size: 13px;
    }

    .heada1 {
        font-size: 20px;
    }

    #header .head-cnt ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        text-align: center;
    }

        #header .head-cnt ul li {
            padding: 0 0 0 26px;
            margin-bottom: 2px;
        }

    .logo img {
        margin: 0 auto;
    }

    #thank-you {
        padding: 20px 0;
    }
}


#popupbg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
}

.popinner {
    width: 548px;
    max-width: 92%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


    .popinner .poptitle {
        width: 100%;
        background: #1071b8;
        box-sizing: border-box;
        padding: 0 0 0 0;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }

        .popinner .poptitle h3 {
            text-align: center;
            font-size: 23px;
            color: #fff;
            line-height: 40px;
            margin: 0;
            padding: 0;
        }

    .popinner .popbody {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 18px;
        background: #fff;
    }

        .popinner .popbody p {
            font-size: 16px;
            line-height: 24px;
            display: block;
            color: #344a5f;
            margin: 0;
            padding: 0;
        }

        .popinner .popbody .font18 {
            font-size: 24px;
            line-height: 28px;
            display: block;
            color: #344a5f;
            margin: 10px 0;
            padding: 0;
        }

        .popinner .popbody .bulletbg {
            width: 100%;
            margin: 0;
            padding: 0;
        }

            .popinner .popbody .bulletbg ul {
                margin: 0;
                padding: 0;
            }

                .popinner .popbody .bulletbg ul li {
                    font-size: 16px;
                    line-height: 24px;
                    display: block;
                    color: #344a5f;
                    margin: 0;
                    padding: 0;
                }

                    .popinner .popbody .bulletbg ul li span {
                        font-size: 18px;
                        padding-right: 10px;
                    }

.uk-text-primary {
    color: #2d7091 !important;
}

.uk-text-warning {
    color: #e28327 !important;
}

.uk-text-success {
    color: #659f13 !important;
}


@media screen and (max-width: 767px) {
    .popinner .popbody .formbg input[type="text"] {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .ccm-page {
        display: none;
    }

    .copyright {
        display: none;
    }
}

.mycallus {
    font-size: xx-large;
    padding: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1px;
    background: red;
    background: -webkit-linear-gradient(left, orange, yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, #c5830b, #1c659e, green, #be1332, blue, #1b629e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-box .box {
    background: #FFF;
    border-radius: 10px;
    padding: 20px 10px;
    margin: 0px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

h3 {
    font-size: 20px;
}

.social-box .box .box-text {
    margin: 20px 0px;
    font-size: 15px;
    line-height: 30px;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 10px 0px;
    color: #3c4d6b;
    font-weight: 500;
    letter-spacing: 0px;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 10px 0px;
    color: #3c4d6b;
    font-weight: 500;
    letter-spacing: 0px;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
}

.centered {
    font-size: 19px;
    border: 3px solid #FFC107;
    color: #fff;
    border-radius: 1px;
    background-color: #FFC107;
    max-width: 100%;
    margin: 0 auto;
}

    .centered p {
        margin: 0 0 0px 0;
        font-size: 17px;
        line-height: 28px;
        color: #130000;
        text-align: center;
    }

.social-btns .btn {
    display: inline-block;
    width: 65px;
    height: 70px;
    line-height: 8px;
    margin: 0px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 52%;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
    opacity: 0.99;
}

    .social-btns .btn, .social-btns .btn:before, .social-btns .btn .fa {
        transition: all 0.35s;
        transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    }

.btn {
    font-size: 14px;
    border-radius: 2px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 30px;
    border: none;
    font-weight: 600;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.social-btns .btn.facebook .fa {
    color: #3b5998;
}

.social-btns .btn .fa {
    font-size: 38px;
    vertical-align: middle;
}

.social-btns .btn .fa {
    transform: scale(0.8);
}

.social-btns .btn.twitter .fa {
    color: #3cf;
}

.social-btns .btn.google .fa {
    color: #dc4a38;
}

.social-btns .btn.dribbble .fa {
    color: #f26798;
}

.social-btns .btn.skype .fa {
    color: #00aff0;
}

.social-btns {
    margin: auto;
    font-size: 0;
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
