@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Over+the+Rainbow&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Inter", sans-serif;
    outline:none !important;
}
:root{
  --primary-color:#E53563;
  --primary-color-hover:#d51f50;
  --primary-color2:#F76530;
  --primary-color-hover2:#e85019;
  --primary-color3:#AABF4A;
  --primary-color-hover3:#93a838;
  --primary-color4:#29ABE3;
  --primary-color-hover4:#1796cd;
  --secondary-color:#FCEBF2;
  --rainbow:"Over the Rainbow", cursive;
  --light-green:#F6F9ED;
  --light-blue:#EAF7FC;
  --light-orange:#FFF1E5;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Inter", sans-serif;
}
html{
  width: 100%;
}
body, html {
  line-height: 130%;
  color: #000;
  font-size: 14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.tooltip-inner {
    background:#fff;
    border: 1px solid #29abe2;
    color:#000;
    max-width: 330px !important;
    font-size:14px;
    text-align:left;
}
.sweet-alert .confirm {
  background-color: #E53563 !important; /* green */
  color: #fff !important;
}
.sweet-alert .cancel {
  background-color: #29aae1 !important; /* blue */
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2b93df !important;
}
/*.datetimepicker-div .alert-warning{*/
/*    height:0px;*/
/*}*/
.rainbow{
  font-family: var(--rainbow);
}
.btn-primary{
  background: var(--primary-color) !important;
  border-color:var(--primary-color) !important;
  color: #FFF !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background: var(--primary-color-hover) !important;
  border-color:var(--primary-color-hover) !important;
  color: #FFF !important;
}
.btn-primary2{
  background: var(--primary-color2) !important;
  border-color:var(--primary-color2) !important;
  color: #FFF !important;
}
.btn-primary2:hover, .btn-primary2:active, .btn-primary2:focus{
  background: var(--primary-color-hover2) !important;
  border-color:var(--primary-color-hover2) !important;
  color: #FFF !important;
}
.btn-primary3{
  background: var(--primary-color3) !important;
  border-color:var(--primary-color3) !important;
  color: #FFF !important;
}
.btn-primary3:hover, .btn-primary3:active, .btn-primary3:focus{
  background: var(--primary-color-hover3) !important;
  border-color:var(--primary-color-hover3) !important;
  color: #FFF !important;
}
.btn-primary4{
  background: var(--primary-color4) !important;
  border-color:var(--primary-color4) !important;
  color: #FFF !important;
}
.btn-primary4:hover, .btn-primary4:active, .btn-primary4:focus{
  background: var(--primary-color-hover4) !important;
  border-color:var(--primary-color-hover4) !important;
  color: #FFF !important;
}
.bg-primary{
  background-color: var(--primary-color) !important;
}
.text-primary{color:var(--primary-color) !important;}
.text-primary2{color:var(--primary-color2) !important;}
.text-primary4{color:var(--primary-color3) !important;}
.text-primary3{color:#2B93DF !important;}
.bg-primary2{
  background-color: var(--primary-color2) !important;
}
.bg-primary3{
  background-color: var(--primary-color3) !important;
}
.bg-primary4{
  background-color: var(--primary-color4) !important;
}
.bg-secondary{
  background-color: var(--secondary-color) !important;
}
.bg-warning2{
  background: #FFF1E5;
}
.bg-success2{
  background: #F6F9ED;
}
.bg-info2{
  background: #EAF7FC;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  max-width: 1370px;
}
.h-48{height:48px;}.text-555{color:#535353;}.text-nvy{color:#170F49;}.fs-10{font-size:10px;}.fs-12{font-size:12px;}.fs-16{font-size:16px;}.fs-18{font-size:18px;}.fs-20{font-size:20px;}.fs-22{font-size:22px;}.fs-28{font-size:28px;}.fs-55{font-size:55px;}.fs-62{font-size:62px;}.fs-70{font-size:70px;}.fs-90{font-size:90px;}.letter-spacing{letter-spacing: 2px;}.shadow{box-shadow:0 10px 40px 0 rgba(25, 33, 61, 0.1) !important;}.lh-130{line-height: 130%;}.lh-150{line-height: 150%;}

/***************************Default CSS Ends Here***************************/

.banner{
  background: url(../images/banner-line.jpg) no-repeat top right var(--secondary-color);
  min-height: 640px;
  background-size: cover;
}
.banner .col-md-6 img{
  min-height: 441px;
  max-height: 441px;
  object-fit: cover;
  width: 100%;
}
.banner .btn-primary{
    background: var(--primary-color) !important;
    border-color:var(--primary-color) !important;
}
.banner.green{
    background: url(../images/overlay-green-2.webp) no-repeat top right var(--light-green);
    .btn-primary{
        background:var(--primary-color3) !important;
        border-color:var(--primary-color3) !important;
    }
}
.banner.blue{
    background: url(../images/overlay-blue-2.webp) no-repeat top right var(--light-blue);
    .btn-primary{
        background: #2B93DF !important;
        border-color: #2B93DF !important;
    }
}
.banner.orange{
    background: url(../images/overlay-orange-2.webp) no-repeat top right var(--light-orange);
    .btn-primary{
        background: var(--primary-color2) !important;
        border-color:var(--primary-color2) !important;
    }
}

.coupenbox .text-success, .coupenbox .discountPrice{
    color: var(--primary-color) !important;
}
.coupenbox .discountPrice{
    font-weight:700;
}

.coupenbox.orange .text-success, .coupenbox.orange .discountPrice{
    color: var(--primary-color2) !important;
}

.coupenbox.blue .text-success, .coupenbox.blue .discountPrice{
    color: #2B93DF !important;
}

.coupenbox.green .text-success, .coupenbox.green .discountPrice{
    color: var(--primary-color3) !important;
}


.navbar-expand-lg li .btn:before{
  content:'';
  display: block;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  border-radius: 70px;
}
.new-radios label{
  height:119px;
  cursor: pointer;
  transition: all 0.4s;
}
.new-radios label em{
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/radio.svg) no-repeat center center;
}
.new-radios label:hover{
  border:1px solid #29ABE2 !important;
}
.new-radios .form-check-input:checked + label{
  border-color:#FFF;
  box-shadow: 0 5px 15px 0 rgba(41, 171, 226, 0.15);
  border:1px solid #29ABE2 !important;
}
.new-radios .form-check-input:checked + label em{
  background: url(../images/radio-checked.svg) no-repeat center center;
}
.badge-popular{
  background: #D4E8F7;
  color: #2B93DF;
  border:1px solid #2B93DF;
}
.adj-wh .new-radios label{
  width: 120px;
  height: 60px;
}

.prices-box{
  border:1px solid;
  transition: all 0.4s;
}
.p1, .p2, .p3{
  border-color:#CCC;
}
.p1:hover, .p1:active, .p1:focus, .p1.selected{
  border:1px solid #A9BF4B;
  transition: all 0.4s;
}
.p2:hover, .p2:active, .p2:focus, .p2.selected{
  border:1px solid #E8347E;
  transition: all 0.4s;
}
.p3:hover, .p3:active, .p3:focus, .p3.selected{
  border:1px solid #29ABE2;
  transition: all 0.4s;
}
.prices-box p{
  min-height: 40px;
  font-style: italic;
  font-size: 16px;
  color: #454648;
}
.prices-box ul{
  margin-bottom:20px;
  margin-top: 10px;
}
.prices-box ul li{
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items:start; 
  gap:6px;
  color: #454648;
  margin: 4px 0;
}
.prices-box ul li:before{
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: block;
  font-size: 16px;
  color:#AABF4A;
}
.prices-box .form-check-input{
  width:20px;
  height: 20px;
  border: 1px solid #CCC;
}
.prices-box.p1 .form-check-input:checked[type=radio]{
  background-image:url(../images/price-check1.svg);
  background-color: #A9BF4B;
  border:1px solid #A9BF4B !important;
}
.prices-box.p2 .form-check-input:checked[type=radio]{
  background-image:url(../images/price-check2.svg);
  background-color: #E8347E;
  border:1px solid #E8347E !important;
}
.prices-box.p3 .form-check-input:checked[type=radio]{
  background-image:url(../images/price-check3.svg);
  background-color: #29ABE2;
  border:1px solid #29ABE2 !important;
}
.prices-box.p2 ul li:before, .prices-box.p3 ul li:before{
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: block;
  font-size: 16px;
  color:#E8347E;
}
.prices-box.p2 ul li:first-child:before, .prices-box.p3 ul li:first-child:before{
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: block;
  font-size: 16px;
  color:#AABF4A;
}
.prices-box.p3 ul li:nth-child(2):before{
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: block;
  font-size: 16px;
  color:#E8347E;
}
.prices-box.p3 ul li:nth-child(3):before, .prices-box.p3 ul li:nth-child(4):before,
.prices-box.p3 ul li:nth-child(5):before, .prices-box.p3 ul li:nth-child(6):before{
  color:#2B93DF;
}
.prices-box:hover{
  cursor: pointer;
}
.text-secondary{
  color: #29ABE2 !important;
}
.app-text{
  background: url(../images/faq-bg.jpg) no-repeat center center;
  min-height: 511px;
  background-size: cover;
}
.social a{
  width:48px;
  height: 48px;
  border:1px solid #CCC;
  color:#000;
  line-height: 48px;
}
.social a:hover, .social a:active, .social a:focus{
  background: #F5F5F5;
}
footer a:hover{
  color:var(--primary-color);
}
footer a.text-555{
  font-size: 15px;
}
footer .ww{
  max-width: 500px;
  margin-top: 10px;
}

#field1, #field2, #field3, #field4, #field5{
  max-width: 80px;
}
.big-ones.new-radios label em, .big-ones.new-radios .form-check-input:checked + label em{
  width:60px;
}
.new-radios.big-ones.red .form-check-input:checked + label em{
  width:60px;
  background: url(../images/price-check2.svg) no-repeat center center;
}
.new-radios.big-ones.red .form-check-input:checked + label{
  box-shadow: 0 5px 15px 0 rgba(229, 53, 99, 0.15);
  border:1px solid #E53563 !important;
}
/* #ui-datepicker-div{
  position: relative !important;
  top: 20px !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  border: none !important;
  background: #fff5ec !important;
  padding: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
  background: #fff5ec !important;
}
.ui-state-active, .ui-widget-content .ui-state-active{
  border:1px solid var(--primary-color2);
  color:var(--primary-color2);
}
.ui-datepicker td span, .ui-datepicker td a{
  padding: 0.3em;
}
.ui-datepicker table{
  margin: 0;
}
.ui-widget-header{
  background: #F76530;
}
.ui-datepicker .ui-datepicker-title{
  padding: 5px;
  color: #FFF;
}
.ui-datepicker-prev, .ui-datepicker-next{
  display: none;
} */
.mbn{
    top: -98px;
    right: -11px;
}
/* .bg-success2 .ui-widget-header{
  background: var(--primary-color3);
}
.bg-success2 .ui-state-default, .bg-success2 .ui-widget-content .ui-state-default, .bg-success2 #ui-datepicker-div{
  background: #F6F9ED !important;
}
.bg-success2 .ui-state-active, .bg-success2 .ui-widget-content .ui-state-active{
  border:1px solid var(--primary-color3);
  color:var(--primary-color3);
} */
.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child{
  border-radius: 4px 0 0 4px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child{
  border-radius: 0 4px 4px 0;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th{
  background: var(--primary-color2) !important;
  padding: 10px;
  color: #FFF;
  text-transform: capitalize;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table th.prev::after{
  content:'\f104';
  clip: auto;
  width: auto;
  height: auto;
  margin-left: 15px;
  margin-top: -19px;
  display: block;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.bootstrap-datetimepicker-widget table th.next::after{
  content:'\f105';
  clip: auto;
  width: auto;
  height: auto;
  margin-top: -19px;
  transform: translate(8px, 0);
  display: block;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.bootstrap-datetimepicker-widget table th span{
  display: block;
  width: 8.75px;
  height: 20px;
  position: relative;
}
.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td{
  padding: 3px;
  text-transform: capitalize;
  text-align: right;
}
.bootstrap-datetimepicker-widget table th{
  line-height: 30px;
  padding: 5px 3px;
}
.datepicker-months table th, .datepicker-months table td, .datepicker-months table td span{
  text-align: center;
}
.datepicker-months table th.next{
  padding-right: 36px !important;
}
.bootstrap-datetimepicker-widget table td.old{
  border:1px solid #ededed !important;
  color:#333;
  opacity: 0.5 !important;
}
.bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.day{
  border:1px solid #999 !important;
  color:#333;
}
 .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover{
  background:rgba(247, 101, 48, 0.2);
  color:var(--primary-color2);
}
.bootstrap-datetimepicker-widget table td.today:before{
  display: none;
}
.bootstrap-datetimepicker-widget table td.active{
  background: var(--primary-color2) !important;
  color: #FFF !important;
}
.bootstrap-datetimepicker-widget table tr:nth-child(2) th{
  text-align: center;
}
.bg-success2 .coupenbox span{
  color:var(--primary-color3) !important;
}
.coupenbox .discountPrice{
  font-weight: 600;
}
.bg-success2 .bootstrap-datetimepicker-widget table td.day:hover, .bg-success2 .bootstrap-datetimepicker-widget table td.hour:hover, .bg-success2 .bootstrap-datetimepicker-widget table td.minute:hover, .bg-success2 .bootstrap-datetimepicker-widget table td.second:hover{
  background: rgba(170, 191, 74, 0.2);
  color:var(--primary-color3);
}
.bg-success2 .bootstrap-datetimepicker-widget table td.active, .bg-success2 .bootstrap-datetimepicker-widget table thead tr:first-child th{
  background: var(--primary-color3) !important;
}
.bg-info2 .bootstrap-datetimepicker-widget table td.day:hover, .bg-info2 .bootstrap-datetimepicker-widget table td.hour:hover, .bg-info2 .bootstrap-datetimepicker-widget table td.minute:hover, .bg-info2 .bootstrap-datetimepicker-widget table td.second:hover{
  background: rgba(41, 171, 227, 0.2);
  color:var(--primary-color4);
}
.bg-info2 .bootstrap-datetimepicker-widget table td.active, .bg-info2 .bootstrap-datetimepicker-widget table thead tr:first-child th{
  background: var(--primary-color4) !important;
}
#modification{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.adj{
  min-width: 350px;
}
.adj li{
  width:49%;
}
.adj li a:hover, .adj li a:active, .adj li a:focus{
  color:#333;
}
.dropdown-menu li{
  overflow: hidden;
}
.dropdown-menu .dropdown-item {
  position: relative;
  overflow: hidden;
  display: inline;
}

.dropdown-menu .dropdown-item:after {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background-color: #333;
  transition: all 0.4s;
  transform: translateX(-180%);
}
.dropdown-menu .dropdown-item:hover:after{
  transition: all 0.4s;
  transform: translateX(0%);
}

.modal-xl{
  max-width: 900px;
}
.new-modal .modal-content, .new-modal .modal-content .modal-body{
  background: #F7F9ED;
}

.fs-42{
  font-size: 42px;
}
.h-45{
  height: 45px;
  line-height: 33px;
}

/********************Media Screens CSS Starts From Here*************************/

@media(min-width:991px) and (max-width:1200px){
  .fs-12{font-size:7px;}.prices-box ul li{font-size:12px;}
  .social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px !important;
  }
}
@media(min-width:768px) and (max-width:990px){
  .fs-62 {font-size: 45px;}.fs-90 {font-size: 75px;}.fs-55 {font-size: 40px;}.fs-70 {font-size: 55px;}
}
@media(max-width:767px){
  .fs-62 {font-size: 45px;}.fs-90 {font-size: 75px;}.fs-55 {font-size: 40px;}.fs-70 {font-size: 55px;}
}
@media(max-width:574px){
  .fs-62 {font-size: 35px;}.fs-90 {font-size: 70px;}.fs-55 {font-size: 30px;}.fs-70 {font-size: 50px;}
  .banner{
    min-height: auto !important;
  }
  .main-top-comb label{
    padding: 1rem !important;
  }
  .main-top-comb label img{
    width: 45px;
  }
  .main-top-comb label .fs-28{
    font-size: 18px;
  }
  .main-top-comb img.mbn{
    top:-60px;
    right: 0;
    width: 200px;
  }
  .kontact .form-row.my-4 {
    margin-bottom: 0px !important;
  }
  .new-radios label:hover{
    border: 1px solid var(--bs-border-color) !important;
    }
  .banner .col-md-6 img{
    display: none !important;
  }
  .new-modal .modal-content .modal-body img{
    width: 100%;
  }
}