/*Main Css */
html {
    scroll-behavior: smooth;
}

::selection {
    background: #474C56;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #474C56;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: 'Poppins';
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #ff5e14;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Roboto";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */
.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 10px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 5px 0;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 15px 0 10px;
    background-color: #F2F7FF;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #0f4c97;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.menu li a {
    display: block;
    font-size: 16px;
    color: #474C56;
    font-weight: 500;
    position: relative;
}

.menu li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -24px;
    left: 0;
    background-color: #065593;
    transition: 0.3s ease-in-out;
}

.menu li:hover a:before,
.menu li:before {
    width: 100%;
}

.head-tel {
    margin-left: 80px;
}

.head-tel i {
    transform: rotate(90deg);
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #065593;
}

/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 35px 0 0px;
    height: 680px;
    margin-top: 84px;
}

.register-form {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.register-form h5 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #ffd252;
}

.register-form h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 0 30px;
}

.register-form input, .register-form select {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    border: 0.4px solid #FFFFFF;
    font-family: 'Poppins';
}

.box {
    display: none;
}

.register-form select option {
    color: #000;
}

.register-form label {
    color: #ffffffa6;
    font-size: 10px;
    line-height: 15px;
    margin-top: -14px;
    margin-bottom: 15px;
}


/* The container */
.register-form .fld .container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #fff;
    display: inline;
}

/* Hide the browser's default radio button */
.register-form .fld .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.register-form .fld .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    /* background-color: #eee; */
    border-radius: 50%;
    border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.register-form .fld .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.register-form .fld .container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.register-form .fld .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.register-form .fld .container input:checked ~ .checkmark:after {
    display: block;
    background: #065593;
}

/* Style the indicator (dot/circle) */
.register-form .fld .container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.register-form .fld p {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    padding: 6px 0 15px;
}

.register-form .fld {
    margin-bottom: 20px;
}

.register-form input[type="submit"] {
    width: 100%;
    padding: 15px 0;
    background: #065593;
    box-shadow: inset 36.3333px -36.3333px 36.3333px rgba(194, 194, 194, 0.1);
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 10px;
}

.register-form input[type="submit"]:hover {
    transform: scale(1.05);
}

/* .register-form .sbt{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}
.register-form .sbt::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: #6366F1;
    bottom: -150px;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.register-form .sbt:hover::before{
    bottom: 0px;
} */
.register-form .tag-line p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Poppins';
    padding: 0;
}

.register-form .tag-line p span {
    color: #EDAA1E;
}

.register-form .tag-line p span i {
    font-size: 12px;
    margin-left: 1px;
}

.mainBanner .content1 {
    padding: 100px 0 00px;
    position: relative;
}

.mainBanner .content1 .arrow {
    position: absolute;
    top: 50%;
    right: -30px;
}

.mainBanner h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 80px;
    color: #FFFFFF;
}

.mainBanner h1 span {
    color: #ffd252;
    position: relative;
}

.mainBanner h1 span:before {
    position: absolute;
    content: "";
    background-image: url("../images/line-purple.png");
    width: 100%;
    height: 35px;
    left: 0;
    bottom: -20px;
}

.mainBanner h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #FFFFFF;
    padding: 20px 15% 20px 0;
}

.mainBanner .list1 li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.mainBanner .list1 li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffd252;
    top: 7px;
    left: 0;
}

.mainBanner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 25px 0 0;
}

.mainBanner p a {
    color: #ffd252;
    position: relative;
}

.mainBanner p a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: #ffd252;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

.mainBanner p a:hover:before {
    width: 100%;
}

.sec1 {
    padding: 35px 0 80px;
}

.sec1 h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #111827;
}

.sec1 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6B7280;
    padding: 15px 0 15px;
}

.sec1 ul li {
    background: #F2F7FF;
    border-radius: 2px;
    padding: 8px 15px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #6B7280;
    padding-left: 35px;
}

.sec1 ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #6B7280;
    border-radius: 50%;
    top: 20px;
    left: 20px;
}

.common-head {
    text-align: center;
}

.common-head h6 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    padding-bottom: 15px;
    background: linear-gradient(95.32deg, #065593 -15.41%, #0d4f6b 48.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.common-head h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #111827;
}

.common-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
    padding-top: 15px;
}

.sec2 .common-head {
    margin-bottom: 75px;
}

.sec2 {
    padding: 0px 0 80px;
}

.how-box {
    text-align: center;
    position: relative;
    padding: 00px 15px 60px;
    border-radius: 8px;
    overflow: hidden;
}

.how-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    background: #F9FAFB;
    bottom: -500px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.4s ease-in-out;
}

.how-box:hover::before {
    bottom: 0;
}

.how-box h5 {
    width: 48px;
    height: 48px;
    background: #8286F3;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 0;
}

.how-box h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #111827;
    padding: 40px 0 15px;
}

.how-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
}

.sec3 .cta {
    background-image: url("../images/cta.png");
    background-size: cover;
    background-position: center;
    padding: 65px 0;
    text-align: center;
    border-radius: 12px;
}

.sec3 h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    color: #FFFFFF;
}

.sec3 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #C6CBDB;
    padding: 15px 0 20px;
}

.theme-btn1 {
    width: 261px;
    height: 62px;
    background: #065593;
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.theme-btn1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: #6366F1;
    bottom: -150px;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.theme-btn1:hover::before {
    bottom: 0;
}

.theme-btn1:hover {
    color: #fff;
}

.sec4 {
    padding: 80px 0;
}

.sec4 h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #111827;
    padding: 0 0 25px;
}

.sec4 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6B7280;
}

.search-box {
    position: relative;
}

.search-box input {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B6BDC3;
    width: 100%;
    padding: 15px 15px 15px 55px;
    border: 1px solid #525FE1;
    font-family: 'Poppins';
}

.search-box .icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.search-box .icon i {
    font-size: 18px;
    font-weight: 400;
}

.right-bar a {
    display: block;
    font-size: 16px;
    color: #71777D;
    padding: 15px;
    border: 0.2px solid #71777d38;
}

.sec5 .common-head {
    padding-bottom: 50px;
}

.pckg-box {
    border: 1px solid #E3E7EA;
}

.pckg-box .top {
    text-align: center;
    background: linear-gradient(151.92deg, #F9F9F9 -3.6%, #DEDEDE 88.81%);
    padding: 15px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
}

.pckg-box .top h2 {
    font-weight: 600;
    font-size: 22px;
    color: #1F1F1F;
    padding-bottom: 15px;
}

.pckg-box .top h6 {
    font-weight: 500;
    font-size: 14px;
    color: #777777;
    margin-top: auto;
}

.pckg-box .top h4 {
    font-weight: 600;
    font-size: 30px;
    color: #1A1A1A;
    padding: 10px 0;
}

.pckg-box .top h5 {
    font-weight: 500;
    font-size: 14px;
    color: #777777;
    padding-bottom: 20px;
}

.pckg-box .top .p-btn1 {
    width: 229px;
    height: 50px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background: #1F2839;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pckg-box .top .p-btn1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: -150px;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.pckg-box .top .p-btn1:hover::before {
    bottom: 0;
}

.pckg-box .txt {
    padding: 30px 15px 15px;
}

.pckg-box li {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1F1F1F;
    opacity: 0.8;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.pckg-box li strong {
    font-weight: bold;
}

.pckg-box li::before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 pro";
    font-size: 14px;
    font-weight: 700;
    color: #1F2839;
    top: 2px;
    left: 0;
}

.pckg-box .p-btn2 {
    width: 100%;
    height: 50px;
    text-align: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background: #1F2839;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pckg-box .p-btn2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: -150px;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.pckg-box .p-btn2:hover::before {
    bottom: 0;
}

.prcBox:nth-child(3) .pckg-box h2, .prcBox:nth-child(3) .pckg-box h4 {
    color: #1975FF !important;
}

.prcBox:nth-child(3) .pckg-box .p-btn1, .prcBox:nth-child(3) .pckg-box .p-btn2 {
    background-color: #1975FF !important;
}

.prcBox:nth-child(3) .pckg-box li::before {
    color: #1975FF !important;
}

.prcBox:nth-child(4) .pckg-box h2, .prcBox:nth-child(4) .pckg-box h4 {
    color: #FE7749 !important;
}

.prcBox:nth-child(4) .pckg-box .p-btn1, .prcBox:nth-child(4) .pckg-box .p-btn2 {
    background-color: #FE7749 !important;
}

.prcBox:nth-child(4) .pckg-box li::before {
    color: #FE7749 !important;
}

.sec6 {
    background-image: url("../images/t-back.png");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.sec6 h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #91A9F0;
}

.sec6 h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    padding: 10px 0 40px;
}

.sec6 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #BBC9D5;
}

.testimonial-box {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    /* z-index: 1; */
    margin-bottom: 50px;
}

.testimonial-box::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background-color: #3F4959;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    border-radius: 8px;
    z-index: -1;
}

.testimonial-box .clt {
    display: flex;
    align-items: center;
}

.testimonial-box .clt .img {
    flex-shrink: 0;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #442EFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-box h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #383838;
}

.testimonial-box h4 span {
    display: block;
    padding-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    background: linear-gradient(91.4deg, #7F09FF 20.47%, #CF9FFF 99.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonial-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 35px;
}

.testimonial-box .quote {
    position: absolute;
    top: 50px;
    right: 35px;
}

.testimonial-slider .slick-dots li button {
    height: 5px;
    width: 5px;
    background: #6C8DAF;
}

.testimonial-slider .slick-dots li.slick-active button {
    height: 5px;
    width: 5px;
    background: #0F67F6;
    margin: 0 10px;
}

.testimonial-slider .slick-dots li.slick-active {
    position: relative;
}

.testimonial-slider .slick-dots li.slick-active::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #0F67F6;
    top: 13px;
    left: 7px;
}

.sec7 {
    padding: 80px 0;
}

.sec7 .common-head {
    padding-bottom: 30px;
}

/* accordion css */
.accordian li h4 {
    margin-bottom: 10px;
    background-color: #FAFAFA;
    color: #08203A;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding: 22px 22px;
}

.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    position: absolute;
    top: 23px;
    right: 22px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.accordian p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.accordian li > div {
    display: none;
    padding: 0 10% 15px 15px;
    background-color: #FAFAFA;
    margin-bottom: 15px;
}

.accordian li.active h4::after {
    content: "\f068";
}

footer {
    background-image: url("../images/bg-foot.png");
    background-size: cover;
    background-position: center;
    padding: 55px 0 50px;
    text-align: center;
}

footer h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    border-bottom: 1px solid #17283A;
    padding: 0 0 10px;
}

footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #C6CBDB;
    padding: 15px 0;
}

.get-btn {
    width: 247px;
    height: 72px;
    border-radius: 6px;
    margin: 0 5px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 72px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #065593;
}

.get-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #065593;
    bottom: 0px;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;

}

.get-btn:hover::before {
    left: -300px;
}

.get-btn:hover {
    color: #fff;
    border-color: #fff;
}

.chat-btn {
    width: 247px;
    height: 72px;
    border-radius: 6px;
    margin: 0 5px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 72px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #fff;
}

.chat-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #065593;
    bottom: 0px;
    left: 100%;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.chat-btn:hover::before {
    left: 0;
}

.chat-btn:hover {
    color: #fff;
    border-color: transparent;
}

.tel-btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.tel-btn i {
    transform: rotate(90deg);
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
}

.tel-btn:hover {
    color: #fff;
    transform: scale(1.05);
}

.copyright {
    margin-top: 40px;
    padding: 20px 0 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.copyright p {
    text-align: left;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
}


section.sec5 {
    padding: 0 0 80px;
}

.sec6 .col-md-6 p {
    padding-top: 15px;
}

.testimonial-slider {
    padding: 0 3%;
}


.testimonial-box .clt .img img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100px;
}

p strong {
    font-weight: bold;
}


span.cutprice {
    font-: initial;
    text-decoration: line-through;
    color: #ffffff8a;
}

.pckg-box .top h4 sup {
    font-size: 25px;
    text-decoration: line-through;
    color: #adadad;
    margin-right: 8px;
    top: 0px;
}


.overlay {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.44);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);


    z-index: 10;
    display: none;
}

.overlay:after {
    background: transparent;
}

.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 750px;
    /* height: 425px; */
    background: #000000e6;
    box-shadow: 0px 0px 30px -9px #0000006e;
    z-index: 11;
    overflow: hidden;
    display: none;
    padding: 30px 40px;
    border-radius: 7px;
}

.formpop input[type="text"], .formpop input[type="tel"], .formpop input[type="email"], input[type="file"], .formpop select {
    border: 1px solid #ffffff42;
    width: 100%;
    color: #fff;
    height: 42px;
    padding: 9px 15px;
    margin-bottom: 12px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background: transparent;
}

.formpop select option {
    color: #000;
}

.formpop h5 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #ffd252;
}

.formpop h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 0 16px;
}


.formpop .fld {
    margin-bottom: 20px;
}

.formpop .fld .container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #fff;
    display: inline;
}

.formpop .fld .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.formpop .fld .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    /* background-color: #eee; */
    border-radius: 50%;
    border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.formpop .fld .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.formpop .fld .container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.formpop .fld .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.formpop .fld .container input:checked ~ .checkmark:after {
    display: block;
    background: #065593;
    z-index: 9999;
    width: 11px;
    height: 11px;
    border-radius: 270px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.formpop {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.formpop p {
    margin-bottom: 12px;
    line-height: 1.4em;
}

.c-pad {
    padding: 0 5px;
}

.formpop input[type="submit"] {
    width: 100%;
    padding: 15px 0;
    background: #065593;
    box-shadow: inset 36.3333px -36.3333px 36.3333px rgb(194 194 194 / 10%);
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 10px;
    font-family: 'Poppins';
    text-transform: capitalize;
}


.closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
}

.closeico i {
    background: url(../images/e-remove.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.mmpopup mark {
    background: transparent;
}


.copyright a {
    color: #ffd252;
}

.copyright a:hover {
    color: #fff;
}


@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #0f4c97;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }

    ul.menu li {
        display: block;
    }

    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }

    .logo img {
        max-width: 100%;
    }

    .container {
        position: relative;
    }

    header .main-header ul.menu > li {
        display: block;
        margin: 0px;
        padding: 0;
    }

    header .main-header ul.menu > li a {
        color: #fff;
    }

    header .main-header ul.menu > li a:before {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mainBanner .container .row .col-md-7 {
        max-width: 100%;
        flex: 100%;
    }

    .mainBanner .container .row .col-md-5 {
        max-width: 100%;
        flex: 100%;
    }

    .mainBanner {
        height: auto;
        padding-bottom: 38px;
    }

    .mainBanner .content1 {
        padding: 0px 0 0px;
        position: relative;
    }

    .mainBanner .content1 .arrow {
        display: none;
    }

    .register-form {
        margin: 2rem 0;
    }

    .sec1 .container .row .col-md-5 {
        max-width: 100%;
        flex: 100%;
    }


}


@media (max-width: 824px) {
    .logo img {
        max-width: 84%;
    }

    .mainBanner .content1 {
        padding: 0;
        text-align: center;
    }

    .mainBanner h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .mainBanner h1 span:before {
        bottom: -27px;
    }

    .mainBanner h6 {
        padding: 10px 0% 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .mainBanner .content1 .arrow {
        display: none;
    }

    .mainBanner .list1 li::before {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        margin-right: 10px;
    }

    .mainBanner .list1 li {
        padding: 0;
        font-size: 14px;
        margin-bottom: 6px;
        font-weight: normal;
    }

    .mainBanner p {
        padding: 17px 0;
        font-size: 14px;
    }

    .mainBanner {
        height: auto;
        padding-bottom: 38px;
    }

    .sec1 h2 {
        font-size: 27px;
        font-weight: bold;
    }

    section.sec1 {
        text-align: center;
        padding: 30px 0;
    }

    .sec1 ul li {
    }

    .sec1 p {
        font-size: 14px;
        line-height: 1.8em;
    }

    .sec1 ul li {
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        padding: 8px 5px 8px 25px;
    }

    .sec1 ul li::before {
        left: 15px;
    }

    .sec2 {
        padding: 30px 0;
    }

    .sec3 .cta {
        padding: 24px;
    }

    .sec3 h2 {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.4em;
    }

    section.sec4 {
        text-align: center;
        padding: 30px 0;
    }

    .sec4 h2 {
        font-size: 27px;
        font-weight: bold;
    }

    .sec4 p {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 40px;
    }

    .common-head p {
        font-size: 14px;
    }

    .sec2 .common-head {
        margin-bottom: 50px;
    }

    .how-box h4 {
        padding-top: 23px;
    }

    .copyright p {
        font-size: 10px;
        line-height: 15px;
        text-align: center;
    }

    footer h2 {
        font-size: 27px;
        font-weight: bold;
        line-height: 1.5em;
        border-bottom: 1px solid #ffffff24;

    }

    footer p {
        font-size: 15px;
    }

    a.get-btn {
        width: 90%;
        margin: 12px 0;
    }

    .chat-btn {
        width: 90%;
    }

    .accordian li h4 {
        font-size: 14px;
        line-height: 1.7em;
    }

    .accordian h4::after {
        top: 21px;
    }

    .common-head h2 {
        font-size: 27px;
        font-weight: bold;
        line-height: 1.4em;
    }

    .sec7 {
        padding: 30px 0;
    }

    header {
        padding: 15px 0;
    }

    .sec6 {
        text-align: center;
    }

    .sec6 h2 {
        font-size: 27px;
        font-weight: bold;
        line-height: 1.4em;
        padding: 5px 0 24px;
    }

    .sec6 p {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 35px;
        padding-top: 19px;
    }

    .testimonial-box h4 {
        text-align: left;
        font-size: 17px;
        font-weight: bold;
        line-height: 17px;
    }

    .testimonial-box .clt .img {
        margin-right: 10px;
    }

    .testimonial-box {
        padding: 20px;
    }

    .testimonial-box h4 span {
        font-size: 13px;
    }

    .slick-dots {
        padding: 5px 0 0;
    }

    .pckg-box {
        margin: 15px 0;
    }

    .sec5 .common-head {
        padding-bottom: 15px;
    }

    .sec5 {
        padding: 30px 0;
    }

    .pay {
        text-align: center;
        padding-top: 20px;
    }

}

@media only screen and (min-width: 375px) and (max-width: 736px) {
    .popupmain {
        width: auto;
        height: 100%;
        overflow: scroll;
    }


}

.pckg-box li h4 {
    font-weight: 700;
    float: left;
    margin-right: 3px;
}

.pckg-box .txt > div {
    max-height: 350px;
    overflow: auto;
    padding-right: 10px;
}
