*,
*::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    font-family: sans-serif !important;
}

/* coustom css start  */

body, html {
    font-size: 10px;
    font-weight: 400;
    font-family: sans-serif !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
    line-height: 1.5;
}

h1 {
    color: var(--black-color);
    font-size: 5.5rem;
    font-weight: 800;
    font-family: sans-serif;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 2rem;
}

h2 {
    color: var(--white-color);
    font-size: 4rem;
    font-weight: 700;
    font-family: sans-serif;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 2rem;
}

h3 {
    color: var(--white-color);
    font-size: 3rem;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 1.4;
    margin-bottom: 1rem;
}

h4 {
    color: var(--black-color);
    font-size: 3rem;
    font-weight: 500;
    font-family: sans-serif;
    line-height: 1;
    margin-bottom: 2rem;
}

h5 {
    color: var(--white-color);
    font-size: 1.6rem;
    font-weight: 300;
    font-family: sans-serif;
    line-height: 1;
    margin-bottom: 0.9375rem;
    text-transform: uppercase;
}

p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 1rem;
    color: var(--white-color);
}

a,
a:active,
a:focus,
a:hover,
.btn:focus {
    text-decoration: none;
    box-shadow: none;
    outline: none;
}


.sec-title h1::after {
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    width: 50%;
    height: 50%;
    right: -0.4rem;
    bottom: 0%;
    opacity: 0.5;
}

/* coustom css exit */



/* header section start  */

.header {
    background-color: rgb(0,164,166);
    padding: 1rem 0;
}

.header .navbar-brand img {
    width: 20rem;
    height: auto;
    object-fit: cover;
}

.header .navbar-nav .nav-item .nav-link {
    color: var(--white-color);
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.5rem 2rem;
    margin: 0 0.2rem;
}

.header .navbar-toggler {
    color: var(--white-color);
    font-size: 2rem;
    height: 2.7rem;
    padding: 0;
}

.header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.header a.navbar-brand {
    text-align: center;
    width: 100%;
}

/* header section exit  */




/* double card section */
section.double-card {
    margin-top: 120px;
    margin-bottom: 30px;
}

section.double-card .shadow-div {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 20px;
    height: 420px;
    background-color: white
}

section.double-card .shadow-div input#inputEmail4 {
    outline: none;
    box-shadow: none;
    padding: 10px 8px;
    font-size: 14px;
}

section.double-card .shadow-div input#inputAddress{
    outline: none;
    box-shadow: none;
    padding: 10px 8px;
    font-size: 14px;  
}

section.double-card .shadow-div textarea#floatingTextarea{
    outline: none;
    box-shadow: none;
    padding: 7px 6px;
    font-size: 14px; 
}

section.double-card .shadow-div button.btn.btn-primary {
    background: linear-gradient(94.11deg, #3D5BF6 9.47%, #5973F7 96.45%);
    width: 100%;
    font-size: 14px;
    padding: 8px 0px;
}

/* right card */
section.double-card .shadow-div h3.content {
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
}

section.double-card .shadow-div h3.sub-content{
    text-transform: capitalize;
    text-align: center;
    font-size: 18px; 
    color: rgb(0,164,166);
}

section.double-card .shadow-div p.toll{
text-align: center;
}

section.double-card .shadow-div h3.head {
    font-size: 18px;
}

.right-div{
    margin-top: 100px;
}

.left-div {
    margin-top: 50px;
}

/* double card section */
