*, h3, ul {
    margin: 0;
}

.f-btn, .o-btn {
    padding: 15px 40px;
}

.f-btn, .orng-btn {
    font-size: 18px;
    text-align: center;
}

h1, h3 {
    font-weight: 500;
    line-height: 1.5;
}

h2, h4, h5 {
    line-height: 1.2 !important;
}

.rm-btn, h1, h3, h5 {
    color: #5B5B5D;
}

ul, ul li, ul ol {
    list-style: none;
}

* {
    padding: 0;
}

ul {
    padding: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: sans-serif;
    font-size: 16px;
}

.f-btn, .o-btn, .orng-btn, h1, h3 {
    font-family: sans-serif;
}

.bg-blu {
    background: #228295;
}

.bg-grn {
    background: #a5f8c3;
}

.bg-orng, .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        background: #fff;
    color: #F36C26;
}

.bg-vio {
    background-color: #c200bd;
}

.bg-l-blu {
    background-color: #14d9fc;
}

.bg-d-grn {
    background-color: #a9bb4d;
}

.bg-d-blu {
    background-color: #002670;
}

.bg-rd {
    background-color: #ff5467;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #f5f5f5;
}

.call-btn, .whats-app-btn {
    display: table;
    width: 50px;
    height: 50px;
}

::-webkit-scrollbar-thumb {
    background-color: #F36C26;
}

.rm-btn {
    font-weight: 800 !important;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

    .o-btn, .rm-btn:hover {
        -webkit-transition: .5s ease-out;
    }

    .rm-btn:hover {
        color: #1e9aff;
        transition: .5s ease-out;
    }

.disablebtn {
    background: #5B5B5D0004a !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff9 !important;
    cursor: not-allowed !important;
}

.f-btn, .o-btn {
    color: #F36C26;
    display: table;
}

.sub-hd h1 span, .sub-hd h6 span, h1 span {
    display: table;
    width: 100%;
}

.brd-cum, .sub-hd h6 {
    margin-top: 20px;
}

.f-btn {
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #F36C26;
    background-size: 300% 100%;
    border-radius: 50px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-image: -webkit-gradient(linear,left top,right top,from(#d6171f),color-stop(#d6171f),color-stop(#fea16b),to(#e81919));
    background-image: linear-gradient(to right,#fff,#fff,#F36C26,#F36C26);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(7,7,7,.4);
    box-shadow: 5px 5px 15px 0 rgba(7,7,7,.4);
}

    .f-btn:hover {
        color: #fff;
        background-position: 100% 0;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }

    .call-btn:focus, .f-btn:focus, .orng-btn:focus, .whats-app-btn:focus {
        outline: 0;
    }

.o-btn {
    background-color: #fff;
    border: 1px solid #F36C26;
    border-radius: 30px;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
    transition: .5s ease-out;
}

    .o-btn:hover {
        background-color: #ffff;
        color: #F36C26 !important;
        border-color: #F36C26;
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out;
    }

.orng-btn, .orng-btn:hover {
    -webkit-transition: .4s ease-in-out;
    color: #fff;
    transition: .4s ease-in-out;
}

.orng-btn {
    display: table;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    background: #fc7121;
    padding: 20px 35px;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(7,7,7,.4);
    box-shadow: 5px 5px 15px 0 rgba(7,7,7,.4);
}

    .orng-btn:hover {
        background: #5B5B5D;
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 5px 5px 15px 0 rgba(7,7,7,0);
        box-shadow: 5px 5px 15px 0 rgba(7,7,7,0);
    }

.whats-app-btn {
    -webkit-filter: drop-shadow(5px 5px 15px rgba(7,7,7,0.4));
    filter: drop-shadow(5px 5px 15px rgba(7,7,7,.4));
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

    .call-btn img, .whats-app-btn img {
        width: 100%;
        height: 100%;
    }

    .whats-app-btn:hover {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-filter: drop-shadow(5px 5px 15px rgba(7,7,7,0));
        filter: drop-shadow(5px 5px 15px rgba(7,7,7,0));
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }

.call-btn {
    background: #5B5B5D;
    padding: 12px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(7,7,7,.4);
    box-shadow: 5px 5px 15px 0 rgba(7,7,7,.4);
    border: 1px solid #fff;
}

    .call-btn:hover {
        background: #1e9aff;
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-box-shadow: 5px 5px 15px 0 rgba(7,7,7,0);
        box-shadow: 5px 5px 15px 0 rgba(7,7,7,0);
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }

h1 {
    font-size: 45px;
}

h3 {
    font-size: 35px;
}

h2, h4, h5, h6 {
    font-weight: 500;
    font-family: sans-serif !important;
    margin: 0;
}

h2, h4 {
    font-size: 1.5rem;
    color: #5B5B5D !important;
}

.pgintin-c a i, h5 {
    font-size: 16px;
}

h6 {
    font-size: 18px;
    line-height: 1.5 !important;
    color: #9e9e9e;
}

a, label, li, p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #5B5B5D;
    font-family: sans-serif;
    font-weight: 300;
    /*letter-spacing: .5px;*/
}

select, textarea {
    font-size: 16px !important;
}

input:not([type=submit]), textarea {
    width: 100%;
    font-weight: 500;
    background: 0 0;
}

img {
    max-width: 100%;
    width: 100%;
}

.padng-sec {
    padding: 100px 0;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a, a:hover {
    text-decoration: none !important;
    /*color: inherit;*/
}

.floating-s {
    -webkit-animation-name: floating-s;
    animation-name: floating-s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-s {
    from,to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    50% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px);
    }
}

@keyframes floating-s {
    from,to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    50% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px);
    }
}

.floating-b {
    -webkit-animation-name: floating-b;
    animation-name: floating-b;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-b {
    0%,100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }
}

@keyframes floating-b {
    0%,100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

input:not([type=submit]) {
    font-size: 16px;
    padding: 10px 20px;
    color: #5B5B5D;
    text-align: left;
    border: 1px solid #5B5B5D00026;
    border-radius: 5px;
    height: auto !important;
}

    input:not([type=submit])::-webkit-input-placeholder {
        color: rgba(255,255,255,.6) !important;
        font-weight: 200 !important;
    }

    input:not([type=submit])::-moz-placeholder {
        color: rgba(255,255,255,.6) !important;
        font-weight: 200 !important;
    }

    input:not([type=submit]):-ms-input-placeholder {
        color: rgba(255,255,255,.6) !important;
        font-weight: 200 !important;
    }

    input:not([type=submit]):-moz-placeholder {
        color: rgba(255,255,255,.6) !important;
        font-weight: 200 !important;
    }

input[type=checkbox], input[type=radio] {
    width: auto !important;
    margin: 0 !important;
}

select {
    padding: 10px 20px !important;
    height: auto !important;
    border-radius: 10px !important;
    border: 1px solid #9e9e9e !important;
}

textarea {
    padding: 15px 20px !important;
    color: #fff !important;
    height: 125px !important;
    border: 1px solid rgba(255,255,255,.6) !important;
    border-radius: 5px !important;
}

    textarea::-webkit-input-placeholder {
        color: rgba(255,255,255,.6) !important;
        font-weight: 200 !important;
    }

    textarea::-moz-placeholder {
        color: rgba(255,255,255,.6) !important;
        font-weight: 200 !important;
    }

    textarea:-ms-input-placeholder {
        color: rgba(255,255,255,.6) !important;
        font-weight: 200 !important;
    }

    textarea:-moz-placeholder {
        color: rgba(255,255,255,.6) !important;
        font-weight: 200 !important;
    }

.mob-only {
    display: none !important;
}

.w-20-c {
    width: 20%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.slick-track {
    padding: 20px 0;
}

.slick-prev {
    right: 75px;
}

    .slick-prev:before {
        content: '\f177';
        font-family: FontAwesome;
        font-size: 18px;
        /*color: #fff;*/
        opacity: 1;
    }

.slick-next {
    right: 0;
}

    .slick-next:before {
        content: '\f178 ';
        font-family: FontAwesome;
        font-size: 18px;
        /*color: #fff;*/
        opacity: 1;
    }

.slick-next, .slick-prev {
    top: unset;
    bottom: -75px;
    padding: 5px 20px;
    left: unset !important;
    height: auto;
    width: auto;
    margin: 35px;
    border-radius: 20px;
    display: table;
    background: #F36C26;
        color: #fff;
}

.brd-cum li:last-child:after, .scl-top-btn {
    display: none;
}

.pgintin-c {
    margin: 45px 0 75px;
    width: 100%;
}

    .pgintin-c a i {
        color: #9e9e9e;
    }

    .pgintin-c a img {
        width: 30px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .pgintin-c ul {
        margin: 0 20px;
    }

        .pgintin-c ul li {
            padding: 15px;
            border-radius: 10px;
        }

            .pgintin-c ul li a {
                display: table;
                color: #ad00fe;
                font-weight: 600;
                line-height: 1;
            }

            .pgintin-c ul li.pagi-active {
                background: #ad00fe;
            }

                .pgintin-c ul li.pagi-active a {
                    color: #fff;
                    font-weight: 700 !important;
                }

.scl-top-btn {
    position: fixed;
    bottom: 20px;
    right: 13px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #fa8a00;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 5px 5px 15px #5B5B5D00075;
    box-shadow: 5px 5px 15px #5B5B5D00075;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

    .scl-top-btn i {
        color: #fff;
        font-size: 25px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        text-shadow: 3px 3px 14px #813200cc;
    }

    .scl-top-btn:hover {
        background-color: #F36C26;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out;
    }

.btn-grp-c a {
    margin-right: 20px;
}

    .btn-grp-c a:last-child {
        margin-right: 0;
    }

.brd-cum li {
    color: rgba(255,255,255,.5);
    padding: 0 20px;
    position: relative;
}

    .brd-cum li:first-child {
        padding-left: 0;
    }

    .brd-cum li:last-child {
        padding-right: 0;
    }

    .brd-cum li:after {
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(#ff9758),to(#ff4969));
        background: linear-gradient(180deg,#ff9758 0,#ff4969 100%);
        width: 10px;
        height: 10px;
        position: absolute;
        right: -5px;
        top: 6px;
        border-radius: 50%;
    }

    .brd-cum li a {
        color: #1e9aff;
    }

        .brd-cum li a:hover {
            color: #fff;
        }

.gear-rotate-left {
    -webkit-animation: 15s linear infinite gear-rotate-left;
    animation: 15s linear infinite gear-rotate-left;
}

.gear-rotate {
    -webkit-animation: 10s linear infinite gear-rotate;
    animation: 10s linear infinite gear-rotate;
}

@-webkit-keyframes gear-rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-180deg);
    }
}

@keyframes gear-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes gear-rotate-left {
    0% {
        -webkit-transform: rotate(30deg);
    }

    100% {
        -webkit-transform: rotate(210deg);
    }
}

@keyframes gear-rotate-left {
    0% {
        -webkit-transform: rotate(30deg);
    }

    100% {
        -webkit-transform: rotate(210deg);
    }
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 2px;
}

.checkbox-container:hover input ~ .checkmark {
    -webkit-box-shadow: 5px 5px 25px rgba(0,0,0,.2);
    box-shadow: 5px 5px 25px rgba(0,0,0,.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #5B5B5D;
    border-color: #5B5B5D;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
