@font-face {
    font-family: 'Fedra';
    src: url('../fonts/fedra.ttf');
}


/******************************/
/******************************/
:root {
    --main: #2A5CA7;
    --sec: #FE7F0A;
    --gray: #606060;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Fedra', serif;
    color: var(--black);
    background: #fff;
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'fedra_bold', serif;
    margin-top: 0;
    font-weight: bold;
    color: var(--white);
}

button,
li,
a {
    color: var(--main);
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

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

ul,
ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type="submit"],
a {
    transition: all 0.5s linear;
}

img,
iframe,
video {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
}
.main-logo img{
        max-height: 100px;

}
.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
    height: 50px;
    border: 1px solid #F5F5F7;
    background: #F4F4F4;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus,
.form-control:hover {
    border-color: var(--main);
    box-shadow: none;
    outline: none;
    color: var(--black);
    transition: all .35s ease-in-out;
}

.btn-main {
    padding: 10px 0 !important;
    padding-inline-start: 20px !important;
    padding-inline-end: 55px !important;
    color: var(--white) !important;
    background-color: var(--main) !important;
    border: 1px solid var(--main) !important;
    border-radius: 35px !important;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all linear .35s;
}

.btn-main:after {
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Free", serif;
    position: absolute !important;
    top: 50% !important;
    color: var(--white) !important;
    transform: translateY(-50%) rotate(0deg) !important;
    inset-inline-end: 15px !important;
    font-size: 20px !important;
    transition: all linear .35s !important;
}

.btn-main:before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    background-color: var(--sec) !important;
    border-radius: inherit !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scale(0) !important;
    transition: all linear .35s !important;
}

.btn-main:hover {
    color: #fff !important;
    border: 1px solid var(--sec) !important;
    background: var(--sec) !important;
    box-shadow: 0 0 13px rgba(0, 0, 0, .3) !important;
    transform: scale(1.05);
}

.btn-main:hover:after {
    color: #fff !important;
    transform: translateY(-50%) rotate(45deg) !important;
}

.btn-main:hover:before {
    opacity: 1;
    visibility: visible !important;
    transform: scale(1) !important;
}

html[dir="rtl"] .btn-main:after {
    content: "\f060" !important;
}

html[dir="ltr"] .btn-main:after {
    content: "\f061" !important;
}
html[dir="rtl"] .btn-login.btn-main , html[dir="ltr"] .btn-login.btn-main{
     width: 160px;
    text-align: center;      
}
html[dir="rtl"] .btn-login.btn-main:after , html[dir="ltr"] .btn-login.btn-main:after{
      content: "\f023" !important;
}
html[dir="rtl"] .btn-reg.btn-main , html[dir="ltr"] .btn-reg.btn-main{
    padding-inline-end: 20px !important;
        width: 155px;
    text-align: center;
}
html[dir="rtl"] .forgit.btn-main , html[dir="ltr"] .forgit.btn-main{
   color: var(--sec) !important; 
      background-color: transparent !important;
    border: 1px solid transparent !important;
    padding :0px !important;
}

html[dir="rtl"] .btn-reg.btn-main:after , html[dir="ltr"] .btn-reg.btn-main:after,
html[dir="rtl"] .forgit.btn-main:after , html[dir="ltr"] .forgit.btn-main:after
{
      content: none !important;
}

.main-title {
    position: relative;
    color: var(--black);
    font-size: 38px;
    font-weight: bold;
}

.main-title i {
    font-size: 20px;
}

@media (max-width: 992px) {
    .btn-main {
        padding-inline-start: 10px !important;
        padding-inline-end: 40px !important;
        font-size: 12px;
    }
    html[dir="rtl"] btn-main:after , html[dir="ltr"] .btn-main:after

{
      content: none !important;
        
}

}

@media (max-width: 768px) {
    .row-hd .main-header-col:nth-of-type(2) {
        order: 1;
    }

    .row-hd .main-header-col:nth-of-type(1) {
        order: 2;
    }

    .row-hd .main-header-col:nth-of-type(3) {
        order: 3;
    }
}

/******************************/
/* && Menu &&*/
/******************************/
.dd-trigger {
    display: block;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


.menu-icons a:not(:last-of-type) {
    margin-inline-end: 10px;
}

.nav-list > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    color: var(--white);
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.nav-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    border-radius: 100%;
    color: var(--sec);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.menu-item-has-children {
    display: flex;
    width: 100%;
    align-items: center;
}

html[dir="rtl"] .nav-btn {
    margin-inline-end: 10px;
}

html[dir="ltr"] .nav-btn {
    margin-inline-start: 10px;
}

html[dir="ltr"] .mobile-nav-list {
    left: 0;
    transform: translateY(-100%);
}

html[dir="rtl"] .mobile-nav-list {
    transform: translateY(100%);
    right: 0;
}

.mobile-nav-list {
    width: 350px;
    height: 100%;
    padding: 30px 15px;
    background-color: #02141E;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    z-index: 6;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    overflow-y: scroll;
    transition: all .5s linear;
}

.mobile-nav-list .menu-item {
    position: relative;
}

.mobile-nav-list .menu-item > a {
    display: block;
    color: var(--white);
    font-size: 24px;
    padding: 15px 0;
    font-weight: bold;
}

.mobile-nav-list .menu-item.menu-item-has-children > a {
    width: calc(100% - 34px);
    display: inline-block;
}

.mobile-nav-list .menu-item > a:hover,
.mobile-nav-list .menu-item.active > a {
    color: var(--sec);
}

html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
    border-left: 1px solid var(--black);
}

html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
    border-right: 1px solid var(--black);
}

.mobile-nav-list .menu-item.menu-item-has-children i {
    color: var(--black);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform-origin: center;
    transition: all .3s linear;
}

.mobile-nav-list .menu-item i.open {
    color: var(--sec);
}

.sub-menu {
    list-style: none;
    background-color: var(--sec);
}

.mobile-nav-list .sub-menu a {
    display: block;
    padding: 15px 25px;
    color: var(--white);

    transition: all .3s linear;
}

.mobile-nav-list .sub-menu a:hover {
    color: #393839;
}

.trans-none {
    transform: none !important;
}

html[dir="ltr"] .nav-overlay {
    right: 0;
    transform: translateY(100%);
}

html[dir="rtl"] .nav-overlay {
    left: 0;
    transform: translateY(-100%);
}

.nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #02141E;
    opacity : .5 ; 
    transition: all .35s ease-in-out;
}

.search-input {
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: var(--black);
}

.search-input::placeholder {
    color: var(--black);
}

.search-input option {
    color: var(--black);
}

/******************************/
/* && header &&*/
/******************************/
.head-home {
    background: #002134;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    padding: 10px 0;
}

.logo {
    text-align: center;
}

.lang-dropdown .btn {
    background-color: transparent;
    color: var(--white) !important;
    border: none !important;
    font-weight: bold;
    padding: 0 !important;
    font-size: 24px;
    margin-inline-start: 20px;
}

.lang-dropdown .btn:hover,
.lang-dropdown .btn:focus {
    box-shadow: none !important;
    border: none !important;
    color: var(--sec) !important;
    background: transparent !important;
}

.lang-dropdown .dropdown-menu {
    border-radius: 10px;
    min-width: 150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.lang-dropdown .dropdown-item {
    padding: 10px 15px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: var(--main) !important;
}

.lang-dropdown .dropdown-item:hover {
    background-color: #f1f1f1;
}

.header-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .lang-dropdown .btn {
        font-size: 18px;
    }

    .row-hd {
        justify-content: center;
    }

    .head-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-icon {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {

}

/******************************/
/* && slide &&*/
/******************************/
.slide {
    background-color: var(--white);
    background-image: url("../images/bg-slide.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.slide .title {
    font-size: 58px;
           text-align: center;
    font-weight: bold;
    color: var(--main);
    margin-bottom: 20px;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background: #A4C9FF;
}

.main-slider .owl-dot.active {
    background: var(--sec);
    transition: all .35s ease-in-out;
}
.main-slider-items .url {
        margin: 5px auto;
    display: table;
}

@media (max-width: 992px) {

.slide .title {
        font-size: 34px;
        margin: 0 auto;
        text-align: center;
 
}
}


@media (max-width: 768px) {
.main-slider-items .url {
        margin: 5px auto;
    display: table;
}
}

/******************************/
/* && about &&*/
/******************************/
.about {
    padding: 50px 0;
}

.about-tit {
    font-size: 24px;
    color: var(--sec);
    font-weight: bold;
}

.about-dec-tit {
    font-size: 48px;
    color: var(--black);
    font-weight: bold;
}

.about .about-desc {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 40px;
    text-align: justify;
}

.about-img img {
    width: 100%;
}

.vision-items {
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.vision-items .icon {
    display: flex;
    flex: .4;
}

.vision-items .vision-content {
    margin-inline-start: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.vision-items .vision-content .tit {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--black);
}

.vision-items .vision-content .desc {
    font-size: 18px;
    color: var(--black);
}

@media (max-width: 768px) {
    .about .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 500px) {

}

/******************************/
/*counters*/
/******************************/
.counters {
    padding: 50px 0;
    background: #002134;
}

.all-count #counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-count #counter .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-inline-start: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    border-inline-end: 2px solid var(--sec);
}

.all-count #counter .item:last-of-type {
    border-inline-end: 2px solid transparent;
}

.all-count #counter .item .icon {
    display: flex;
    justify-content: flex-end;
    padding-inline-end: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.all-count #counter .item .content {
    margin-inline-start: 10px;
}

.all-count #counter .item .content .count {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--sec);
}

.all-count #counter .item .content .text {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .all-count #counter {
        flex-wrap: wrap;
    }

    .all-count #counter .item {
        flex: 0 0 50%;
        max-width: 50%;
        justify-content: space-around;
        border-inline-end: none;
    }

    .all-count #counter .item .content {
        margin-inline-start: 5px;
    }
}

@media (max-width: 500px) {
    .counters {
        padding: 50px 0 20px;
    }

    .all-count #counter .item .icon img {
        max-width: 45px;
    }

    .all-count #counter .item .content .count {
        font-size: 32px;
    }

    .all-count #counter .item .content .text {
        font-size: 14px;
    }

    .all-count #counter .item {
        padding-inline-end: 5px;
        margin-bottom: 20px;
    }
}

/******************************/
/* && about &&*/
/******************************/
.why {
    position: relative;
    padding: 50px 0;
    background: #002134;
}

.why:before {
    content: " ";
    background-image: url("../images/why.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 563px;
    position: absolute;
    bottom: 0;
    right: 0;

}

.why-head {
    margin-top: 100px;
}

.why-tit {
    font-size: 24px;
    color: var(--sec);
    font-weight: bold;
}

.why-dec-tit {
    font-size: 34px;
    color: var(--white);
    font-weight: bold;
}

.why-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why-item {
    position: relative;
    display: flex;
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 30px;
    border-radius: 25px;
}

.why-item:nth-of-type(odd) {
    top: 50px;
}

.why-item:nth-of-type(even) {

}

.why-item .image,
.why-item .image img {
    width: 100%;
}

.why-item:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(360deg, #000000 6.1%, rgba(0, 0, 0, 0) 100%);

}

.why-item .content {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
    font-weight: bold;
    width: 70%;
    color: var(--white);
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {

}


/******************************/
/* && timeline-section &&*/
/******************************/
.timeline-section {

    padding: 50px 0;
}

.timeline-dec-tit {
    font-size: 34px;
    color: var(--sec);
    text-align: center;
    padding-bottom: 50px;
    font-weight: bold;
}

.timeline {
    position: relative;
    border-inline-start: 2px dashed var(--sec);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    width: 50px;
    height: 50px;
    border: 2px dotted var(--sec);
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}

.timeline-number {
    position: absolute;
    right: -25px;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    color: var(--sec);
    background: transparent;
}

.timeline-content {
    margin-inline-start: 50px;
}

.timeline-content .tit {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #2A5CA7;
}

.timeline-content p {
    margin: 0;
    color: var(--black);
    font-size: 14px;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {

}

/******************************/
/* && packages-section &&*/
/******************************/
.banner {
    background-image: url("../images/bg-b.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0;
    position: relative;
}

.banner-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    display: table;
    transform: translate(-50%, -50%);
    color: var(--white);

}

.banner-item-content .tit,
.banner-item-content .desc {
    font-weight: bold;
    font-size: 24px;

}

@media (max-width: 768px) {

}

@media (max-width: 500px) {

}

/******************************/
/* && packages-section &&*/
/******************************/
.packages-section {
    padding: 50px 0;

}

.packages-tit {
    font-size: 48px;
    color: var(--main);
    font-weight: bold;
    text-align: center;
}

.packages-dec-tit {
    font-size: 34px;
    color: var(--sec);
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.package-items {
    border-radius: 15px;
    background: #E8F1FF;
margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.package-items .package-items-head {
    background: var(--white);
    padding: 30px 15px;
    border-radius: 15px 15px 0 0;
}

.package-items .package-items-head .head-tit {
    font-size: 28px;
    font-weight: bold;
    color: #2A5CA7;
    margin-bottom: 10px;
}

.package-items .package-items-head .subtitle {
    font-size: 28px;
    font-weight: bold;
    color: var(--sec);
    margin-bottom: 10px;
}

.package-items .package-items-body {
    padding: 30px 15px 50px;
    border-radius: 0 0 15px 15px;
}

.features {
    margin-bottom: 50px;
}

.features-tit {
    padding-bottom: 10px;
}

.features .feature {

    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.feature::before {
    content: "✅";
    color: green;
    margin-inline-end: 10px;
    font-size: 16px;
}

.highlight-text {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;

}


@media (max-width: 768px) {

}

@media (max-width: 500px) {

}


/******************************/
/* && faq &&*/
/******************************/
.faq {
    padding: 50px 0;
}

.faq-tit {
    font-size: 48px;
    color: var(--main);
    font-weight: bold;
    text-align: center;
}

.faq-dec-tit {
    font-size: 34px;
    color: var(--sec);
    font-weight: bold;
    text-align: center;
    width: 60%;
    margin: 0 auto 50px;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 15px 20px;
    transition: background 0.2s ease;
}

.faq-item:hover {
    background: #f9f9f9;
}

.all-faq {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.faq-question {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--main);
}

.faq-answer {
    font-size: 16px;
    color: #000;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {

}

/******************************/
/* && footer &&*/
/******************************/
footer {
    background: #02141E;
    padding: 100px 0 0;
    position: relative;
}

footer:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.main-footer {
    position: relative;
    z-index: 2;
}

.logo-footer .social {
    margin-top: 50px;
}

.footer-list .menu-item {
    width: 50%;
    float: right;
}

.footer-list .menu-item a {
    font-size: 18px;
}

.footer-title {
    color: var(--sec);
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-list a {
    color: var(--white);
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-list a::before {
    content: " . ";
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    margin-inline-end: 8px;
    display: inline-block;
}

.copy-write-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.copy-write {
    color: var(--white);
    font-size: 18px;
}

.copy-write a {
    color: var(--sec);
}

.end-footer-list li {
    margin-inline-end: 10px;
    color: var(--white);
}

.end-footer-list li a {
    color: var(--white);
    font-size: 18px;
}

.end-ffoter {
    padding: 75px 0 20px;
}

.social-icon {
    margin-inline-end: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #2A3E65;
}

.social-icon i {
    color: var(--white);
    font-size: 18px;
}

.info-footer .info {
    margin-bottom: 15px;
}

.info-footer .icon {
    color: var(--sec);
    font-size: 34px;
    margin-inline-end: 10px;
}

.info-content .kay {
    color: #2B5CA8;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.info-content .value {
    color: var(--white);
    font-size: 18px;
}

@media (max-width: 768px) {
    .copy-write-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .logo-footer .social{
        margin-bottom: 20px;
    }
    .copy-write-items{
        text-align: center;
    }
}

/******************************/
/* && breadcrumb &&*/
/******************************/
.breadcrumb-section {
    background: #02141E;
    padding: 20px 0;
}

.breadcrumb-section .bread-tit, .breadcrumb-section .bead-url {
    color: var(--sec);
    font-size: 24px;
    font-weight: bold;
}

.breadcrumb-section .bead-url {
    text-align: end;
}

/******************************/
/* && single-package &&*/
/******************************/
.single-package-items {

}

.single-package-items  .package-items-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-package-items  .package-items-head-price .price {
    color: #2B5CA8;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.single-package-items  .package-items-head-price .price-code {
    color: var(--sec);
    font-size: 34px;
    font-weight: bold;
}
.select-package{
    padding: 50px 0 30px;
}
.single-package-items .features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-package-items .features .feature {
    flex: 0 0 33%;
    max-width: 33%;
}

.select-package .search-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}
.select-package .search-item select{
    width: 100%;
}
.select-package .select2-container--default .select2-selection--single{
    border: 1px solid transparent;
    background-color: transparent;
    height: 50px;
    border-radius: 35px;
}
.select-package .search-item span{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #2A5CA7;
}
.select-package .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
}
.select-package .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 13px;
}
.select-package .search-item .select2.select2-container {
    width: 100%;
    height: 50px;
    border-radius: 35px;
    box-shadow: 0px 0px 8px 0px #00000040;
}

.package-total-payed{

}
.package-total-payed-items{
    padding: 20px 15px ;
    border-radius: 15px;
    background: #E8F1FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 14px 0px #00000040;

}
.package-total-payed-items .text {
    font-weight: bold;
    font-size: 24px;
    color: #2A5CA7;
}
.package-total-payed-items .price-payed {
    font-weight: bold;
    font-size: 24px;
    color: var(--sec);
}
.packages-section-single .next-url{
    text-align: end;
    padding: 50px 0 0;
}
@media (max-width: 768px) {
    .breadcrumb-section .bread-tit, .breadcrumb-section .bead-url{
        float: none;
        text-align: center;
    }
    .single-package-items .package-items-head .head-tit ,
    .single-package-items .package-items-head .subtitle,
    .single-package-items .package-items-head-price .price,
    .single-package-items .package-items-head-price .price-code,
    .package-total-payed-items .text,
    .package-total-payed-items .price-payed{
        font-size: 16px;
    }
    .single-package-items .features .feature {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

/******************************/
/* && pay-section &&*/
/******************************/
.pay-section{
padding: 50px 0;
}
.pay-section-information {
    padding: 20px 15px ;
    border-radius: 15px;
    margin-bottom: 50px;
    background: #E8F1FF;
    box-shadow: 0px 0px 14px 0px #00000040;
}
.pay-section-information .pay-section-information-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #D9D9D9;
}
.pay-section-information .pay-section-information-info:last-of-type{
    border-bottom: 1px solid transparent;
}
.pay-section-information .pay-section-information-info .tit{
    color: var(--main);
    font-size: 20px;
    font-weight: bold;
}
.pay-section-information .pay-section-information-info .val{
    color: var(--sec);
    font-size: 20px;
    font-weight: bold;
}
.pay-section-details{
    padding: 20px 15px ;
    border-radius: 15px;
    margin-bottom: 30px;
    background: #E8F1FF;
    box-shadow: 0px 0px 14px 0px #00000040;
}
.pay-section-details form h3{
    color: var(--main);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pay-section label {
    display: flex;
    align-items: center;
    justify-content: space-between;
     margin-bottom: 0;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}
.pay-section label:last-of-type{
    border-bottom: 1px solid transparent;
}
.pay-section input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px #D9D9D9;
    background: #D9D9D9;
    border-radius: 50%;
    position: relative;
    outline: none;
    cursor: pointer;
}
.pay-section input[type="radio"]:checked{
    background: var(--sec);

}
.pay-section input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--main);
    border-radius: 50%;
    top: 5px;
    left: 6px;
}
.pay-total-payed{
    padding: 20px 15px ;
    border-radius: 15px;
    margin-bottom: 30px;
    background: #E8F1FF;
    box-shadow: 0px 0px 14px 0px #00000040;
}
.pay-total-payed-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
 }

.pay-total-payed-items .text{
    color: var(--main);
    font-size: 20px;
    font-weight: bold;
}
.pay-total-payed-items .price-payed{
    color: var(--sec);
    font-size: 20px;
    font-weight: bold;
}
.pay-section-items .next-url{
    text-align: end;
    padding: 50px 0 0;
}
@media (max-width: 768px) {


}

/******************************/
/* && register-section &&*/
/******************************/
.register-section-items{
    padding: 50px 15px ;
    border-radius: 15px;
    margin-bottom: 50px;
    background: #002134;
    position: relative;
    box-shadow: 0px 0px 14px 0px #00000040;
}
.register-section-items form {
        position: relative;
        z-index : 2;
}
.register-section-items:before{
        content: " ";
    background-image: url(../images/why.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.register-section-items .form-group.form-focused:focus label,.register-section-items .form-group.form-focused:hover label{
    color: var(--sec);
}
.register-section-items .form-group label{
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--white);
}
.register-section-items .form-group input{
    background: var(--white);
    border: 1px solid #BCBCBC;
    border-radius: 5px;
}
.register-section-items .form-group.form-focused:focus input,.register-section-items .form-group.form-focused:hover input{
    border: 1px solid var(--main);
    color: var(--main);
}
/******************************/
/* && single-services &&*/
/******************************/
.single-services{
padding: 50px 0;
}
.single-services .single-services-items{
   background:  #E8F1FF ;
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 20px;

}
.single-services .single-services-items:hover
{
    transition: all .35s ease-in-out;
    background: var(--main);
}
.single-services .single-services-items .text{
    font-size: 34px;
    font-weight: bold;
    width: 60%;
    text-align: center;
    color: var(--main);
}
.single-services .single-services-items:hover .text{
    color: var(--sec);
}
/******************************/
/* && contactus-single &&*/
/******************************/
.contactus-single .register-section-items .form-group textarea{
    background: var(--white);
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    height: 250px;
}
.contactus-single .register-section-items .form-group.form-focused:focus textarea,.register-section-items .form-group.form-focused:hover input{
    border: 1px solid var(--main);
    color: var(--main);
}
@media (max-width: 768px) {
    .contactus-single .register-section-items .form-group textarea{

        height: 150px;
    }
}
/******************************/
/* && privacy-section &&*/
/******************************/
.privacy-section-items{
    padding: 50px 15px ;
    border-radius: 15px;
    margin-bottom: 50px;
    background: #E8F1FF;
    box-shadow: 0px 0px 14px 0px #00000040;
}
.privacy-section-items .text{
    font-size: 18px;

}
.comment-box h4 {
    color: #2B5CA8;
}
.rating {
    display: inline-flex;
    margin-top: -10px;
    flex-direction: row-reverse
}

.rating > input {
    display: none
}

.rating > label {
    position: relative;
    width: 28px;
    font-size: 35px;
    color: gold;
    cursor: pointer
}

.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important
}

.rating > input:checked ~ label:before {
    opacity: 1
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4
}
  
 .to-login {
         color: #ffffff;
 }