/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --font: "Roboto", Sans-serif;
    --sansFont: 'Open Sans', sans-serif;
    --white: #fff;
    --black: #000;
    --lightBlack: #333;
    --purple: #3A31A1;
    --red: #D01342;
    --yellow: #ffca0a
}

/* #header, #header-wrap{
    background-image: url("../images/avantages-couple-header-e1621405960997.jpg") !important;
    background-position: 60% 35% !important;
} */

.pageLoader {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1111;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#loding1 {
    position: fixed;
    top: 34%;
    left: 45%;
    width: 150px;
}

.select2-container {
    width: 100% !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--yellow);
    color: var(--white) !important;
}

.tabs-section .nav-link {
    text-align: start;
}


/* SETTING TABS DESIGN */

.tabs-section {
    overflow: hidden;
    padding: 100px 0px;
}

.tabs-section .nav-tabs {
    border: 0;
}

.tabs-section .step-number {
    background: #ebebeb;
    padding: 0.5rem 0.794rem;
    border-radius: 50%;
}

.tabs-section .step-text {
    padding-left: 10px;
}

.tabs-section .nav-item {
    position: relative;
}

.tabs-section .nav-item:first-child::before {
    top: 50px;
}

.tabs-section .nav-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    bottom: 5px;
    left: 13%;
    border-left: 2px solid #ccc;
    transform: translate(-13%);
}

.tabs-section .nav-link {
    position: relative;
    border: 0;
    margin-top: 2rem;
    transition: 0.3s;
    color: var(--lightBlack);
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--font);
}

.tabDiv {
    border-left: 2px solid var(--yellow) !important;
    padding-left: 3rem;
}

.tabs-section .nav-link:hover {
    color: var(--purple);
}

.tabs-section .nav-link.active {
    color: var(--purple);
}

.tabs-section .nav-link.active .step-number {
    background-image: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%);
    color: var(--white);
}

.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.tabs-section .details h3 {
    font-family: var(--font);
    font-size: 22px;
    color: var(--yellow);
    font-weight: 800;
}


/* .tabs-section label {
    font-family: var(--font);
    font-weight: 400;
    margin: 10px 0;
} */

.tabs-section p {
    font-family: var(--font);
    font-weight: 600;
    color: var(--red);
    display: block;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}


/* .tabs-section select,
.tabs-section input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    font-family: var(--font);
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    outline: none;
} */

.tabs-section input[type="submit"] {
    max-width: 100px;
    width: 100%;
    height: 38px;
    margin-top: 1rem;
    float: right;
    background-image: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%);
    border-bottom: 2px solid var(--red);
    border: none;
    border-radius: 20px;
    color: var(--white);
}

.tabs-section input[type="submit"]:hover {
    background-image: linear-gradient(210deg, var(--red) 0%, var(--purple) 100%);
}

.right {
    margin-top: 4rem;
}


/* END */


/* FOOTER STYLE */

#footer {
    background: #191f25;
    padding: 60px 0 30px 0;
}

#footer .links a {
    text-decoration: none;
    color: var(--white);
    font-family: var(--font);
    font-size: 14px;
    line-height: 2.2;
}

#page-title{
    padding: 1rem 0 !important;
}

#page-title h3{
    margin: 0 !important;
}


.table> :not(:first-child) {
    border-top: 0;
}

.tr_trash_icon {
    position: relative;
    right: -8px;
    color: #f00;
    font-size: 19px;
    text-align: right;
    margin-top: -25px;
    top: 20px;
}

.icon-centered-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffca0a;
    padding: 6px;
    border-radius: 6px;
}

.icon-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    transform: translate(-50%, -50%);
    background: #ffca0a;
    padding: 6px;
    border-radius: 6px;
  }

.content-wrap{
    padding: 40px 0;
}


.event .entry-image .entry-date {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 0.75rem;
}

.p-text-justify p{
    text-align: justify !important;
}

.p-mb-10 p{
    margin-bottom: 10px;
}


.entry{
    margin-bottom: 20px;
}

.entry-content{
    margin-top: 8px;
}

.entry-title h2{
    text-transform: inherit;
}

/* .entry-content p{
    margin-bottom: 5px;
} */

.event .grid-inner{
    border-bottom: 2px solid #EEEEEE;
    padding:10px;
    border-radius: 10px;
}
.event .grid-inner .content-event-image {
    border-radius: 10px;
}
.mfp-close-btn-in .mfp-close{
    color: #FFF;
}

.h-max-105{
    max-height: 105px;
}

.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover{
    color: #ffca0a;
}


a {
    color: #ffca0a;
}
/* END */


.pac-container {
    z-index: 10000 !important;
}


.btn-theme-primary {
    color: #222;
    background-color: #ffca0a;
    border-color: #ffca0a;
}

.button.button-3d:hover{
    color:#222 !important;
    background-color: #ffd335 !important;
}
.mfp-close {
    /* width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    position: absolute;
    top: -40px !important;
    opacity: 1 !important;
    left: 72.8% !important;
    background-color: #FFFFFF !important;
    color: #000000 !important; */
}


.sub-menu-container, .mega-menu-content {
    border-top: 2px solid #ffca0a;
}

.sub-menu-container .menu-item:hover > .menu-link {
    color: #ffca0a;
}

@media screen and (max-width: 500px) {
    .col-padding-mobile-device{
        padding: 2rem;
    }

    .lead {
        font-size: 1rem;
        font-weight: 300;
    }

    .p-sm-20{
        padding: 20px 20px !important;
    }

    .mobile-title{
        margin-bottom: 20px;
    }

    .mobile-mt-10{
        margin-top: 10px;
    }

    .cart:not(.cart-totals) .cart_item{
        display: flex;
        padding: 10px;
    }

    .cart:not(.cart-totals) .cart-product-thumbnail, .cart:not(.cart-totals) .cart-product-name, .cart:not(.cart-totals) .cart-product-quantity{
        margin-bottom: 0;
    }
    /* .mfp-close {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        top: -30px !important;
        left: 92% !important;

    } */

    .content-event-image{
        height: 100%;
        min-height: 200px;
    }

    .m-m-top-15{
        margin-top: 15px;
    }

    .map-order{
        order: 2;
        min-height: 175px;
    }

    .content-order{
        order: 3;
    }

    .grid-inner.row.g-0 {
        margin-bottom: 30px;
    }

    .mobile-menu-hide{
        display: none !important;
    }

    .col.dark.col-padding.col-padding-mobile-device.overflow-hidden.col-xs-100{
        min-width: 100%;
    }

    .col.dark.col-padding.col-padding-mobile-device.overflow-hidden.col-xs-100.mobile-margin-2 {
        margin-bottom: 1rem;
    }

    #home-section-matching .col-padding {
        padding: 1rem !important;
    }

    .margin-2-rem {
        margin: 1rem 0rem 0  !important;
    }

    h1.map-heading {
        font-size: 32px !important;
        text-align: center;
    }

    .mobile-menu-always-display{
        display: block !important;
    }

    .mobile-menu-always-hide{
        display: none !important;
    }

    .header-row{
        margin: 10px;
    }

    .mobile-menu-marging-top{
        margin-top: 16px !important;
    }

}

#logo h3{
    margin: 0;
    padding-left: 25px;
    font-family: cursive;
}

.btnClosePopup{
    float: right;
    padding: 5px 8px;
    background: #d3d3d3;
}

.btn-close-refer-friend{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 8px;
    background: #d3d3d3;
}

.button-outline-custom{
    border: 1px solid #ffd335 !important;
}
.button-outline-custom:hover{
    background-color: #ffd335 !important;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.place-card{
    display: none;
}

#map div.poi-info-window .view-link {
    display:none;
}

.button-custom-footer{
    padding: 8px 10px !important;
}
.button-custom-footer:hover{
    color: #222 !important;
}
.event-content-main{
    padding:40px 40px;
    background:#F5F5F5;
}

.bg-highlight-info{
    border: 2px solid #ff0a0a ;
}

.top-links-item:first-child, .top-links-sub-menu .top-links-item {
    border-left: 2px solid #ff0a0a !important;
}

.bg-highlight-info:hover{
    background-color: #ff0a0a;
    color: #fff !important;
}

.bg-highlight-info:hover a.color-white {
    color: #fff;
}

@media (min-width: 992px){
    .full-header .primary-menu .menu-container {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
}

.intl-tel-input{
    width: 100%;
}

.register-input .country-list{
    width: 100%;
    max-width: 100%;
    min-width: 342px;
}

#quick-contact-form .intl-tel-input .country-list{
    background-color: #222;
    width: 100%;
    max-width: 100%;
    min-width: 306px;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    background: #222;
    color: #fff;
    width: 316px !important;
    max-width: 100%;
}

.menu-border{
    border: 2px solid #ffca0a;
    border-top: 2px solid #ffca0a!important;
}

.login-register-menu div:hover{
    background-color: #ffcd16;
    color:#FFF !important
}

.login-register-menu div.current{
    background-color: #ffcd16;
}

.login-register-menu a.current{
   color: #fff !important;
}

.mega-menu-login-register{
    color: #444;
    font-weight: 700;
}
.section-about-us{
    padding: 40px 0px 0px 0px;
}
.mt-40{
    margin-top:40px;
}

.content-description p {
    margin-bottom: 10px;
}

i.icon-info-sign.font-size-50{
    font-size: 3rem;
    color: #ffcd16;
}

.btnCloseSweetAlert{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 8px;
    background: #d3d3d3;
}

.margin-2-rem{
    margin:2rem 2rem 0;
}

#home-section-matching{
    column-gap: 2rem;
}

#home-section-matching .col-padding{
    padding: 2rem;
}

.menu-link{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#logo img {
    width: 550px;
    height: auto !important;
    padding: 5px 0px;
}

h1.map-heading {
    font-size: 40px;
    text-align: center;
}

.info-register-button{
    background-color: #34495e;
}

.info-login-button{
    background-color: #ffca0a;
    color: #fff;
}


a.menu-link li.menu-item.login-register-button:hover{
    color:#f00;
}

.info-login-button:hover a.color-black {
    color: #222;
}

.info-register-button:hover a.color-white {
    color: #fff;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #222 !important;
}


@media only screen and (max-width:1025px) and (min-width:985px){
    #logo img {
        width: 140px !important;
    }
    .header-row {
        flex-wrap: nowrap !important;
    }
    .stretched .full-header #header-wrap > .container {
        padding: 0 15px !important;
    }
}

.text-color-theme{
    color:#ffca0a !important;
}

::selection {
    background: #ffca0a;
    color: #FFF;
    text-shadow: none;
}

.font-size-15{
    font-size: 15px !important;
}

.custom-radio-button div {
    display: inline-block;
  }
  .custom-radio-button input[type="radio"] {
    display: none;
  }
  .custom-radio-button input[type="radio"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }
  .custom-radio-button input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
  }
  .custom-radio-button input[type="radio"] + label span img {
    opacity: 0;
    transition: all 0.3s ease;
  }

  .custom-radio-button input[type="radio"]#pricing_1 + label span, .custom-radio-button input[type="radio"]#pricing_2 + label span, .custom-radio-button input[type="radio"]#pricing_3 + label span {
    background-color: orange;
  }

  .custom-radio-button input[type="radio"]:checked + label span {
    opacity: 1;
    background: url("https://www.positronx.io/wp-content/uploads/2019/06/tick-icon-4657-01.png")
      center center no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
  }


  .ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#FFCA0A 0%, #FFCA0A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #FFCA0A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FFCA0A;
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #FFCA0A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FFCA0A;
  }



.fileuploader-input-caption {
    border: 1px solid #dde4f6;
    color: #FFCA0A !important;
}

.fileuploader-input-button{
    background: #FFCA0A !important;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: 0;cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: 0;cursor: pointer
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple{
    min-height: 37px !important;
}

.select2-container .select2-selection--multiple{
    min-height: 40px !important;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 7px !important;
    height: 25px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-top: 5px !important;
}

@media only screen and (max-width:1000px) and (min-width:760px){
    #logo img {
        width: 400px;
    }
}

@media only screen and (max-width:675px){
#logo img {
    width: 100% !important;
}
}


.a2a_default_style .a2a_counter img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg {
    background-color: #ffca0a !important;
}

.checklist-icon ul{
    list-style: none;
}
.checklist-icon ul li {
    margin-bottom: 9px;
    margin-top: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
}

.checklist-icon li:before {
    content: "\ea1d";
    margin-right: 10px;
    font-family: "lined-icons";
}

@media only screen and (max-width: 600px) {
    .d-xs-block{
        display: block !important;
    }

}

@media only screen and (min-width: 1360px) and (max-width: 1500px){
    #logo img {
        width: 400px;
    }
}
@media only screen and (min-width: 1260px) and (max-width: 1360px){
    #logo img {
        width: 315px;
    }
}


