@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-size: 17px;
    color: #7c7c7c;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Bebas-Regular";
    src: url(../fonts/Bebas-Regular.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    border-radius: 40px;
    color: #fff;
    z-index: 1;
    background: #0092b3;
    position: relative;
    font-size: 22px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Bebas-Regular';
    font-weight: 500;
    border: unset;
    text-transform: uppercase;
    height: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px 0 14px;
    gap: 10px;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #636365;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme_btn:hover i {
    clip-path: unset;
    border-radius: 50%;
}

.theme_btn i {
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.head-right a.theme_btn i img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.theme_btn:hover i {
    background: #fff;
}

.theme_btn:hover i img {
    width: 14px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(69%) saturate(4386%) hue-rotate(168deg) brightness(97%) contrast(101%);
}

a.theme_btn i img {
    width: 14px;
    animation: wiggle 2s linear infinite;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Bebas-Regular", fantasy;
    font-size: 190px;
    line-height: 1;
    color: #636365;
    font-weight: 400;
    margin: 0 0 17px;
}

h2 {
    font-family: "Bebas-Regular", fantasy;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 400;
    margin: 0 0 30px;
}

h3 {
    font-family: "Bebas-Regular", fantasy;
    font-size: 30px;
    line-height: 1.2;
    color: #7c7c7c;
    font-weight: 400;
    margin: 0 0 28px;
}

h4 {
    font-family: "Bebas-Regular", fantasy;
    font-size: 24px;
    line-height: 1.2;
    color: #7c7c7c;
    font-weight: 400;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */


/*.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.menuSec li:hover ul {opacity: 1;}

.menuSec ul li a {
    position: relative;
    text-decoration: none;
    color: #393939;
    font-size: 13px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li>ul {
    position: absolute;
    z-index: 0;
    background-color: #000000;
    left: 0px;
    width: 200px;
    text-align: left;
    top: -80px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.menuSec li:hover ul {
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 99;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
    width: 100%;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
*/

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

section.tab_sec {
    padding-top: 100px;
    position: relative;
    margin-top: 10px;
}

.lines::after {
    position: absolute;
    content: '';
    background: #0092b3;
    width: 15px;
    height: 15px;
    left: 0;
    top: -6px;
    border-radius: 30px;
    z-index: -1;
    transform: translate(0px, 0px);
    animation: ser-move 7s linear infinite alternate;
}

.lines:before {
    position: absolute;
    content: '';
    background: transparent;
    border: 2px solid #ccc;
    border-left: 0;
    border-bottom: 0;
    width: 64%;
    height: 140px;
    left: 0;
    top: 0;
    z-index: -1;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #0092b3;
    color: #fff;
    border: 1px solid #000;
}

.tab_sec .nav-tabs .nav-link {
    border-radius: 50px;
    color: #171717;
    font-size: 37px;
    font-family: 'Bebas-Regular';
    width: 230px;
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 15px 0;
    line-height: 1;
}

.tab_sec .nav-tabs .nav-link:hover {
    color: #fff;
    background: #0092b3;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 7%;
}


/* Tabs  */

.menu_sec #menu li a {
    font-size: 18px;
    color: #7c7c7c;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s;
}

.menu_sec #menu li a:hover {
     color: #2f3637;

}

.menu_sec #menu {
    justify-content: center;
    gap: 50px;
    margin: 0;
}

.menu_sec #menu>li>ul {
    background: #0092b3;
    width: 240px;
    position: absolute;
    top: 65px;
    padding: 20px 20px;
    transition: 0.3s all;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
}
.menu_sec #menu>li:hover ul{
    opacity: 1;
    visibility: visible;
}

.menu_sec #menu>li:nth-child(3) {
    position: relative;
}
.menu_sec #menu li>a {
    padding: 40px 0;
}

.menu_sec #menu>li>ul li a:hover {
    color: #000000;
}

.menu_sec #menu>li>ul li>a {
    padding: 0 !important;
    display: block;
}
.menu_sec #menu>li>ul>li>a {
    color: #fff;
}

.menu_sec #menu>li:nth-child(3):after {
    position: absolute;
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    bottom: -14px;
    left: 10px;
    clip-path: polygon(52% 0, 0 100%, 100% 100%);
    transition: 0.3s all;
    opacity: 0;
}

.menu_sec #menu>li:nth-child(3):hover:after {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.menu_sec #menu>li:nth-child(3):hover ul {
    opacity: 1;
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 2;
    padding: 10px;
}

.menu_sec #menu>li:nth-child(3):hover ul li {
    margin-bottom: 11px;
    background: #0092b3;
    padding: 10px;
}


/* Header */

.container-fluid {
    padding: 0 5%;
}

.menu_sec {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: 10px;
    border-radius: 80px;
    padding: 10px 15px;
    background: #fff;
}

.logo a img {
    border-radius: 20px;
    width: 80%;
}

header {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 99;
}


/* end  */


/* Banner */

.reviews-ban h5 {
    font-size: 43px;
    font-family: 'Bebas-Regular';
    color: #646466;
    text-align: center;
    line-height: 1;
}

.reviews-ban h5 span {
    font-size: 27px;
    display: block;
}

.reviews-ban {
    text-align: center;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 150px;
    padding-top: 20px;
    height: 230px;
    position: absolute;
    left: 3%;
    top: 24%;
    z-index: 9;
    overflow: hidden;
    border-radius: 20px;
    animation: 2s moveup infinite;
}
@keyframes moveup{
    0%{
        top: 24%;
    }
    50%{
        top:25%;
    }
    100%{
        top: 24%;
    }
}

.reviews-ban img {
    height: 162px;
    object-fit: cover;
    width: 120px;
}

section.banner {
    position: relative;
}


/* end  */


/* end  */


/* Banner */

.reviews-ban h5 {
    font-size: 25px;
    font-family: 'Bebas-Regular';
    color: #646466;
    text-align: center;
    line-height: 1;
}



.reviews-ban h5 span {
    font-size: 27px;
    display: block;
}
.reviews-ban {
    text-align: center;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 150px;
    padding-top: 20px;
    height: auto;
    position: absolute;
    left: 2%;
    top: 26%;
    z-index: 9;
    overflow: hidden;
    border-radius: 20px;
}

.reviews-ban img {
    height: 162px;
    object-fit: cover;
    width: 120px;
}

section.banner {
    position: relative;
    height: 200vh;
}

.coin-banner h3,
.coin-banner h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'poppins';
    font-weight: 500;
    line-height: 1.2;
}

.coin-banner {
    width: 170px;
    position: absolute;
    right: 44%;
    z-index: 9;
    /* top: 0; */
    bottom: 43%;
    background: #e5e5e5;
    padding: 20px;
    /* animation: 2s moveupp infinite; */
}

@keyframes moveupp{
    0%{
        top: 17%;
    }
    50%{
        top:16%;
    }
    100%{
        top: 17%;
    }
}

.coin-banner h4 {
    padding-bottom: 0px;
}

.coin-banner img {
    width: 80px;
    margin: 0 auto;
    display: block;
}

/*.coin-banner:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    width: 100%;
    height: 2px;
    top: 57%;
    left: 0;
}*/

.coin-banner h3 {
    margin-bottom: 0;
    line-height: 1;
}

.banner-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10%;
    z-index: 1;
    background-repeat: no-repeat;
    animation-name: spin;
    animation-duration: 90000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 670px;
}

section.banner:before {
    position: absolute;
    content: '';
    background-image: url(../images/water.png);
    background-size: cover;
    width: 100%;
    height: 76%;
    left: 3%;
    bottom: 0;
    /* background-position: bottom; */
    z-index: -1;
}

.ban-text {
    text-align: center;
    padding-top: 18%;
    z-index: 9;
    position: relative;
}


/* end  */


/* After Banner */

section.after-banner {
    margin-top: -38%;
}

.after-ban-wrap {
    width: 90%;
    margin: 0 auto;
}

.first-box {
    position: relative;
}
.box-main.third-box.chg-1:before {
    background-image: url('https://demo-customlinks.com/asttral_dev/storage/images/1711642597.jpg');
        background-position: center;
        border-radius: 50%;
}

.box-main.third-box.chg-2:before {
       background-image: url('https://demo-customlinks.com/asttral_dev/storage/images/1711643798.jpg');
        background-position: center;
        border-radius: 50%;
}

/*.first-box:before {
    position: absolute;
    content: '';
    background: #cfcfcf;
    left: -20%;
    top: -44px;
    width: 190px;
    height: 90px;
    z-index: 9;
    border-radius: 10px;
}*/

.first-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.first-wrap {
    position: absolute;
    top: 13%;
    z-index: 9;
    left: 1%;
    text-align: center;
}

.box-main h3 {
    font-size: 84px;
    color: #fff;
    line-height: 1;
}

.first-wrap h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 66%;
    margin: 0 auto;
    margin-bottom: 50%;
}

.first-wrap a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas-Regular';
    font-size: 18px;
    border-bottom: 1px solid #fff;
}

.box-main.sec-box {
    position: relative;
    background: #0092b3;
    text-align: center;
    width: 100%;
    padding-top: 29%;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto;
}

.box-main.sec-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/after1.png);
    width: 99%;
    height: 103%;
    z-index: -1;
    left: 0%;
    top: -12px;
    background-size: cover;
}

.box-main {
    height: 330px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}

.box-main.sec-box h3 {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.box-main.sec-box h3 span {
    font-size: 20px;
    background: linear-gradient(90deg, rgba(255, 205, 0, 1) 50%, rgba(255, 167, 51, 1) 50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 0;
}

.box-main.sec-box h5 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas-Regular';
    font-size: 17px;
    font-weight: 400;
}

img.person-01 {
    border-radius: 30px;
    width: 64px;
    height: 64px;
    position: absolute;
    /* top: 6%; */
    /* right: 13%; */
    transform: translate(60px, -213px);
}

img.person-02 {
    border-radius: 30px;
    width: 64px;
    height: 64px;
    position: absolute;
    /* left: 20%; */
    bottom: 7%;
    transform: translate(-84px, -7px);
}

.third-box h2 {
    font-size: 44px;
    color: #646466;
    text-align: center;
}

.box-main.third-box h2 span {
    display: block;
}

.third-box h2 c {
    color: #0092b3;
}

.box-main.third-box a {
    color: #0092b3;
    text-transform: uppercase;
    font-family: 'Bebas-Regular';
    font-size: 18px;
    border-bottom: 1px solid #0092b3;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.box-main.third-box {
    padding-top: 29%;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.box-main.third-box img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 112px;
    height: 52px;
    object-fit: contain;
}

.box-main.third-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/glass-ball.png);
    background-size: cover;
    width: 151px;
    height: 151px;
    left: 0;
    right: 0;
    top: -67px;
    margin: 0 auto;
    z-index: 2;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/* end */


/* About */

section.about-us {
    padding-top: 140px;
    border-radius: 80px 80px 0 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px -20px 20px 0px;
    margin-top: 80px;
    position: relative;
    z-index: 0;
    background: #fff;
}

section.about-us:before {
    position: absolute;
    content: '';
    background: transparent;
    border: 2px solid #ccc;
    border-top: 0;
    border-right: 0;
    width: 50%;
    height: 130px;
    right: 0;
    top: 0;
    z-index: -1;
}

section.about-us:after {
    position: absolute;
    content: '';
    background: #0092b3;
    width: 15px;
    height: 15px;
    right: 49.5%;
    top: 7%;
    border-radius: 30px;
    z-index: -1;
    transform: translate(0px, 0px);
    animation: Mymove 7s linear infinite alternate;
}

.abt-img {
    position: relative;
    z-index: 0;
}

img.abt-01 {
    width: 85%;
    margin: 0 0 0 auto;
    display: block;
}

img.abt-02 {
    position: absolute;
    top: 40px;
    z-index: -1;
    width: 85%;
    left: 10px;
}

.abt-text {
    margin-left: 10%;
    width: 93%;
}

.theme-h2 {
    font-size: 143px;
    color: #171717;
    text-transform: uppercase;
    font-family: 'Bebas-Regular';
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 0;
}

.theme-h2.transparent:before {
    position: absolute;
    content: '';
    background-image: url(../images/glass-ball.png);
    background-size: contain;
    width: 100px;
    height: 104px;
    right: -30px;
    bottom: -10px;
    z-index: -1;
}

.abt-text p {
    margin-bottom: 26px;
}


/* end */


/* Services */

.top-heading {
    text-align: center;
}

.ser-img {
    position: relative;
}

.ser-img span:before {
    position: absolute;
    content: '';
    background: transparent;
    border: 3px solid #0092b3;
    width: 106%;
    height: 110%;
    left: -3%;
    border-radius: 50%;
    top: -5%;
    z-index: -2;
}

.ser-img span:after {
    position: absolute;
    content: '';
    background: #0092b3;
    border: 3px solid #0092b3;
    width: 16px;
    height: 16px;
    left: 21%;
    top: 0;
    border-radius: 70%;
}

.tab-content .col-lg-3.col-md-6:last-child .ser-wrap .ser-img span:after {
    left: 7%;
    top: 83%;
}

.tab-content .col-lg-3.col-md-6:nth-child(2) .ser-wrap .ser-img span:after {
    left: 58%;
    top: unset;
    bottom: -19px;
}

.tab-content .col-lg-3.col-md-6:nth-child(3) .ser-wrap .ser-img span:after {
    left: 9%;
    top: 10%;
}

.ser-img span {
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.ser-wrap img {
    height: 300px;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 20%;
}

.ser-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.ser-wrap h3 {
    color: #0092b3;
    font-size: 34px;
    width: 88%;
    margin: 0 auto;
    margin-top: 50px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20%;
}


/* end  */


/* Choose */

ul.abt-RP li {
    font-size: 21px;
    margin-bottom: 25px;
    font-family: 'futura-book';
    color: #000000;
}

ul.abt-RP li {
    position: relative;
}

ul.abt-RP {
    padding-left: 30px;
    margin-bottom: 0;
}

ul.abt-RP li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -29px;
    bottom: 5px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(176, 15, 31, 1) 10%, rgba(116, 2, 23, 1) 100%);
}

.abt-do {
    display: flex;
    align-items: center;
    gap: 11%;
}

ul.build-check {
    border-bottom: 1px solid #fff;
    width: 90%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 40px;
}

.build-h ul.build-check:last-child {
    border: unset;
}

ul.build-check li p {
    margin: 0;
    width: 100%;
}

ul.build-check li span {
    color: #fff;
    font-size: 37px;
    font-family: 'Bebas-Regular';
    font-weight: 400;
    display: block;
    margin-bottom: 19px;
        line-height: 1.1;
}

section.H-builder {
    background-image: url(../images/chs-bgg.jpg);
    background-size: cover;
    padding: 40px 0% 40px 0%;
    background-position: right;
    position: relative;
}

img.chs-01 {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.home-gallery-abt .slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding-left: 111px;
}

.home-gallery-top {
    text-align: center;
}

section.home-gallery-abt {
    padding: 80px 0;
}

section.home-gallery-abt ul.slick-dots {
    display: none !important;
}

.below-legacy-abt h3 span {
    font-size: 60px;
}

section.H-builder h5 {
    margin-bottom: 30px;
}

section.H-builder h2 {
    margin-bottom: 50px;
    color: #fff;
    line-height: 1;
    font-size: 115px;
    z-index: 0;
}

section.H-builder h2.theme-h2.transparent:before {
    bottom: -30px;
    height: 98px;
    z-index: -1;
}

section.H-builder ul li a {
    width: 110px;
    background: #0092b3;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

section.H-builder ul li img {
    width: 64px;
}


/* end  */


/* Insurance  Form  */

.get-quote__right .tabs-content {
    position: relative;
    display: block;
}

.get-quote__right .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.get-quote__right .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.get-quote__content {
    position: relative;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 80px 50px;
    width: 580px;
    border-radius: 20px;
    margin-left: 8%;
    background: #fff;
}

.get-quote__form {
    position: relative;
    display: block;
}

.get-quote__content-box {
    position: relative;
    display: block;
}

section.get-quote {
    padding: 130px 0 450px 0;
    position: relative;
    margin-top: 90px;
}

section.get-quote:before {
    position: absolute;
    content: '';
    background-image: url(../images/water.png);
    background-size: contain;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    background-position: bottom;
    z-index: -1;
}

section.get-quote:after {
    position: absolute;
    content: '';
    background-image: url(../images/earth.png);
    background-size: contain;
    width: 54%;
    height: 57%;
    left: 22%;
    top: 75px;
    background-position: top;
    z-index: 0;
    background-repeat: no-repeat;
    animation-name: spin;
    animation-duration: 90000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.get-quote__content h2.theme-h2 {
    font-size: 63px;
}

.get-quote__input-box input,.get-quote__input-box textarea,
.get-quote__input-box select.form-select {
    width: 100%;
    margin-bottom: 50px;
    border: unset;
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 25px;
    color: #7c7c7c;
    font-family: 'Bebas-Regular';
    font-weight: 400;
    padding-bottom: 10px;
}

.get-quote__input-box input::placeholder {
    color: #7c7c7c;
    font-family: 'Bebas-Regular';
    font-size: 24px;
}

.form-bottm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.form-bottm h6 {
    margin: 0;
    font-size: 25px;
    color: #7c7c7c;
    font-family: 'Bebas-Regular';
}

.form-bottm i {
    color: #ffc107;
}

.get-quote__content:before {
    position: absolute;
    content: '';
    background: #0092b3;
    left: -30px;
    top: 30px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

ul.tab-buttons {
    display: grid;
    justify-content: right;
    text-align: center;
    gap: 30px;
    margin-top: 70px;
    margin-right: 10%;
    position: relative;
    z-index: 9;
}

ul.tab-buttons li {
    height: 73px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    border-radius: 50px;
    color: #171717;
    font-family: 'Bebas-Regular';
    text-align: center;
    border: 1px solid #7f7f7f;
    background: #fff;
    padding: 15px 0;
    line-height: 1;
    cursor: pointer;
}

ul.tab-buttons li:hover {
    background: #0092b3;
}

ul.tab-buttons li p {
    margin: 0;
    color: #171717;
    font-size: 37px;
    font-family: 'Bebas-Regular';
}

ul.tab-buttons li.active-btn {
    background: #0092b3;
    border-color: #000;
    border-width: 2px;
}

ul.tab-buttons li.active-btn p {
    color: #fff;
}


/* end  */


/* Blog */

section.blog {
    margin-top: -180px;
    padding-bottom: 50px;
}

.blog-heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog-card-img img {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
}

.blog-card-img {
    position: relative;
}

.blog-card-date {
    width: 30%;
    background-color: #0092b3;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-card .blog-card-img .blog-card-date h5 {
    color: #fff;
    font-size: 33px;
    line-height: 24px;
    margin: 0;
    font-family: 'Bebas-Regular';
}

.blog-card .blog-card-img .blog-card-date h6 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'poppins';
    margin: 0;
}

.blog-card-txt h6 {
    font-size: 12px;
    line-height: 1;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 20px 0 20px;
}

.blog-card-txt h5 {
    font-size: 18px;
    line-height: 1;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
}

.blog-card-txt p {
    font-size: 12px;
    line-height: 24px;
    color: #6c757d;
    font-family: 'Poppins';
}

.blog-card-txt ul.blog-card-bottom-list-main,
.blog-card-txt ul.blog-card-bottom-list-main ul.blog-card-bottom-list,
.blog-card-txt ul.blog-card-bottom-list-main ul.blog-card-bottom-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-card-txt ul.blog-card-bottom-list-main ul.blog-card-bottom-list li p {
    font-size: 12px;
    line-height: 24px;
    font-family: 'Poppins';
    margin: 0;
}

.blog-card-txt ul.blog-card-bottom-list-main li {
    width: 37%;
}

.blog-card-txt ul.blog-card-bottom-list-main li p {
    font-size: 12px;
    line-height: 24px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 500;
    margin: 0;
}

.blog-card-txt ul.blog-card-bottom-list-main ul.blog-card-bottom-list li p {
    color: #6c757d;
}

.blog-left-img-txt img {
    width: 100%;
}

.blog-left-img-txt {
    position: relative;
}

.blog-left-img-txt .blog-left-txt-main {
    position: absolute;
    bottom: 55px;
    z-index: 9;
    left: 10px;
}

.blog-left-img-txt .blog-left-txt h5 {
    font-size: 28px;
    line-height: 22px;
    color: #fff;
    font-family: 'Bebas-Regular';
    margin: 10px 0;
}

.blog-left-img-txt .blog-left-txt p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-family: 'Poppins';
    margin: 10px 0;
}

.blog-left-txt {
    width: 50%;
    margin: 0 90px;
}


/* Blog */


/* Testimonials */

.author {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
}

.quote {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.testi-heading h2 {
    font-size: 118px;
}

.testi-slide p {
    font-size: 18px;
    line-height: 31px;
    color: #8a8a8a;
    width: 102%;
    font-family: 'Montserrat', sans-serif;
}

.author-txt h5 {
    font-family: 'Bebas Neue';
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.author-txt h6 {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
    font-weight: 600;
}

.author-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 0 6px 0 #989898;
    border-radius: 100px;
}

.author-img {
    padding: 4px;
}

.map-img {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: end; */
    /* padding-left: 7%; */
}


/* .testi-imgs-all {
position: absolute;
} */


/* .testi-heading h2 {
font-size: 90px;
} */

section.testi-sec .container-fluid {
    padding: 0 0 0 6%;
}

.testi-slider .slick-slide {
    margin: 0 70px 0 0;
}

.testi-imgs-all .testi-auth-img:nth-child(1) {
    position: absolute;
    right: 22%;
    top: -60px;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 3px 3px 6px 4px #0092b363;
}

.testi-imgs-all .testi-auth-img:nth-child(2) {
    position: absolute;
    left: 9%;
    top: -35px;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 3px 3px 6px 4px #0092b363;
}

.testi-imgs-all .testi-auth-img:nth-child(3) {
    position: absolute;
    right: 32%;
    top: 105px;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 3px 3px 6px 4px #0092b363;
    /* animation: pulse-animation 2s infinite; */
}

.testi-imgs-all .testi-auth-img:nth-child(4) {
    position: absolute;
    right: 70%;
    top: 230px;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 3px 3px 6px 4px #0092b363;
}

.testi-imgs-all .testi-auth-img:nth-child(5) {
    position: absolute;
    right: 21%;
    top: 320px;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 3px 3px 6px 4px #0092b363;
    bottom: auto;
}

.testi-auth-img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-auth-img::before {
    position: absolute;
}

.testi-auth-img img {
    position: relative;
    border: 60px;
}

.testi-heading {
    margin-bottom: 20px;
}

.testi-auth-img img {
    width: 60px;
    height: 60px;
    border-radius: 100px !important;
    object-fit: cover;
    box-shadow: 3px 3px 13px 0 #feedca82;
    border: 3px solid #fff;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

ul.star i {
    color: #f39f1e;
    font-size: 20px;
}

.testi-slider .slick-dots li {
    margin-left: auto;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 45px 0px;
    padding: 0;
    cursor: pointer;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: 2%;
    display: block;
    width: 0;
    padding: 0;
    margin: 0;
    left: -100px;
    list-style: none;
    text-align: center;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    content: '\f111';
    text-align: center;
    opacity: 1;
    font-family: 'Font Awesome 5 Free';
    color: #0092b3 !important;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
}

ul.slick-dots:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 120%;
    left: 8px;
    top: -30px;
    background: linear-gradient(95deg, rgb(186 186 186 / 14%) 10%, rgba(186, 186, 186, 1) 50%, rgba(186, 186, 186, 1) 74%, rgb(186 186 186 / 23%) 94%);
    z-index: -2;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 5 !important;
    font-weight: bold;
    font-size: 15px;
}

.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-dots li.slick-active button::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: #008aff66;
    left: -3px;
    top: -3px;
    border-radius: 40px;
}

img.person1 {
    width: 105px;
    height: 105px;
    object-fit: cover;
    box-shadow: 3px 3px 15px 7px #eae3da;
    border: 3px solid #fff;
}

img.person3 {
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 3px 3px 13px 0 #feedca82;
    border: 5px solid #fff;
}

img.person5 {
    width: 120px;
    height: 120px;
    object-fit: cover;
    box-shadow: 3px 3px 13px 8px #feedca82;
    border: 5px solid #fff;
}

img.person2 {
    width: 140px;
    height: 140px;
    object-fit: cover;
    box-shadow: 3px 3px 12px 4px #feedca82;
    border: 5px solid #fff;
}

img.person4 {
    width: 140px;
    height: 140px;
    object-fit: cover;
    box-shadow: 3px 3px 13px 8px #feedca82;
    border: 5px solid #fff;
}

.testi-sec {
    position: relative;
    padding: 12% 0 100px 0;
    overflow: hidden;
}


/* Testimonials */


/* Footer Starts  */

.footerSec {
    background-color: #141414;
    padding: 70px 0 0 0;
}

.footerSec-logo-txt p {
    font-size: 12px;
    line-height: 24px;
    color: #c7c7c7;
    font-family: 'Poppins';
    margin: 30px 0;
}

.footer-quick-links h5,
.footer-contact-links h5,
.footer-news h5 {
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    margin: 10px 0 20px 0;
    font-weight: 600;
}

.footer-quick-links {
    margin-left: 20px;
}

.footer-quick-links a,
.footer-contact-links a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
}

.footer-contact-links {
    width: 63%;
    margin: 0 auto;
}

.footerSec a:hover {
    color: #0090b1;
}

.footer-quick-links ul li,
.footer-contact-links ul li {
    margin: 15px 0;
}

.footer-contact-links ul li i {
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 18px;
}

.footer-contact-links ul li.footer-contact-links-mid-link {
    border-top: 1px solid #ffffff4a;
    border-bottom: 1px solid #ffffff4a;
}

.footer-contact-links ul.linkList li {
    padding: 20px 0;
    margin: 0;
}

.footer-news p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 30px 0;
}

.footerForm input {
    border-radius: 100px;
    padding: 10px 20px;
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0 0 10px 0;
}

.footerForm input::placeholder {
    font-size: 14px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
}

.footer-btn {
    width: 100%;
}

.footer-btn button {
    background-color: #0092b3;
    border-radius: 100px;
    border: 3px solid #ffff;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 70%;
}

.footer-rights p,
.footer-rights p a {
    color: #ffff;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.footer-rights {
    padding: 20px 0;
}

.footerSec .container-fluid {
    padding: 0;
    border-top: 1px solid #ffffff57;
    margin: 20px 0 0 0;
}


/* Footer end  */

.footer-rights {
    padding: 20px 0;
}

.footerSec .container-fluid {
    padding: 0;
    border-top: 1px solid #ffffff57;
    margin: 20px 0 0 0;
}


/* Footer end  */

@keyframes Mymove {
    0% {
        transform: translate(0px, -60px);
    }
    10% {
        transform: translate(0px, 66px);
    }
    100% {
        transform: translate(700px, 66px);
    }
}

@keyframes ser-move {
    0% {
        transform: translate(0px, 0px);
    }
    90% {
        transform: translate(1005px, 0px);
    }
    100% {
        transform: translate(1005px, 140px);
    }
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.banr-txt {
    text-align: center;
    padding-top: 19%;
}

.banr-txt1 {
    position: relative;
}

.banr-txt2 h1 {
    font-size: 190px;
    -webkit-text-stroke: 2px #636365;
    color: transparent;
}

.banr-txt2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

@keyframes Mymove1 {
    0% {
        transform: translate(60px, -213px);
    }
    10% {
        transform: translate(10px, -217px);
    }
    20% {
        transform: translate(-20px, -214px);
    }
    30% {
        transform: translate(-43px, -207px);
    }
    40% {
        transform: translate(-61px, -196px);
    }
    50% {
        transform: translate(-78px, -188px);
    }
    60% {
        transform: translate(-92px, -176px);
    }
    75% {
        transform: translate(-135px, -137px);
    }
    90% {
        transform: translate(-153px, -92px);
    }
    100% {
        transform: translate(-154px, 0px);
    }
}

@keyframes Mymove2 {
    0% {
        transform: translate(-84px, -7px);
    }
    10% {
        transform: translate(-9px, -13px);
    }
    20% {
        transform: translate(13px, -27px);
    }
    30% {
        transform: translate(30px, -38px);
    }
    40% {
        transform: translate(43px, -45px);
    }
    50% {
        transform: translate(70px, -55px);
    }
    60% {
        transform: translate(83px, -70px);
    }
    75% {
        transform: translate(94px, -102px);
    }
    90% {
        transform: translate(94px, -230px);
    }
    100% {
        transform: translate(94px, -233px);
    }
}

img.person-02 {
    animation: Mymove2 7s linear infinite alternate;
}

img.person-01 {
    animation: Mymove1 7s linear infinite alternate;
}


/*INNER BANNER*/

.inner_banner {
    position: relative;
}

.inner_banner>img {
    width: 100%;
    height: 400px;
    object-position: center;
    object-fit: cover;
}

.inner_ban_text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_ban_text h2 {
    margin-top: 100px;
    color: #fff;
    text-align: center;
    font-size: 80px !important;
    font-weight: 800;
}

.insurance-detail_page {
    padding: 80px 0;
}

.insurance-detail_page_content p {
    font-size: 15px;
    color: #000;
}

.insurance-detail_page_content h2 {
    font-size: 70px !important;
    font-weight: 700;
}

.insurance-detail_page_content ul li {
    position: relative;
    font-size: 15px;
    color: #000;
    padding-left: 22px;
}

.insurance-detail_page_content ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    left: 0;
    position: absolute;
    font-size: 11px;
    color: #0092b3;
}

.categories_insurance_sec {
    padding-bottom: 80px;
}

.get_insurance_form input {
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0;
    padding-left: 10px;
    font-family: 'Poppins' !important;
    font-size: 16px;
    color: #000;
}

.get_insurance_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

section.get-quote.get-quote-two.get_insurance_form select {
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0;
    padding-left: 10px;
    font-family: 'Poppins' !important;
    font-size: 16px;
    color: #000;
}

.get_insurance_form select option {
    font-family: 'Poppins' !important;
    font-size: 16px;
    color: #000;
}

.get_insurance_form input::placeholder {
    font-family: 'Poppins' !important;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.get_insurance_form label {
    color: #7c7c7c;
    font-family: 'Bebas-Regular';
    font-size: 24px;
}

section.get-quote.get-quote-two.get_insurance_form {
    height: 1300px;
    margin-top: 0;
    padding-bottom: 80px !important;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

section.get-quote.get-quote-two.get_insurance_form .get-quote__content {
    width: 100%;
    margin-left: 0;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/* Inner about */

section.about-us.inn-abt {
    box-shadow: unset;
    margin: 0;
}

section.about-us.inn-abt:after {
    top: 5.5%;
}


/* end  */


/* Contact Page Start */

section.contact-sec {
    padding: 100px 0;
}

.get-in-touch-sec {
    background-repeat: no-repeat;
    padding: 30px 50px;
    border-radius: 0;
    width: 97%;
    padding-bottom: 10%;
    height: 100%;
    background: #0092b3;
    margin: 30px 0;
    border-radius: 20px;
}

.get-in-touch-sec h4 {
    font-size: 49px;
    color: #fff;
    font-family: 'Bebas-Regular';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 74px;
    margin: 20px 0;
}

.get-in-touch-sec p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 7%;
    line-height: 30px;
    font-family: 'Raleway';
}

.get-in-touch-sec ul {
    display: flex;
    margin-bottom: 10%;
    align-items: center;
    gap: 20px;
}

.get-in-touch-sec ul li span {
    color: #ef165d;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 30px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 20px 23px;
}

.get-in-touch-sec ul li h6 {
    font-size: 26px;
    color: #fffcf3;
    margin-bottom: 3px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 41px;
}

.get-in-touch-sec ul li a {
    font-size: 19px;
    color: #fffcf3 !important;
    font-weight: 500;
}

.req-qoute-sec h4 {
    font-size: 50px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Bebas-Regular';
    font-weight: 100;
    color: #0092b3;
    text-transform: uppercase;
    line-height: 75px;
}

.contact-inpt.about-text a {
    font-size: 20px;
    text-transform: uppercase;
    background: #973416;
    color: #fff;
    padding: 13px 40px;
    background-image: -moz-linear-gradient( 90deg, rgb(123, 232, 255) 0%, rgb(41, 137, 204) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0 0 0) 0%, rgb(254 0 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(123, 232, 255) 0%, rgb(41, 137, 204) 100%);
}

.contact-inpt input::placeholder {
    font-family: revert;
    color: #808080c7;
}

.contact-inpt input {
    width: 95%;
    margin-bottom: 15px;
    padding: 15px 20px;
    border: 1px solid #b7b7b7;
    margin-bottom: 3%;
    color: #000;
    border-radius: 100px;
}

.contact-inpt textarea {
    width: 95%;
    border: 1px solid #b7b7b7;
    margin-bottom: 10px;
    padding: 12px 20px;
    resize: none;
    border-radius: 35px;
    resize: vertical;
}

.contact-inpt input::placeholder {
    font-size: 14px;
}

.contact-inpt textarea::placeholder {
    font-size: 14px;
    font-family: "Avenir";
}

.req-qoute-sec {
    padding: 65px 25px 65px 40px;
    position: relative;
    background: #fff;
    height: 100%;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.req-qoute-sec h4:before {
    content: "";
    background: #0092b3;
    position: absolute;
    left: -40px;
    top: -8px;
    height: 55px;
    width: 7px;
}

.get-in-touch-sec ul li i {
    background: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #0092b3;
}

.contact-inpt button {
    font-size: 16px;
    border: 0;
    border-radius: 0;
    padding: 0 30px;
    height: 50px;
    letter-spacing: 2px;
}

.inner-contact-map {
    text-align: center;
}

.inner-contact-map iframe {
    width: 100%;
    height: 400px;
    margin: 0 0 30px;
    filter: invert(1);
}

.inner-contact-map h4 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    line-height: 50px;
}

.contact-inpt button {
    border-radius: 100px;
}


/* Contact Page End */

section.blog.inn-blogs {
    margin: 0;
}

.blog-card-img img {
    height: 325px;
    object-fit: cover;
}


/* Blog Detail */

.blog-post-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

section.blog-detail {
    padding: 80px 0;
}

p.post-tag {
    font-size: 20px;
    color: #000;
}

h4.post-link a {
    font-size: 30px;
    color: #0092b3;
}




/* end  */