.menu-collapser {
    position: relative;
    width: 55%;
    height: 48px;
    padding: 0 8px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    /*background-color: #999;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*.collapse-button:hover,
.collapse-button:focus {
    color: #fff;
    background-color: #040404;
}*/
.collapse-button .icon-bar {
  display: block;
  height: 4px;
  width: 38px;
  margin: 6px 0;
  background-color: #272f52;
  border-radius: 10px;
}
.collapse-button .icon-bar+span{ width:34px }
.collapse-button .icon-bar+span+span{ width:30px }
ul.slimmenu {
    /*width: auto;*/
    margin:0px;
    padding: 0;
    list-style-type: none;
    float: left;
    flex-grow: 1;
    position: relative;
}
ul.slimmenu li.mega-menu ul li {width: 33%;display: inline-block; vertical-align: top;}
ul.slimmenu li.mega-menu ul li ul{
    display: block !important;
    position: relative;
    left: 0;
    width: auto;
    height: auto!important;
}
ul.slimmenu li.mega-menu ul li ul li{ float:none; width:100%; }
ul.slimmenu:before,
ul.slimmenu:after {
    content: "";
    display: table;
}
ul.slimmenu:after {
    clear: both;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li > ul {
    position: static;
    display: none;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-toggle {
    height: 40px;
}
ul.slimmenu li {
    position: relative;
    float: none;
    display: block;
    /* background-color: #aaa; */
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul li {
    background: #1c223e;
}
ul.slimmenu li ul li a{ border-left:none; border-bottom:1px solid #ddd; padding:12px 15px; font-size: 16px; color:#fff;text-transform: capitalize;}
ul.slimmenu li ul li:last-child a{ border:none; }
ul.slimmenu li ul li:hover a{background: #333c68;}
ul.slimmenu li ul li:after{display: none;}
ul.slimmenu li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 200px;
    padding: 0;
}
ul.slimmenu .mega-menu {
    position: static;
}
ul.slimmenu li.mega-menu ul {
    width: 100%;
}
ul.slimmenu li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%;
}
ul.slimmenu li a {
    display: block;
    padding: 0 20px;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    font-weight: 500;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    position: relative;
    font-family: "Playfair Display", serif;
}


ul.slimmenu li.active a:after{
    display: block;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

ul.slimmenu li .sub-toggle {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 999;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
    content: "";
    display: inline-block;
    height: 100%;
    /*margin-right: -0.25em;*/
    vertical-align: middle;
}
ul.slimmenu li .sub-toggle > i {
    display: inline-block;
    color: #03c8cf;
    font-size: 16px;
    vertical-align: middle;
}
ul.slimmenu > li {    
    padding: 35px 0;
    line-height: 1;
}
ul.slimmenu > li:first-child,
ul.slimmenu > li:first-child a,
ul.slimmenu > li.has-submenu + li {
    border-left: 0;
}
ul.slimmenu li:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 0;
    top: 0;
    left: 0;
    background: #b29640;
    right: 0;
    margin: auto;
    transition: .4s;
}
ul.slimmenu li:hover:after, ul.slimmenu li.active a:after {
    transition: .4s;
    width: 45px;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  
  @charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}


.contact_box,a {
    transition: .3s ease-in-out
}

.banner_member::after,.banner_member::before {
    width: 50%;
    height: 1px;
    top: 50%;
    z-index: -1;
    content: ''
}

.banner-btn,.memberCTa h2,.memberCTa p a,.min-btn,.offer_text,.top-call {
    font-weight: 600
}

.banner_btn_group,.bestSeller p,.blog .date,.blog .date span,.box_title,.corevalue .CTADEsign,.different_part,.ftCtontatBx span,.gTeamBx,.homeAddressHead,.homeCTALft,.home_cta,.inner_banner,.noBg_cta,.note,.offer_btn,.packBBS,.pcos_clinic p,.pcos_testimonial,.price_table tbody tr td,.price_table thead,.services_cubCont,.services_img,.services_text,.sideBarCta .CTADEsignInner,.tbPHead,.teamBX,.top-banner,.ttII,footer {
    text-align: center
}

.contact_box.mail_box::after,.contact_box.mail_box::before {
    width: 1px;
    height: 80%;
    background-color: #b29640;
    position: absolute
}

.banner-btn.wp-btn i,.blog .date span,.listImg li span,.services_text a,.services_text a img,.top-call,.top-call p,.top-call span {
    vertical-align: middle
}

.gpCostBxOffer,.hoExtra p,.homeBnrOfrBtm p,.homeBnrOfrHEad p,.hygin-banner h3 span,.mainBannerSite .top-banner p,.why-choose_cta .gPrice strong,body {
    font-family: "Plus Jakarta Sans",sans-serif
}

.blog_section ul,.choose_img,.services_img,.skeleton::before {
    overflow: hidden
}

body {
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    line-height: 30px
}

.weclcome_text p,p:last-child {
    margin: 0
}

a {
    -webkit-transition: .3s ease-in-out
}

.min-btn,.offer_btn a {
    transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out
}

@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-Thin.eot');
    src: url('../fonts/PPEiko-Thin.eot?#iefix') format('embedded-opentype'),url('../fonts/PPEiko-Thin.woff2') format('woff2'),url('../fonts/PPEiko-Thin.woff') format('woff'),url('../fonts/PPEiko-Thin.ttf') format('truetype'),url('../fonts/PPEiko-Thin.svg#PPEiko-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-Medium.eot');
    src: url('../fonts/PPEiko-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/PPEiko-Medium.woff2') format('woff2'),url('../fonts/PPEiko-Medium.woff') format('woff'),url('../fonts/PPEiko-Medium.ttf') format('truetype'),url('../fonts/PPEiko-Medium.svg#PPEiko-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-Heavy.eot');
    src: url('../fonts/PPEiko-Heavy.eot?#iefix') format('embedded-opentype'),url('../fonts/PPEiko-Heavy.woff2') format('woff2'),url('../fonts/PPEiko-Heavy.woff') format('woff'),url('../fonts/PPEiko-Heavy.ttf') format('truetype'),url('../fonts/PPEiko-Heavy.svg#PPEiko-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

li,span,ul {
    list-style: none
}

ol li {
    list-style: inherit;
    padding-left: 10px
}

ol {
    padding-left: 20px
}

.blog_left .blog_left_text a:hover,.blog_text h2 a:hover,.package-single a,.whatsappIcon a,a:hover {
    text-decoration: none
}

@media (min-width: 1600px) {
    .container {
        max-width:1560px
    }

    .container-fluid {
        max-width: 1760px
    }
}

header.stick {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px #6e6e6e;
    animation: .5s forwards sp-header-stuck-slidein;
    background: #fff
}

@keyframes sp-header-stuck-slidein {
    from {
        transform: translate3d(0,-100%,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes sp-header-stuck-slideout {
    from {
        transform: translate3d(0,0,0);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.healthCta .healthCtaLft .gBnrDiv,.main-header nav,.newgpBanner .gynaecologyBannerCnt {
    padding: 0
}

.mobile-header,.offerOuter .banner_offer::after {
    display: none
}

.min-btn {
    background-color: #b29640;
    border-radius: 6px;
    padding: 9px 22px;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.min-btn:hover {
    background-color: #272f52;
    color: #fff
}

.right-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.top-call span,.whatsapp {
    display: inline-flex;
    border-radius: 50%
}

.whatsapp {
    background: #25d366;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin: 0 25px
}

.contact-sec,.welcome-sec,.welcome-sec h1 {
    background-position: center center;
    background-repeat: no-repeat
}

.CTADEsign.darkCTA h2,.CTADEsign.darkCTA p,.benefitsBX p,.contact_box.mail_box p,.contact_box.mail_box span,.contact_box.wp_box span,.emergencyCTa h3,.gBnrOffer .gcTitle,.health_Cta .tbPHead,.nextHealthBg .inner_titel,.nextHealthBg p,.pgCC .tbPHead,.twWhychoose .listArea li,.twWhychoose .listArea li a,.whatsapp-sticky:hover,.whatsapp:hover,.why-choose_cta .ofValidText,.why-choose_cta .sPrice {
    color: #fff
}

.top-call {
    padding: 0;
    color: #272f52;
    font-size: 23px;
    margin-left: 30px
}

.top-call span {
    background-color: #272f52;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center
}

.btn_active.offer_btn a:hover,.emmergencyBanner .banner_btn_group .banner-btn:first-child,.emmergencyBanner .banner_btn_group .banner-btn:last-child:hover,.offer_btn a {
    background-color: #b29640
}

.bannerTicks li,.list_full li,.top-call p,.twBenefits,.welcome_Sub {
    display: inline-block
}

.banner-sec {
    border-bottom: 10px solid #272f52;
    position: relative
}

.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    top: 0;
    justify-content: center
}

.top-banner span {
    display: block;
    color: #fff;
    font-size: 77px;
    font-family: 'PP Eiko';
    font-weight: 500;
    line-height: 1
}

.offer_price,.top-banner p {
    font-family: "Playfair Display",serif
}

.top-banner p {
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    font-style: italic;
    margin: 25px 0 30px;
    line-height: 1
}

.banner_member {
    display: inline-block;
    background-color: #e7c16c;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    padding: 10px 40px;
    line-height: 1;
    border-radius: 30px;
    position: relative;
    display: inline-flex;
    align-items: center
}

.banner-btn,.btn_active.offer_btn a,.offer_btn a:hover {
    background-color: rgb(0 0 0 / 30%)
}

.offer_price,.offer_text {
    color: #e7c16c;
    line-height: 1
}

.banner_member strong {
    font-size: 41px;
    color: #fff;
    margin: 0 2px
}

.btn_active.offer_btn a,.offer_btn a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    padding: 20px 30px
}

.banner_member::after {
    background-color: #e7c16c;
    display: block;
    position: absolute;
    left: -40%
}

.banner_member::before {
    background-color: #e7c16c;
    display: block;
    position: absolute;
    right: -40%
}

.banner_offer {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 20px 0;
    position: relative;
    padding: 15px 0
}

.cdBanner .banner_btn_group,.offer_btn {
    margin-top: 25px
}

.banner_offer::after {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    background: #fff;
    top: 0
}

.offer_btn a {
    border: 1px solid #b29640;
    border-radius: 6px
}

.btn_active.offer_btn a {
    border: 1px solid #b29640;
    border-radius: 10px;
    transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out
}

.offer_btn a img {
    margin-left: 10px
}

.emergencyCTa h3 strong,.offer_price,.sideBarCta h3 strong {
    font-size: 60px
}

.CTADEsignInner h2,.box_title span,.contact_box span,.exText,.gBnrOffer .gcTitle,.innerCnt h1,.innerCnt h2,.inner_banner span,.inner_titel,.services_text span,.shcTitle,.titel,.welcome-sec h1,.why-choose_cta h3 {
    font-family: 'PP Eiko'
}

.offer_price b {
    font-size: 88px;
    line-height: 0
}

.offer_text {
    font-size: 40px;
    text-transform: uppercase
}

.offer_text small {
    display: block;
    text-transform: none;
    color: #fff;
    font-style: italic
}

.bestSeller p,.blog .date span,.fndBtn,.packBX .packBTn .btn span,.packBX h3,.smileHader h2,.tbPHead,.termsCondi h1,.why-choose_cta .banner-btn {
    text-transform: uppercase
}

.offer_in {
    display: flex;
    gap: 15px;
    align-items: center
}

.banner-btn {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding: 20px 34px;
    border-radius: 10px;
    margin: 0 8px
}

.banner-btn:hover {
    color: #fff;
    background-color: #e7c16c
}

.banner-btn img {
    margin-right: 5px
}

.banner-btn.wp-btn {
    background-color: #4fce5d;
    color: #fff;
    border-color: #4fce5d;
    padding: 13px 34px
}

.box_title,.diBx,.emmergencyBanner .banner_btn_group .banner-btn:first-child:hover,.emmergencyBanner .banner_btn_group .banner-btn:last-child,.homeCTA,.min-btn.blu_btn,.pcos_testimonial,.price_table thead,.home_cta,footer {
    background-color: #272f52
}

.banner-btn.wp-btn i {
    font-size: 40px;
    padding-right: 10px
}

.contact-sec,.welcome-sec {
    background-image: url(../images/welcome_bg-min.webp);
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    position: relative
}

.homeBaner .banner-img,.homeCTAImg,.welcomeBgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.allTestModal .modal-header,.blog .img-holder,.blog_text,.choose_left,.dg_cta,.emmergencyBanner,.gallerySlider,.gpBanner .banner-content,.gpBenefitsSec .container,.gynaecologyBanner,.homeBaner .banner-content,.homeCTA,.homeCTARgtList li,.mapSec,.mapSec iframe,.package-single-head .product-samples .sample-icon-wrapper,.pgVideo,.searchForm,.services-sec,.teamSec,.vacancies_cta,.wCBXCnt,.welcome-sec .container,.whatsExpBCnt .row {
    position: relative
}

.dental-services {
    background-repeat: repeat;
    background-size: auto
}

.welcome-sec h1 span {
    display: block;
    color: #b29640;
    font-size: 35px;
    padding-bottom: 15px
}

.welcome-sec h1 {
    color: #272f52;
    font-size: 50px;
    margin: 0 0 35px;
    background-image: url(../images/h1-bg.png);
    background-size: auto
}

.weclcome_text {
    margin: 50px 0
}

.min-btn.blu_btn,.tablePrice .tablePriceCOl {
    border: 1px solid #272f52
}

.min-btn.blu_btn:hover,.min-btn.tr_btn:hover {
    background-color: #b29640;
    border: 1px solid #b29640;
    color: #fff
}

.min-btn.tr_btn {
    background-color: #fff;
    color: #272f52;
    border: 1px solid #b29640
}

.blu_btn,.tr_btn {
    margin: 0 10px
}

.wp_btn {
    background: #25d366;
    color: #fff;
    font-size: 40px;
    padding: 10px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

.choose_title,.different_section,.home_cta,.services_cubCont {
    background-repeat: no-repeat
}

.wp_btn:hover {
    color: #fff;
    background: #1ec55b
}

.titel {
    color: #272f52;
    font-size: 50px;
    margin-bottom: 40px
}

.services-sec {
    background-color: #fef9eb;
    padding: 100px 0
}

.get_in_touch {
    position: absolute;
    top: -100px;
    right: 10%
}

.services_cubCont {
    background-image: url(../images/services-sub-bg.png);
    background-position: center 15px;
    background-size: contain;
    margin-bottom: 50px
}

.dental-services .services_cubCont,.welcomeVacancies .service_wl {
    background: 0 0
}

.services_cubCont span {
    color: #b29640;
    font-size: 26px;
    display: block;
    padding-bottom: 25px
}

.services_cubCont p {
    width: 90%;
    margin: 0 auto
}

.services_box {
    width: 78%;
    margin: 0 auto 25px
}

.services_img {
    background-color: #fef9eb;
    border-radius: 250px;
    width: 382px;
    height: 530px
}

.services_img img {
    width: 100%;
    padding: 10px;
    border: 1px dotted #b29640;
    border-radius: 250px;
    height: 100%;
    object-fit: cover
}

.services_img .img-fluid.h-100 {
    height: auto !important;
    min-height: auto;
}

.services_text {
    padding: 40px 0 0;
    height: 260px
}

.home_cta,.pcos_clinic,.pcos_testimonial,.teamSec,.why_choose {
    padding: 100px 0
}

.services_text span {
    display: block;
    color: #272f52;
    font-size: 24px
}

.services_text span a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 15px;
    display: block
}

.services_text p {
    margin: 35px 0
}

.services_text a {
    font-size: 20px;
    color: #b29640;
    font-weight: 600
}

.services_text a img {
    margin-left: 6px
}

.fndBtn,.fndBtn:hover,.packBX .packBTn .btn span,.packModal .modal-body h2,.package-single-content h4 span,.services_text a:hover {
    text-decoration: underline
}

.blog_text h4 a,.contact_icon {
    text-decoration: none!important
}

.home_cta {
    position: relative;
    background-position: center center;
    background-size: cover
}

.home_cta .titel,.inner_titel.text_color {
    color: #e7c16c
}

.home_cta p {
    color: #fff;
    font-size: 26px;
    line-height: 50px
}

.home_cta .min-btn.blu_btn,.pcos_testimonial .min-btn.blu_btn {
    border: 1px solid #b29640
}

.choose_title {
    background-image: url(../images/choose_title.png);
    background-position: right 20px;
    background-size: auto
}

.choose_title .titel {
    width: 80%
}

.choose_title .titel span,.why_choose .head .titel span {
    color: #b29640;
    font-size: 35px;
    display: block;
    padding-bottom: 15px
}

.choose_right {
    padding-left: 80px
}

.choose_img {
    position: absolute;
    width: 380px;
    height: 550px;
    bottom: -70px;
    right: -200px;
    background-color: #fff;
    border-radius: 270px
}

.choose_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 15px;
    border-radius: 270px
}

.innerCnt ul,.listArea,.listImg,.termsCondi ul {
    margin: 0;
    padding: 0
}

.listArea li,.termsCondi ul li {
    list-style: none;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 25px;
    background: url(../images/listing_cu.png) 0 9px/12px no-repeat;
    overflow: hidden
}

.listArea li span {
    color: #b29640;
    padding-right: 6px
}

.choose_content {
    padding-left: 130px
}

.different_section {
    background-image: url(../images/different_bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 100px 0
}

.note {
    background-color: #e9debd;
    display: block;
    font-size: 18px;
    padding: 15px
}

.different_icon {
    border-radius: 50%;
    margin: 0 auto 30px;
    padding: 13px;
    border: 1px dotted #b29640;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center
}

.different_icon div {
    background-color: #0a3266;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 50%
}

.differ_top {
    padding-top: 70px;
    position: relative
}

.different_part span {
    color: #b29640;
    font-size: 26px;
    margin-bottom: 30px;
    display: block
}

.differ_top::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b29640;
    position: absolute;
    top: 160px
}

.noBg_cta {
    padding: 100px 0;
    position: relative
}

.noBg_cta p {
    font-size: 26px;
    line-height: 1.6
}

.footer_get_in_touch {
    position: absolute;
    bottom: 3%;
    right: 10%
}

.footer_get_in_touch img,.get_in_touch img {
    animation: 30s linear infinite animName;
    z-index: 11
}

@keyframes animName {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

footer {
    padding: 20px 0;
    color: #fff
}

.inner_banner {
    color: #fff;
    position: relative
}

.inner_banner span {
    color: #fff;
    font-size: 46px;
    margin-bottom: 30px;
    display: block
}

.inner_banner p {
    font-size: 21px;
    margin-bottom: 15px
}

.inner_banner p.weOpen {
    font-size: 16px;
}

.service_wl span {
    padding: 20px 0 0
}

.welcome-sec .service_wl {
    background-image: url(../images/services-h1-bg.png);
    background-size: 100%;
    font-size: 45px;
    background-position: center 30px
}

.booking_text {
    padding-bottom: 25px
}

.booking_text span {
    color: #b29640;
    font-size: 26px;
    display: block;
    padding-bottom: 20px;
    font-weight: 700
}

.booking_text p,.newTimiming .time h3,.newlyOffer p strong {
    font-size: 20px
}

.inner_titel {
    color: #272f52;
    font-size: 37px;
    margin-bottom: 40px
}

.inner_titel span {
    display: block;
    color: #b29640;
    font-size: 35px;
    padding-top: 15px
}

.gBnrOffer p,.healtPPCK .fndBtn,.newPack .package-single-head h3 small,.pcosTretment_right p,.pcos_clinic p,.weOpen {
    font-size: 18px;
}

.clinic_box {
    background-color: #fef9eb;
    height: 100%
}

.box_title,.packbxInner {
    padding: 25px
}

.box_title span {
    color: #fff;
    font-size: 28px
}

.box_text {
    padding: 45px 35px 30px
}

.pcosTretment_right {
    padding-right: 130px
}

.choose_img.pcos_over {
    right: 0;
    left: -170px;
    bottom: -180px
}

.list_full {
    display: flex;
    justify-content: center;
    gap: 20px
}

.listImg li {
    font-size: 20px;
    padding: 6px 0
}

.listImg li span {
    background-color: #0a3266;
    border: 1px solid #b29640;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 30px
}

.subtitle {
    color: #b29640;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px
}

.testimonial_box {
    padding: 45px 30px;
    background-color: rgb(255 255 255 / 15%);
    height: 100%
}

.testimonial_box span {
    color: #e7c16c;
    font-size: 18px;
    font-weight: 700;
    display: block
}

.testimonial_box p {
    color: #fff;
    font-size: 18px;
    padding-top: 45px;
    padding-bottom: 45px
}

.price_table {
    background-color: #fef9eb;
    margin-top: 50px
}

.price_table thead tr th {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 28px 10px
}

.price_table tbody tr td {
    color: #313131;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 10px;
    border-right: 1px solid #dee2e6
}

.f_in strong,.innerCnt ol li strong,.offerOuter p strong,.whatsSec h3 {
    font-weight: 700
}

.lastBorder,.newTimiming .time:last-child,.price_table tbody tr td:last-child {
    border-right: none
}

.dg_cta .footer_get_in_touch img {
    filter: invert(1) brightness(1)
}

.accordion {
    margin: 50px 0 0
}

.t-p {
    color: #313131;
    padding: 30px;
    width: 80%
}

.clinic_box4 .box_title,.contact_box {
    padding: 15px
}

.accordion .item .item-header h2 button.btn.btn-link {
    color: #313131;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
    width: 100%
}

.accordion .item .item-header {
    border-bottom: none;
    background: 0 0;
    padding: 0;
    margin: 2px
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #fff;
    background-color: #272f52;
    width: 60px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    min-width: 60px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0)
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: .5s
}

.accordion .item {
    border: none;
    margin-bottom: 10px;
    background: #fef9eb
}

.contact_box img,.contact_box p,.differentItems img,.innerCnt .btnList,.mmWelcome .weclcome_text {
    margin-bottom: 25px
}

.contact_info {
    display: flex;
    justify-content: center;
    gap: 50px
}

.contact_box {
    background: #f9f1d8;
    width: 25%;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    -webkit-transition: .3s ease-in-out;
    min-height: 200px;
    min-width: 21%
}

.contact_box p {
    color: #272f52;
    font-size: 20px
}

.contact_box span {
    display: block;
    color: #272f52;
    font-size: 21px
}

.contact_box.mail_box {
    background-color: #272f52;
    position: relative
}

.contact_box.mail_box::after {
    content: '';
    display: block;
    left: -26px
}

.contact_box.mail_box::before {
    content: '';
    display: block;
    right: -27px
}

.form-control.has-error {
    border-color: red!important
}

.help-block,.offerTextNew1 strong,.redFont {
    color: red!important
}

.contact_box.wp_box {
    background-color: #4fce5d
}

.contact_box.wp_box img {
    margin-bottom: 35px;
    max-width: 40px
}

.contact_box:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 17%)
}

.contact_from_box {
    margin-top: 50px;
    background-color: #f9f1d8
}

.from_part {
    padding: 40px 70px;
    text-align: left
}

.from_part .form-control {
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #b29640;
    border-radius: 0;
    height: auto;
    padding: 15px;
    color: #272f52;
    text-align: left
}

.from_part .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #272f52
}

.from_part .form-control::placeholder {
    color: #272f52;
    opacity: .8
}

.BgWhite {
    background-color: #fff!important
}

.welcomeHEad h1 span {
    display: inline-block;
    background: #fefefc;
    padding: 0 15px 25px
}

.innerCnt ol,.innerCnt ul li {
    padding-left: 25px
}

.welcomeHEad h2,.welcomeSub {
    color: #272f52;
    font-size: 26px;
    display: block;
    padding-bottom: 20px;
    font-weight: 700
}

.CTADEsignInner p span,.innerCnt h1 span,.innerCnt ol li strong,.tt2,.whatsSec h3 {
    display: block;
    color: #b29640
}

.whatsSec h3 {
    font-size: 24px;
    padding-bottom: 0
}

.clinic_box4 .box_title span,.membershipBanner .offer_text small {
    font-size: 21px
}

.clinic_box4 .box_text {
    padding: 25px 15px 15px
}

.clinic_box4 p,.innerBBcnt p,.provideList .provideBx p {
    font-size: 16px
}

.commonCTA p,.inner_cta p {
    font-size: 18px;
    line-height: 1.8
}

.innerCnt h1 {
    color: #272f52;
    font-size: 50px;
    margin: 0 0 35px
}

.sidebarConditions {
    padding: 25px;
    border: 2px solid #e7e7e7;
    border-radius: 15px
}

.differentItems,.why-choose_cta {
    border-radius: 10px;
    text-align: center
}

.medicalBnr {
    position: relative;
    height: 821px
}

.emmergencyBanner .home_banner_img picture img,.gpBannerPicture img,.medicalBnr video,.twBenefits img,.vacancies_cta .vacanciesPicture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.medicalBnr::before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 39%;
    position: absolute;
    top: 0;
    left: 0
}

.homeVideo .contactVideo,.serveBx .services_text {
    height: auto
}

.differentItems {
    background-color: #fff;
    box-shadow: 2.5px 4.33px 14px 0 rgb(0 0 0 / 21%);
    padding: 38px;
    width: 100%;
    max-width: 480px;
    height: 100%
}

.innerCnt ol li strong,.tt2 {
    font-size: 24px;
    padding-bottom: 15px
}

.differentItems h3 {
    font-size: 24px;
    color: #bb9847;
    font-weight: 600;
    margin-bottom: 15px
}

.differentItems p {
    margin-bottom: 0;
    font-size: 20px
}

.healthCta .healthCtaRgt .enjoyText strong,.innerCnt h1 span,.innerCnt h2,.memberCTa h2 {
    font-size: 40px
}

.dentalSerBx .services_img {
    width: 312px;
    height: 450px;
    display: inline-block
}

.innerCnt h2 {
    color: #272f52
}

.innerCnt ul li {
    list-style: none;
    font-weight: 600;
    margin-bottom: 20px;
    background: url(../images/listing_cu.png) 0 9px/12px no-repeat
}

.innerCnt ol li {
    font-weight: 600;
    margin-bottom: 20px;
    list-style: decimal
}

.innerCnt ol li::marker {
    color: #b29640;
    font-size: 24px
}

.bm-0 {
    bottom: 0!important
}

.cdBanner span {
    line-height: 1.6;
    font-size: 36px
}

.cdBanner p,.newEmergencyBanner .bannerContent p {
    font-size: 18px;
    margin-bottom: 10px
}

.list-3 {
    column-count: 3
}

.list-2,.vacanciesBanner .listArea.list-2 {
    column-count: 2
}

.why-choose_cta {
    background: rgb(39 47 82);
    padding: 30px;
    border: 2px solid #b29640;
    height: 100%;
    align-content: center;
    color: #fff
}

.gynaecologyBanner .google_reviews,.homeCTA .google_reviews,.inner_banner .google_reviews,.newCTABB .google_reviews,.why-choose_cta .google_reviews {
    height: 44px
}

.why-choose_cta .flag_reviews {
    max-width: 339px!important
}

.why-choose_cta .banner-btn {
    font-size: 18px;
    padding: 16px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.gynaecologyBannerCnt .vdvdv,.why-choose_cta .vdvdv {
    background: #b29640;
    border-color: #b29640
}

.why-choose_cta .dfnfg {
    background: #fff;
    border-color: #fff;
    color: #272f52
}

.bookModal .modal-body,.bookModal .modal-header {
    background-color: #f9f9f9
}

.why-choose_cta .dfnfg img {
    filter: brightness(1) invert(1)
}

.why-choose_cta .gPrice {
    color: #fff;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 600;
    margin: 0
}

.why-choose_cta .gPrice strong {
    color: #fff;
    font-size: 64px;
    font-weight: 900
}

.why-choose_cta h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0
}

.faqAccordion .t-p {
    width: 90%;
    text-align: left
}

.CTADEsign {
    padding: 60px 30px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-image: url(../images/cta-texture.png);
    background-size: cover;
    background-repeat: no-repeat
}

.CTADEsignInner h2 {
    color: #272f52;
    font-size: 46px;
    margin-bottom: 30px;
    text-align: center
}

.CTADEsignInner p {
    color: #313131;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center
}

.CTADEsignInner p span {
    font-size: 31px;
    font-weight: 700
}

.CTADEsign .btnList {
    margin-top: 60px
}

.darkCTA {
    background-color: #1c2340
}

.CTADEsign.darkCTA .btnList .blu_btn {
    background-color: #b29640;
    border-color: #b29640
}

.CTADEsign.darkCTA .btnList .blu_btn:hover,.nextHealthBg .btnList3 .blu_btn.min-btn,.shcCTa .btnList2 .blu_btn.min-btn {
    background: #fff;
    color: #272f52
}

.btnList .tr_btn {
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px
}

.btnList .tr_btn img {
    margin-right: 10px
}

.lightCTA {
    background-color: #f3f3f3
}

.corevalue,.gpLLcoation p,.gpTeam .textBxDEtails,.popularLeft,.provideList .provideBxRgt .provideBx p,.shcChooseBx ul li,.whySecIdeal .whyHealthCnt p {
    text-align: left
}

.contact_icon,.packBX {
    text-align: center;
    transition: .3s ease-in-out
}

.corevalue ul li {
    color: #fff;
    text-align: left
}

.bookModal .modal-header {
    border: none
}

.bookModal .modal-header .modal-title {
    font-family: 'PP Eiko';
    color: #272f52;
    font-size: 34px;
    padding-left: 34px
}

.bookModal .modal-body .from_part {
    padding: 30px
}

.bookModal .modal-header .close {
    background: red;
    font-weight: 400;
    padding: 0 10px 10px;
    opacity: 1;
    line-height: 1;
    color: #fff
}

.fndBtn:hover,.package-single-footer .find-btn:hover,.serviceList h2 a:hover,.serviceList ul li a:hover {
    color: #b29640
}

.allDentalSub a {
    font-weight: 800!important;
    font-size: 17px!important
}

.serviceList hr {
    margin: 60px 0
}

.serviceList ul li a {
    font-weight: 400;
    color: #272f52
}

.blog_left .blog_left_text p:hover,.serviceList h2 a {
    color: #272f52
}

.whatsappIcon {
    position: fixed;
    bottom: 8vh;
    right: 1vh;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 999;
    display: none
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px #e84c3d00
    }
}

.contact_icon {
    background: #25d366;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0);
    animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66,0,0,1);
    font-weight: 400;
    font-family: sans-serif
}

.bronzePack,.essentialPack {
    border-top: 10px solid #f7c89a
}

.packBX {
    border-top: 10px solid #000;
    background-color: #fff;
    border-left: 1px solid #b4a8ab;
    border-right: 1px solid #b4a8ab;
    border-bottom: 1px solid #b4a8ab;
    -webkit-transition: .3s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    background-image: url(../images/health-bg.png);
    height: 100%;
    width: 100%
}

.packBX.essentialPack h3 {
    background: #f7c89a;
    color: #000
}

.packBX h3 {
    font-size: 26px;
    margin-bottom: 45px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px
}

.packbxInner p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.8
}

.fndBtn {
    color: #000;
    font-weight: 600;
    font-size: 21px;
    width: 100%;
    display: block
}

.packBX .packBTn {
    margin-top: 35px
}

.packBX .packBTn .btn {
    font-size: 16px;
    margin-top: 16px
}

.packBX p.packgeCost {
    font-weight: 700;
    font-size: 48px!important;
    margin-top: 0;
    color: #272f52
}

.packBX.UltimatePack h3 {
    background: #d8a444;
    color: #000
}

.package-single {
    height: 100%;
    background: #fff;
    border: 1px solid #b4b4b4;
    align-content: space-between;
    flex-wrap: wrap;
    display: flex
}

.package-single .package-single-content {
    padding: 24px 18px 0;
    text-align: left
}

.package-single .package-single-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background: #ffeef2;
    padding: 19px 110px 19px 24px;
    position: relative;
    width: 100%
}

.package-single-head .package-single-tag {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 122px;
    background: #fc2b62;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.bodySec .title,.csText {
    text-transform: capitalize
}

.package-single .package-single-head h3 {
    margin-bottom: 0;
    padding-right: 15px
}

.package-single-head .product-samples {
    display: flex;
    min-width: 110px;
    justify-content: flex-end;
    gap: 15px
}

.package-single-head .product-samples .sample-icon-wrapper .sample-hover {
    position: absolute;
    bottom: 90px;
    background: #f36429;
    border-radius: 20px;
    font-size: 15px;
    white-space: nowrap;
    padding: 5px 10px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    color: #fff;
    display: none
}

.package-single-head .product-samples .sample-icon-wrapper .sample-hover:after {
    content: "\25bc";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    color: #f36429
}

.exText strong,.gpCostBxOffer span,.homeAddressHead h2 strong,.mmWelcome .welcomeSub span,.newgpBanner .homeBnrOfr span b,.package-single-head .product-samples .sample-icon-wrapper a:hover+.sample-hover,.vacanciesBanner span strong,.whatExpt {
    display: block
}

.package-single .package-single-head h3 a {
    color: #000;
    font-weight: 500;
    font-size: 22px
}

.package-single .package-single-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px
}

.package-single-content h4 {
    font-size: 14px;
    margin-bottom: 10px
}

.conditions-wrapper {
    display: flex;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px
}

.ppaLL .conditions-wrapper .conditions-column {
    max-width: 100%;
    width: 100%
}

.conditions-wrapper span {
    display: inline-block;
    width: 100%;
    padding: 4px 0
}

.package-single .package-single-price .package-single-amount {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1
}

.package-single .package-single-price .package-single-amount strong {
    color: #272f52;
    font-size: 30px;
    margin-left: 14px
}

.package-single .package-single-price .package-single-tag {
    background: hwb(17.52deg 16.08% 4.71% / 75%);
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px
}

.package-single-footer .find-btn {
    color: #333;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    padding: 17px 10px
}

.package-single-footer .theme-btn {
    padding: 12px 30px
}

.package-single-footer {
    margin-top: 18px;
    padding: 0 6px
}

.package-single-content ul {
    list-style: none;
    padding: 0;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.package-single-content ul li {
    padding: 7px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 300
}

.package-single-content ul li strong {
    color: #000;
    display: block;
    font-weight: 600
}

.package-single-content ul img {
    max-width: 20px;
    margin-right: 14px
}

.newPack {
    border-top: 10px solid #000;
    background: #fff;
    border-left: 1px solid #b4a8ab;
    border-right: 1px solid #b4a8ab;
    border-bottom: 1px solid #b4a8ab;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.newPack:hover {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 0 16px #b29640;
    -webkit-box-shadow: 0 0 16px #b29640;
    -o-box-shadow: 0 0 16px #b29640
}

.newPack .package-single-head {
    background: 0 0;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-right: 90px;
    position: relative
}

.newPack .package-single-head h3 {
    width: 100%;
    margin-bottom: 35px;
    text-align: left
}

.newPack .package-single-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #999;
    padding-bottom: 25px
}

.pricDiv {
    padding: 30px 35px;
    text-align: left
}

.pricDiv p {
    background: 0 0;
    padding: 0;
    min-height: 90px;
    margin: 0;
    font-size: 15px
}

.newPack .package-single-amount strong {
    margin-left: 5px!important
}

.ttII {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    background: #f1f1f1;
    padding: 10px 15px
}

.newPack .package-single-content h4 {
    font-weight: 600;
    font-size: 16px
}

.newPack .package-single-content .conditions-wrapper span {
    font-size: 14px;
    font-weight: 300;
    background: url(../images/tickli.png) right center/15px no-repeat;
    padding-right: 15px
}

.newPack .package-single-footer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.bronzePack .ttII {
    background: #f7c89a
}

.silverPack {
    border-top: 10px solid #e2e2e2
}

.silverPack .ttII {
    background: #e2e2e2
}

.goldPack {
    border-top: 10px solid #d8a444
}

.goldPack .ttII {
    background: #d8a444
}

.platiniumPack {
    border-top: 10px solid #c8c8c8
}

.platiniumPack .ttII {
    background: #c8c8c8
}

.bestSeller {
    width: 100%;
    max-width: 80px;
    background: #b29640;
    position: absolute;
    top: 0;
    right: 15px;
    clip-path: polygon(100% 0,100% 100%,51% 70%,0 100%,0 0);
    -webkit-clip-path: polygon(100% 0,100% 100%,51% 70%,0 100%,0 0);
    -o-clip-path: polygon(100% 0,100% 100%,51% 70%,0 100%,0 0)
}

.bestSeller p {
    margin: 0;
    color: #fff;
    background: 0 0;
    padding: 20px 7px 45px;
    min-height: auto
}

.newPack .package-single-price .package-single-amount {
    font-size: 16px;
    display: inline-flex
}

.bg-white {
    background: #fff!important
}

.newCTABB .btnStyle.theme-btn.banner-btn:before,.price-table {
    background: #fff
}

.price-table tbody tr:nth-child(2n) td {
    background: rgb(39 47 82 / 10%)
}

.price-table tr th {
    background: #272f52;
    color: #fff;
    padding: 15px
}

.male-icon img {
    max-width: 40px
}

.male-icon {
    position: absolute;
    right: 20px;
    top: 40px
}

.tubeIcon {
    width: 25px;
    height: 25px;
    margin-left: 9px;
    margin-right: 2px;
    object-fit: contain
}

@media (max-width: 1199px) {
    .list-4 {
        column-count:3
    }

    .list-3 {
        column-count: 2
    }

    .list-2 {
        column-count: 1
    }

    .newPack:hover {
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .why-choose_cta h3 {
        font-size: 30px
    }

    .why-choose_cta .banner_btn_group {
        flex-wrap: wrap
    }

    .why-choose_cta .banner_btn_group .banner-btn {
        margin: 5px
    }
}

@media (min-width: 768px) {
    .inner_banner .banner-img {
        height:666px!important;
        object-fit: cover
    }
}

@media (max-width: 1599px) {
    .pricDiv {
        padding:20px 15px
    }

    .newPack .package-single-head h3 a {
        font-size: 16px
    }

    .newPack .package-single-head h3 small,.tbPHead {
        font-size: 14px
    }

    .pricDiv p {
        font-size: 13px
    }

    .CTADEsignInner h2 {
        font-size: 36px
    }

    .CTADEsignInner p,.inner_banner .offer_text small {
        font-size: 20px
    }

    .btnList .tr_btn {
        padding: 10px 16px!important;
        font-size: 16px!important
    }

    .cdBanner span,.inner_banner .offer_text,.offerBanner .emerOffer .offer_price {
        font-size: 30px
    }

    .offerBanner .innerTTer {
        font-size: 33px!important;
        margin-bottom: 0
    }

    .offerBanner .offer_price b {
        font-size: 50px!important
    }

    .offerBanner .emerOffer .offer_text {
        font-size: 22px
    }

    .offerBanner .emerOffer .offer_text small {
        font-size: 24px
    }

    .offerBanner .banner_offer {
        margin: 0 0 10px
    }

    .inner_banner .banner-img {
        height: 494px!important
    }

    .inner_banner p {
        font-size: 18px!important;
        margin-bottom: 5px!important
    }

    .tbPrice {
        font-size: 26px!important;
        padding: 8px 15px
    }

    .inner_banner span {
        font-size: 24px!important;
        margin-bottom: 5px!important
    }

.cdBanner .newlyOffer>span {}

    .cdBanner .banner_btn_group {
        margin-top: 15px
    }

    .inner_banner .reviewPanel {
        margin-top: 5px
    }

    .inner_banner .offer_price b {
        font-size: 58px
    }

    .inner_banner .offer_price {
        font-size: 40px
    }

    .inner_banner .banner_offer {
        margin: 5px 0
    }
}

@media (max-width: 991px) {
    .list-4 {
        column-count:2
    }

    .list-3 {
        column-count: 1
    }

    .CTADEsign {
        margin-top: 15px
    }

    .different_section img {
        margin: 10px 0
    }

    .CTADEsignInner h2 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .CTADEsignInner p {
        font-size: 16px
    }

    .CTADEsignInner p span,.bookModal .modal-header .modal-title {
        font-size: 24px
    }

    ul.slimmenu li ul li a i {
        display: none
    }

    .whatsappIcon {
        display: block
    }

    .accordion .item .item-header h2 button.btn.btn-link {
        text-wrap: auto;
        text-align: left
    }

    .team {
        padding: 15px
    }

    .menu-collapser {
        order: 2
    }
}

@media (max-width: 767px) {
    .list-4 {
        column-count:1
    }

    .why-choose_cta {
        padding: 20px
    }

    .why-choose_cta h3 {
        font-size: 20px
    }

    .why-choose_cta .gPrice {
        font-size: 24px
    }

    .why-choose_cta .ofValidText {
        font-size: 15px!important
    }

    .why-choose_cta .gPrice strong {
        font-size: 40px
    }

    .why-choose_cta .banner-btn {
        font-size: 15px;
        padding: 13px 15px;
        min-width: 200px
    }

    .inner_banner .banner-img {
        object-position: right
    }

    .homeAddressHead h2 {
        font-size: 20px!important
    }

    .homeAddressHead h2 strong {
        font-size: 18px!important
    }
}

@media (max-width: 479px) {
    .CTADEsign .btnList {
        flex-wrap:wrap;
        margin-top: 20px
    }

    .CTADEsign .btnList .min-btn {
        width: 100%;
        margin: 10px 0
    }

    .btnList2,.btnList3 {
        flex-wrap: wrap;
        justify-content: center
    }

    .btnList2 a,.btnList3 a {
        width: 100%;
        margin: 4px 0;
        text-align: center;
        height: 45px;
        max-width: 280px
    }

    .welcomeSub {
        font-size: 16px
    }

    .bookModal .modal-body .from_part {
        padding: 0
    }

    .bookModal .modal-header .modal-title {
        font-size: 20px;
        padding-left: 4px
    }

    .google_reviews {
        margin: 0!important
    }
}

.br-0.contact_box.mail_box::before,.single-offer.banner_offer::after {
    display: none!important
}

.packModal .modal-header {
    background: #000;
    color: #fff;
    justify-content: space-between
}

.packModal .modal-header .modal-title {
    font-size: 24px!important;
    font-weight: 700
}

.packModal .modal-header .btn-close {
    background-color: #ff010b;
    opacity: 1;
    border: none;
    color: #fff;
    width: 30px;
    border-radius: 5px;
    cursor: pointer
}

.packModal .modal-header p {
    float: right
}

.packModal .modal-body h2 {
    font-size: 24px;
    font-weight: 700
}

.packModal .modal-body ul li {
    list-style: none;
    display: inline-block;
    background: url(../images/blood-drop.png) left 5px/18px no-repeat;
    padding-left: 25px;
    width: 100%;
    margin: 5px 0;
    font-size: 16px
}

.packModal .modal-body ul {
    padding-left: 0
}

.blog {
    border: 1px solid #dadada;
    padding: 0;
    height: 100%
}

.blog_text .theme-btn {
    padding: 10px!important;
    font-size: 16px;
    border-radius: 5px
}

.blog_left,.categories ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px
}

.blog .img-holder,.conditionsBx,.coupon-bx,.gyanService,.gyanService picture,.gyanService span del:before,.provideList .provideBx h3 {
    display: inline-block;
    width: 100%
}

.blog .date {
    background-color: #272f52;
    color: #fff;
    padding: 1px .8em;
    bottom: 0
}

.blog_text {
    padding: 20px 15px
}

.blog_text h2 {
    font-size: 22px;
    margin-top: 0
}

.blog_section h1 {
    padding-top: 0;
    padding-bottom: 8px
}

.blog-details-img .date {
    display: block;
    padding: 10px;
    float: none;
    border-bottom: 1px solid #ccc
}

.blog_text h4 {
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 500
}

.blog_text h4 a,.groupon h3 {
    color: #000
}

.blog_text h4 a:hover {
    color: #bf9b30
}

.blog .date span.day {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600
}

.blog .date span {
    display: inline-block;
    font-size: 16px;
    line-height: 21px
}

.blog-inner-banner img,.newServiceStyle,.packBBS .min-btn,.tablePrice .tablePriceCOl .tablePriceROw {
    width: 100%
}

.blog_text p {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 500
}

.blog_section-title {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    color: #333!important;
    font-size: 26px;
    display: block;
    margin-bottom: 30px
}

.blog_sidebar {
    border: 1px solid #dadada;
    padding: 25px;
    display: inline-block;
    width: 100%
}

.blog_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px
}

.blog_left .blog_image {
    width: 100%;
    max-width: 115px
}

.blog_left .blog_image img {
    height: 100px;
    width: 100%;
    object-fit: contain
}

.blog_left .blog_left_text {
    width: 100%;
    max-width: 60%;
    padding-left: 15px
}

.blog_left .blog_left_text p {
    font-weight: 600;
    text-align: left
}

.blog_left .blog_left_text span {
    font-size: 14px
}

.blog_sidebar .blog_section-title,.newCTABB .homeLLLL,.reviewPanel .google_reviews {
    margin-top: 0
}

.blog-details ul li h3 {
    margin: 4px 0
}

.blog-details .date {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    display: flex;
    align-items: center
}

.blog-details .date i {
    margin-right: 7px;
    font-size: 21px;
    color: #ff7a11
}

.emerOffer {
    margin: 5px 0
}

.emerOffer .offer_in {
    flex-wrap: wrap;
    justify-content: center
}

.emerOffer .offer_price {
    font-size: 40px;
    line-height: 2;
    color: #fff!important
}

.emerOffer .offer_text {
    width: 100%;
    text-align: center!important;
    font-size: 24px
}

.emerOffer .offer_text small {
    font-size: 26px;
    margin-top: 8px;
    font-weight: 600
}

.innerTTer {
    font-size: 40px!important;
    color: #e7c16c!important
}

.langu_img {
    width: 100%;
    max-width: 390px
}

.google_reviews {
    width: 100%;
    height: 64px;
    object-fit: contain;
    margin-top: 25px
}

.mainBannerSite .top-banner span {
    font-size: 45px;
    line-height: 1.4
}

.mainBannerSite .top-banner p {
    font-style: normal;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px
}

.mainBannerSite .top-banner p strong {
    font-size: 38px;
    font-weight: 700
}

.mainBannerPrice {
    font-family: 'PP Eiko';
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    display: block
}

.mainBannerPrice strong {
    color: #e7c16c;
    font-size: 45px;
    font-weight: 400
}

.offerOuter {
    padding: 15px 45px;
    background: #00000057
}

.teamBX,.wCBXCnt:before {
    background: #fef9eb;
    height: 100%;
    width: 100%
}

.mainBannerSite .offer_price b {
    font-size: 79px
}

.mainBannerSite .offer_text {
    font-size: 28px;
    font-weight: 400;
    text-align: left
}

.emmergencyBanner .bannerContent p.text-danger,.membershipBanner .mainBannerPrice,.newEmergencyBanner .bannerContent h3,.offer_text small,.vacanciesOfferBanner ul li {
    font-size: 24px
}

.offerOuter p {
    color: #fff;
    font-size: 26px;
    margin: 15px 0;
    font-weight: 300
}

.mainBannerSite .offer_btn a {
    font-size: 23px;
    padding: 15px 30px
}

.teamBX .textBxDEtails h3,.whyList p {
    color: #000;
    font-size: 24px
}

.teamBX .textBxDEtails h3 a {
    color: inherit;
}

.mainBannerSite .banner_btn_group {
    margin-top: 26px
}

.mainBannerSite .banner_btn_group a {
    padding: 15px 34px
}

.reviewPanel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 35px
}

.gallerySlider .owl-nav button,.teamBX {
    display: inline-flex;
    align-items: center
}

.reviewPanel .flag_reviews {
    width: 100%;
    max-width: 579px;
    margin-left: 40px
}

.teamBX {
    padding: 24px;
    border-radius: 5px;
    flex-wrap: wrap;
    align-items: baseline;
}

.teamBX a {display: inline-block;width: 100%;}

.teamBX picture {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px
}

.teamBX picture img {
    border-radius: 5px;
    width: 100%;
    max-width: 300px
}

.teamBX .textBxDEtails {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-top: 15px;
}

.teamBX .textBxDEtails .gdcNo {
    color: #b29640;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    display: block
}

.teamBX .textBxDEtails p {
    color: #252525;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    font-weight: 600
}

.teamBX .textBxDEtails .min-btn {
    margin-top: 15px;
    padding: 9px 20px;
    font-size: 18px;
    background: #272f52;
    width: auto;
}

.smileGallerySec {
    padding: 100px 0;
    background: #cbbda0;
    background: linear-gradient(0deg,#cbbda0 24%,#ffffff00 85%)
}

.galleryImg {
    border: 6px solid #ebd5a4;
    border-radius: 5px;
    display: inline-block;
    width: 100%
}

.brLft,.homeCTARgt {
    border-left: 1px solid #fff
}

.gallerySlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff!important;
    width: 50px;
    height: 50px;
    justify-content: center
}

.gallerySlider .owl-nav button.owl-prev {
    left: -30px
}

.gallerySlider .owl-nav button.owl-next {
    right: -30px
}

.gallerySlider .owl-nav button span {
    font-size: 30px;
    line-height: 1
}

.newHomeBanner .banner-img {
    min-height: 811px;
    object-fit: cover
}

.csText {
    font-size: 19px;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 5px
}

.btnJoin,.gpCostBxOffer span small,.homeCTALft p strong {
    font-size: 22px
}

.ftCtontatBx,.homeCTALft,.tablePrice,.weB,.weB .weB_icon,.whyList p {
    display: inline-flex
}

.offerOuter .ofPRT {
    padding: 25px 5px 25px 30px
}

.offerOuter .banner_offer {
    gap: 40px;
    margin: 0
}

.newlyOffer .ppOffer {
    font-size: 32px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    margin-bottom: 15px
}

.newlyOffer .ppOffer strong {
    font-weight: 500;
    color: #ebbf39
}

.newlyOffer .ddentalOOO {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: "Plus Jakarta Sans",sans-serif
}

.newlyOffer .ddentalOOO strong {
    font-size: 46px;
    color: #ebbf39
}

.newlyOffer .saveTExt {
    font-size: 30px;
    line-height: 1.6;
    margin: 10px 0;
    padding: 5px 0
}

.inner_banner .reviewPanel .flag_reviews {
    max-width: 439px
}

.health_Cta,.pgCC,.wCBXCnt {
    padding: 50px 0
}

.wCBXCnt:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    max-width: 77%
}

.wCBXCnt .container {
    position: relative;
    z-index: 1
}

.whyList p {
    margin: 10px 0;
    width: 100%;
    align-items: center
}

.whyList p img {
    width: 63px;
    height: 63px;
    object-fit: contain;
    object-position: center;
    margin-right: 15px
}

.homeCTA {
    padding: 60px 0;
    background-image: url(../images/texture-bg_southkenmd.webp)
}

.bgImg {
    background-image: none!important
}

.homeCTALft {
    width: 100%;
    padding: 0 40px
}

.homeCTALft h2 {
    font-size: 28px;
    color: #fff;
    font-family: 'PP Eiko';
    font-weight: 400;
    margin-bottom: 20px
}

.homeCTALft p,.newCTABB .bannerTitleSmall {
    color: #fff;
    font-size: 21px
}

.homeCTALft h2 strong {
    font-size: 42px;
    color: #e7c16c;
    font-weight: 400
}

.emergencyCTa .langu_img,.homeCTA .langu_img,.sideBarCta .langu_img {
    max-width: 322px
}

.btnJoin {
    background: #fff;
    border-radius: 5px;
    color: #384060;
    padding: 10px 25px
}

.btnJoin:hover {
    color: #fff;
    background: #b29640
}

.homeCTARgtList {
    padding: 0;
    margin: 0
}

.homeAddressHead,.serviceHEad {
    margin-bottom: 45px
}

.homeCTARgtList li {
    list-style: none;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin: 25px 0;
    padding-left: 30px
}

.homeCTARgtList li strong,.memberCTa .min-btn,.newEmergencyBanner .bbCntBx h4 {
    font-size: 30px
}

.homeCTARgtList li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #e7c16c;
    border-radius: 50px
}

.homeCTARgt {
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px
}

.serviceHEad {
    border-bottom: 1px solid #272f52
}

.newServiceStyle .services_img {
    width: 100%;
    height: auto;
    border-radius: 0
}

.newServiceStyle .services_img img {
    padding: 0;
    border-radius: 0;
    height: 511px;
    object-fit: cover;
    border: none
}

.newServiceStyle .services_text {
    padding: 20px 0
}

.homeAddressSec {
    padding-top: 80px;
    background: #fef9eb;
    padding-bottom: 40px
}

.homeAddressHead h2 {
    font-size: 26px;
    color: #232a4a;
    line-height: 1.6
}

.ftCtontatBx {
    width: 100%;
    background: #f5eedd;
    height: 100%;
    padding: 25px
}

.ftCtontatBx span {
    width: 100%;
    max-width: 20%
}

.ftCtontatBx span img {
    width: 40px
}

.ftCtontatBx .ftContact,.weB .weB_Text {
    width: 100%;
    max-width: 80%
}

.ftCtontatBx .ftContact h3 {
    font-size: 20px;
    font-family: 'PP Eiko';
    color: #bb9847
}

.ftCtontatBx .ftContact a,.ftCtontatBx .ftContact p {
    color: #272f52;
    font-size: 25px;
    font-family: 'PP Eiko'
}

.mapSec {
    background: #fef9eb
}

.mapSec:before,.playBtn {
    position: absolute;
    left: 0
}

.mapSec:before,.packBtnList a.btn.bookNow,.tbPHead {
    background: #272f52
}

.mapSec:before {
    content: '';
    bottom: 0;
    width: 100%;
    height: 50%
}

.ftLogo img,.provideList .provideBx .proIcon img {
    filter: invert(1) brightness(5)
}

.clinicBox .box_text,.ftLogobx {
    padding: 25px 0
}

.smileHader {
    border-bottom: 1px solid #0000001f;
    margin-bottom: 15px;
    margin-top: 25px
}

.smileHader h2 {
    display: inline-block;
    background: #c7a43b;
    margin: 0;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 20px
}

.playBtn {
    top: 50%;
    transform: translateY(-50%);
    width: 100px!important;
    height: auto!important;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.homeVideo {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto
}

.contactVideo {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    margin: auto;
    cursor: pointer
}

.contactVideo .videoThumbnail,.contactVideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none
}

.contactVideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.contactpageVideo,.contactpageVideo .contactVideo {
    height: 100%
}

.contactMapSec,.contactMapSec iframe,.twBenefits {
    width: 100%;
    height: 100%
}

.tablePrice {
    width: 100%;
    max-width: 510px;
    border: 1px solid #ffffff38;
    margin-bottom: 15px
}

.provideList .provideBxLft,.tablePrice .tablePriceCOl {
    width: 100%;
    max-width: 50%
}

.tbPHead {
    padding: 10px 15px;
    font-weight: 500
}

.tbPrice {
    padding: 20px 15px;
    font-size: 42px;
    font-weight: 600;
    color: #f9da7d;
    backdrop-filter: blur(4px)
}

.tbPrice.memberPP {
    font-weight: 800;
    color: #fff
}

.tablePrice .tablePriceCOl:first-child {
    border-right: 1px solid #ffffff38
}

.tbPrice small {
    font-size: 20px;
    font-weight: 400
}

.bodySec .title,.newgpBanner .homeBnrOfr span {
    font-size: 28px;
    margin-bottom: 15px
}

.w-auto {
    width: auto
}

.serviceBanner .google_reviews img {
    height: 54px;
    object-fit: contain;
    margin: 0 5px
}

@media (max-width: 1599px) {
    .mainBannerSite .offer_price,.mainBannerSite .top-banner span {
        font-size:35px
    }

    .mainBannerPrice,.mainBannerSite .top-banner p strong {
        font-size: 30px
    }

    .ftCtontatBx .ftContact a,.mainBannerSite .top-banner p {
        font-size: 22px
    }

    .offerOuter .banner_offer {
        margin-top: 0
    }

    .mainBannerSite .offer_text {
        font-size: 21px
    }

    .mainBannerSite .offer_price b {
        font-size: 66px
    }

    .csText,.ftCtontatBx .ftContact p {
        font-size: 16px
    }

    .mainBannerPrice strong {
        font-size: 40px
    }

    .offerOuter {
        margin-top: 25px
    }

    .homeCTALft h2 {
        font-size: 31px
    }

    .homeCTALft h2 strong {
        font-size: 52px
    }

    .newServiceStyle .services_img img {
        height: 371px
    }

    .whyList p {
        font-size: 20px
    }

    .homeCTARgtList li {
        font-size: 19px
    }
}

@media (max-width: 1199px) {
    .blog_left .blog_left_text a p {
        line-height:1.2;
        margin-bottom: 5px;
        text-align: left
    }

    .blog .btn-style.btn-black i {
        margin-left: 5px
    }

    .blog .btn-style.btn-black {
        padding: 10px 15px
    }

    .blog_text h4,.offerOuter p {
        font-size: 20px
    }

    .blog_left .blog_image {
        max-width: 95px
    }

    .gallerySlider .owl-nav button.owl-next {
        right: 0
    }

    .gallerySlider .owl-nav button.owl-prev {
        left: 0
    }

    .ftCtontatBx,.offerOuter {
        padding: 15px
    }

    .mainBannerSite .offer_price {
        font-size: 25px
    }

    .mainBannerSite .offer_price b {
        font-size: 46px
    }

    .mainBannerSite .offer_text,.offer_text small {
        font-size: 18px
    }

    .mainBannerPrice {
        font-size: 24px
    }

    .mainBannerPrice strong {
        font-size: 34px
    }

    .reviewPanel .flag_reviews {
        max-width: 450px
    }

    .google_reviews {
        height: 54px
    }

    .min-btn {
        padding: 7px 15px!important;
        font-size: 12px!important
    }

    .homeCTALft h2 {
        font-size: 30px
    }

    .homeCTALft h2 strong {
        font-size: 38px
    }

    .newServiceStyle .services_img img {
        height: 281px
    }
}

@media (max-width: 991px) {
    .blog_left .blog_image {
        max-width:100%
    }

    .blog_left .blog_left_text {
        max-width: 100%;
        padding-left: 0;
        padding-top: 15px
    }

    .blog_sidebar {
        padding: 15px
    }

    .blog .date span.day {
        font-size: 26px;
        line-height: 23px
    }

    .blog .date span {
        font-size: 14px;
        line-height: 14px
    }

    .blog_text h4 {
        font-size: 17px
    }

    .blog .btn-style.btn-black {
        font-size: 15px
    }

    .blog_social {
        width: 100%;
        margin-bottom: 10px!important;
        margin-top: 10px!important
    }

    .blog_text p {
        margin-bottom: 15px;
        font-size: 14px
    }

    .blog-details .date .blog_social {
        width: auto;
        margin: 0!important
    }

    .ftCtontatBx,.reviewPanel {
        flex-wrap: wrap
    }

    .google_reviews {
        height: 54px;
        margin-bottom: 15px
    }

    .reviewPanel .flag_reviews {
        max-width: 469px;
        margin-left: 0
    }

    .mainBannerSite .offer_price b {
        font-size: 45px
    }

    .mainBannerSite .offer_btn a {
        font-size: 17px;
        padding: 9px 30px;
        margin-top: 15px
    }

    .offerOuter p {
        font-size: 21px
    }

    .mainBannerSite .top-banner p strong {
        font-size: 26px
    }

    .offerOuter .ofPRT {
        padding: 25px 0;
        width: 100%
    }

    .offerOuter .offer_in {
        justify-content: center
    }

    .offerOuter .banner_offer {
        gap: 0;
        flex-wrap: wrap
    }

    .brLft {
        border-left: none
    }

    .brBTom {
        border-bottom: 1px solid #e7c16c1f
    }

    .newServiceStyle a.rdBtn img {
        width: auto!important;
        display: inline-block!important
    }

    .dentalSlider {
        position: relative
    }

    .dentalSlider .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff!important;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .dentalSlider .owl-nav button.owl-prev {
        left: 0
    }

    .dentalSlider .owl-nav button.owl-next {
        right: 0
    }

    .dentalSlider .owl-nav button span {
        font-size: 30px;
        line-height: 1
    }

    .ftCtontatBx .ftContact {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .ftCtontatBx span {
        max-width: 100%;
        margin-bottom: 15px
    }

    .ftCtontatBx .ftContact a {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .blog_left .blog_image {
        max-width:30%
    }

    .blog_left .blog_left_text {
        max-width: 70%;
        padding-left: 15px
    }

    .blog_sidebar {
        margin-top: 25px
    }

    .blog .date {
        padding: 7px .8em
    }

    .inner_banner.offerBanner {
        height: 400px
    }

    .inner_banner.offerBanner .banner-img {
        height: 100%!important
    }

    .innerTTer {
        font-size: 30px!important;
        line-height: 2;
        margin: 0!important
    }

    .emerOffer {
        margin-top: 0!important
    }

    .inner_banner .banner-img {
        height: 500px!important
    }

    .inner_banner .google_reviews {
        height: 36px
    }

.cdBanner .newlyOffer {
    margin-top: 25px;
}

    .inner_banner .reviewPanel .flag_reviews {
        max-width: 369px;
        margin-bottom: 15px
    }

    .newlyOffer .ppOffer {
        font-size: 22px
    }

    .newlyOffer .ddentalOOO {
        margin: 10px 0
    }

    .newlyOffer .ddentalOOO strong {
        font-size: 45px;
    }

    .newlyOffer .saveTExt {
        font-size: 20px;
        margin: 5px 0;
        padding: 5px 0
    }

    .inner_banner p {
        margin-bottom: 5px
    }

    .mobile-header a {
        flex-wrap: wrap
    }

.mobile-header a:nth-child(2) {
    background: #272f52;
}

    .mobile-header a img {
        width: 100%;
        height: 20px;
        object-fit: contain;
        margin-bottom: 6px
    }

    .wCBXCnt:before {
        height: 40%
    }

    .whyList {
        margin-top: 15px
    }

    .contactVideo,.medicalBnr {
        height: 500px
    }

    .contactMapSec {
        height: 400px;
        border-top: 10px solid #fff
    }

    .offerSlider {
        position: relative
    }

    .offerSlider .owl-nav button.owl-next {
        right: 0
    }

    .offerSlider .owl-nav button.owl-prev {
        left: 0
    }

    .offerSlider .owl-nav button {
        position: relative;
        background: #fff!important;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .offerSlider .owl-nav button span {
        font-size: 30px;
        line-height: 1;
        color: #000!important
    }

    .homeCTALft h2 {
        font-size: 24px
    }

    .homeCTALft {
        padding: 0
    }

    .homeCTARgt {
        padding-top: 0;
        padding-left: 0;
        border: none
    }

    .homeCTA .langu_img {
        margin: 0 auto
    }

    .homeCTALft p {
        font-size: 18px
    }

    .homeCTARgtList li strong {
        font-size: 20px
    }

    .homeCTARgtList li {
        margin: 15px 0
    }

    .homeCTARgtList li:before {
        top: 9px
    }

    ul.slimmenu {
        display: none
    }

    .tbPrice small {
        display: block
    }

    .inner_banner .offer_text small {
        font-size: 17px
    }

    .reviewPanel .google_reviews img {
        height: 100%;
        object-fit: contain
    }
}

@media (max-width: 575px) {
    .scForm {
        min-height:300px
    }

    .blog_social {
        width: auto;
        margin-bottom: 0!important
    }

    .contact-sec h3,.emerOffer .offer_text,.newlyOffer .ppOffer {
        font-size: 18px
    }

    .emerOffer .offer_text small {
        font-size: 16px
    }

    .emerOffer .offer_price {
        font-size: 30px
    }

    .innerTTer {
        font-size: 24px!important
    }

    .inner_banner.offerBanner {
        height: 480px
    }

    .banner_member strong {
        font-size: 24px
    }

    .mainBannerSite .top-banner span {
        font-size: 25px
    }

    .mainBannerPrice {
        font-size: 14px;
        margin-bottom: 5px
    }

    .mainBannerPrice strong {
        font-size: 16px;
        color: #fff
    }

    .mainBannerSite .top-banner p {
        font-size: 16px;
        line-height: 1.6
    }

    .mainBannerSite .top-banner p strong {
        font-size: 16px;
        display: block
    }

    .offerOuter {
        padding: 25px 15px
    }

    .newHomeBanner .banner-img {
        min-height: 531px
    }

    .teamBX {
        padding: 15px;
        flex-wrap: wrap;
        height: auto;
        margin: 10px 0
    }

    .teamBX picture {
        max-width: 300px;
        margin: 0 auto
    }

    .teamBX .textBxDEtails {
        padding: 15px 0 0;
        max-width: 100%;
        text-align: center!important
    }

    .smileGallerySec {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .smileGallerySec.bg-light {
        padding-top: 40px
    }

    .teamSec {
        padding: 40px 0
    }

    .offerOuter p {
        font-size: 15px;
        margin: 5px 0
    }

    .offerOuter {
        padding-top: 0;
        background: 0 0
    }

    .inner_banner .reviewPanel .google_reviews,.reviewPanel {
        margin-top: 0;
        margin-bottom: 15px
    }

    .google_reviews {
        margin: 0
    }

    .offerOuter .banner_offer {
        background: #00000052;
        margin-bottom: 15px
    }

    .offerOuter .ofPRT {
        padding: 15px 0
    }

        .header-lower p {
        font-size: 15px !important;
    }

    .reviewPanel .google_reviews {
        margin-top: 15px
    }

    .reviewPanel .flag_reviews {
        max-width: 339px;
        margin-bottom: 0
    }

    .csText {
        font-size: 12px
    }

    .newlyOffer .ddentalOOO {
        font-size: 20px
    }

    .newlyOffer .ppOffer strong {
        display: block;
        font-size: 24px
    }

    .inner_banner .reviewPanel {
        margin-bottom: 0
    }

    .homeCTARgt {
        padding-left: 0;
        border-left: none;
        padding-bottom: 0
    }

    .ftCtontatBx {
        height: auto;
        margin: 5px 0;
        border-radius: 5px
    }

    .newServiceStyle .services_img img {
        height: 361px
    }

    .newServiceStyle,.newServiceStyle .services_img {
        width: 100%!important
    }

    .homeAddressSec {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .contactVideo {
        height: 300px
    }

    .playBtn {
        width: 70px!important
    }

    .tablePrice {
        max-width: 315px
    }

    .tbPrice {
        padding: 20px 5px;
        font-size: 27px
    }

    .tbPHead {
        padding: 12px 5px;
        font-size: 13px
    }

    ul.slimmenu.collapsed li .sub-toggle {
        width: 40px!important
    }

    ul.slimmenu li a {
        padding-right: 50px!important
    }

    footer .nav-link {
        padding: .5rem .2rem
    }

    .sideBarCta.CTADEsign h2 {
        margin-bottom: 0!important;
        font-size: 24px!important
    }

    .sideBarCta.CTADEsign h3 {
        font-size: 20px!important
    }

    .emergencyCTa h3 strong,.sideBarCta h3 strong {
        font-size: 30px!important
    }

    .sideBarCta h4 {
        font-size: 15px
    }

    .emergencyCTa .google_reviews,.sideBarCta .google_reviews {
        height: 44px;
        margin-top: 10px!important
    }

    .emergencyWelcomeCnt p,.gallerySlider .box_text p {
        text-align: justify
    }

    .gallerySlider .box_text {
        padding: 20px 45px 15px
    }

    .bgGrey {
        background: #fbfbfb!important
    }
}

@media (max-width: 400px) {
    .blog_left .blog_image {
        max-width:40%
    }

    .blog_left .blog_left_text {
        max-width: 60%
    }

    .gallerySlider .owl-nav button {
        width: 40px;
        height: 40px
    }

    .gallerySlider .owl-nav button span {
        color: #000!important
    }
}

.header-lower,.header-top {
    padding: 5px 0
}

.blog_section h3 {
    font-size: 22px;
    color: #000
}

.bg-red {
    background: red
}

.header-top {
    border-bottom: 1px solid #ccc;
    font-size: 15px
}

.header-top img {
    max-width: 23px;
    margin-top: -4px
}

.header-top a {
    color: #272f52;
    padding-right: 10px;
    font-size: 15px
}

.header-top li:not(:last-child) a {
    border-right: 1px solid #ababab
}

.header-lower p {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.packBBS .packHead h3,.packBBS h4,.termsCondi h1 {
    color: #272f52;
    font-family: 'PP Eiko'
}

.gpTeam {
    flex-wrap: nowrap;
    width: 100%
}

.gpTeam picture {
    max-width: 21%;
    margin: 0
}

.termsCondi h1 {
    font-size: 42px;
    font-weight: 600
}

.blog_section h2,.termsCondi h2,.termsCondi h3 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #272f52;
    font-family: 'PP Eiko';
    text-transform: uppercase
}

.blog_section h2,.termsCondi h2 {
    font-size: 32px
}

.termsCondi h3 {
    font-size: 26px
}

.packBBS {
    border: 1px solid #e7e7e7;
    border-radius: 15px
}

.packBBS .packHead {
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px
}

.packBBS .packHead h3 {
    margin: 0;
    font-size: 30px
}

.packBBS h4 {
    font-size: 50px;
    font-weight: 800
}

.packBBS .mmOO {
    color: #fff;
    background: #b29640;
    font-size: 19px;
    padding: 5px 17px;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 50px
}

.packBBS p,.shcTeam .gTeamBx {
    padding: 0 25px
}

.f_in {
    font-family: "Plus Jakarta Sans",sans-serif!important;
    font-style: normal!important
}

.review-panel {
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px #0000001a
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.review-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.reviewer-info {
    display: flex;
    flex-direction: column
}

.reviewer-info .name {
    font-weight: 700;
    font-size: 16px
}

.reviewer-info .time {
    font-size: 13px;
    color: #888
}

.stars {
    margin: 10px 0
}

.stars i {
    color: #fbbc04;
    font-size: 18px;
    margin-right: 2px
}

.review-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333
}

.timimgBx {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e3e3e3;
    margin-bottom: 35px
}

.allTestBx,.timimgBx .time {
    padding: 25px;
    display: inline-flex;
    text-align: center
}

.timimgBx .time {
    max-width: 25%;
    border-right: 1px solid #e3e3e3;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #ffffff94
}

.time h2 {
    text-transform: uppercase;
    font-size: 34px;
    color: #fff;
    background: url(../images/wall-clock-icon.png) 0 0/contain no-repeat;
    padding-left: 40px;
    margin: 0
}

.time h3 {
    color: #232a4a;
    line-height: 2;
    font-weight: 700;
    font-size: 26px;
    margin: 0
}

.time h3 span {
    display: block;
    border-top: 1px solid #e3e3e3
}

.timimgBx .time:first-child {
    text-align: left;
    background: #384060
}

.membershipBanner span.memberTT {
    margin-bottom: 15px;
    line-height: 1
}

.membershipBanner .pTT {
    font-size: 16px!important;
    line-height: 1.6!important
}

.membershipBanner .csText {
    font-size: 23px;
    margin-bottom: 0
}

.membershipBanner .mainBannerPrice strong {
    font-size: 35px
}

.membershipBanner .offerOuter .ofPRT {
    padding: 15px 5px 15px 30px
}

.gpcCnt p,.membershipBanner .offerOuter p {
    font-size: 22px;
    margin: 5px 0
}

.memberCTa p a {
    color: #dfbb4d
}

.mmWelcome .welcomeSub span strong {
    font-size: 40px;
    color: #b29640
}

.mmWelcome .welcomeSub {
    padding-bottom: 0
}

.memberCTa .homeCTALft {
    justify-content: center
}

.newbookModal .modal-body {
    padding: 0;
    position: relative
}

.newbookModal .close {
    position: absolute;
    right: 2px;
    border-radius: 0;
    color: #fff;
    opacity: 1;
    line-height: 0;
    text-align: center;
    padding: 15px 15px 25px;
    top: 2px;
    font-size: 35px;
    background: #df1b1b;
    border: none
}

.object-fit-cover {
    object-fit: cover
}

.allTestBx {
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    border-radius: 12px
}

.coupon-bx {
    background: #24b359;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px
}

.coupon-bx:hover {
    background: #1a9648;
    color: #fff
}

.coupon-bx h3 {
    font-size: 20px;
    margin: 0
}

.allTestBx h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 21px
}

.allTestModal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.gpBX {
    background: #ff611c
}

.gpBX:hover {
    background: #ff611c9e
}

.edBX {
    background: #f3585c
}

.edBX:hover {
    background: #f3585c9e
}

.dBx {
    background: #04add4
}

.dBx:hover {
    background: #009ec3
}

.dhBx {
    background: #9b55d1
}

.dhBx:hover {
    background: #9b55d1b5
}

.bloodBX {
    background: #dd2d28
}

.bloodBX:hover {
    background: #dd2d28cc
}

.stiBx {
    background: #ff648d
}

.stiBx:hover {
    background: #b9133f
}

.hsBx {
    background: #144d56
}

.ultra {
    background: #4DA8DA;
}

.hsBx:hover {
    background: #144d56c7
}

.thBx {
    background: #d4028a
}

.thBx:hover {
    background: #d4028a9c
}

.emmergencyBanner .home_banner_img,.gpBannerPicture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.emmergencyBanner .home_banner_img picture {
    width: 100%;
    height: 100%;
    display: block
}

.emmergencyBanner .bannerContent {
    position: relative;
    z-index: 1;
    padding: 70px 0
}

.emmergencyBanner .bbCntBx {
    text-align: center;
    width: 100%;
    max-width: 705px
}

.emmergencyBanner .bannerNewTT {
    color: #272f52;
    font-size: 46px;
    display: block;
    font-weight: 700;
    line-height: 2
}

.emmergencyBanner .priceNew {
    color: #272f52;
    font-size: 35px;
    font-weight: 500
}

.emmergencyBanner .priceNew strong {
    color: red;
    font-size: 68px;
    font-weight: 800
}

.emmergencyBanner .bannerContent h3 {
    color: #b29640;
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0
}

.emmergencyBanner .bannerContent p {
    font-size: 20px;
    font-weight: 600
}

.emmergencyBanner .bbCntBx h4 {
    font-weight: 800;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 15px
}

.conditionsBx {
    border: 2px solid #b296405c;
    border-radius: 10px;
    height: 100%;
    padding: 20px 25px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
}

.newDEsignCondi .conditions-head {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    display: inline-flex
}

.conditionsBx .conditions-head img {
    max-width: 47px;
    width: 100%;
    margin-bottom: 25px
}

.conditionsBx .conditions-head h3 {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    text-align: center
}

.conditionsBx:hover {
    background-color: #b29640;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
}

.conditionsBx:hover .conditions-head img {
    filter: invert(0) brightness(8)
}

.conditionsBx:hover h3 {
    color: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
}

.sideBarCta h2 {
    margin-bottom: 5px!important;
    font-size: 40px!important
}

.sideBarCta h3 {
    color: #fff;
    text-align: center;
    text-transform: capitalize
}

.emergencyCTa {
    padding: 40px 0!important
}

.emergencyCTa h4,.sideBarCta h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.sideBarCta {
    padding: 25px!important
}

.emergencyCTa .google_reviews,.sideBarCta .google_reviews {
    height: 44px;
    margin-top: 30px!important
}

.sideBarCta .btnList {
    margin-top: 30px!important
}

.lh-2 {
    line-height: 2
}

.vacancies_cta .vacanciesPicture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 45%;
    height: 100%;
    background: #fff
}

.vacanciesOfferBanner {
    width: 100%;
    max-width: 790px;
    text-align: left
}

.vacanciesOfferBanner span {
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 400
}

.vacanciesBanner span {
    font-size: 46px!important
}

.gynaBx {
    background: #db2874
}

.gynaecologyBanner .gynaecologyBannerDesktop,.gynaecologyBanner .gynaecologyBannerMobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover
}

.meetTeam {
    background-color: #fff;
    padding: 50px 0;
    background-blend-mode: soft-light
}

.gTeamBx .gImg {
    margin-bottom: 15px;
    display: inline-block;
    max-width: 260px;
    width: 100%
}

.gTeamBx .gImg img {
    border: 5px solid #b2964047;
    width: 100%
}

.gyanService,.gyanService picture {
    border-radius: 15px;
    text-align: center
}

.gTeamBx h3 {
    color: #272f52;
    font-size: 26px;
    font-weight: 600;
    font-family: "Playfair Display",serif
}

.gTeamBx p {
    color: #0a2540;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.gTeamBx span {
    font-size: 20px;
    color: #b29640;
    font-weight: 800
}

.gynaecologyBannerCnt {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 40px 0
}

.gynaecologyBannerCnt .dfnfg {
    background: #0a2540;
    border-color: #0a2540
}

.exText {
    color: #353d5d;
    font-size: 25px!important;
    font-weight: 500;
    line-height: 1.4;
    margin: 0
}

.gBnrOffer {
    padding: 15px;
    width: 100%;
    max-width: 730px;
    background: #ffffff87
}

.gBnrOfferBX p.gPrice {
    color: #b29640;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 600;
    margin: 0
}

.gBnrOfferBX p.gPrice strong {
    color: #b29640;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 64px;
    font-weight: 900
}

.sPrice {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px
}

.mPText {
    font-size: 27px!important
}

.ofValidText {
    font-size: 20px!important;
    margin-top: 8px;
    font-weight: 900;
    color: #b29640;
    border-bottom: 1px solid #0000000f;
    padding-bottom: 20px
}

.offerTextNew1 {
    color: red!important;
    font-size: 22px!important
}

.gynaecologyBannerCnt .banner_btn_group a,.newEmergencyBanner .banner_btn_group a {
    font-size: 17px;
    padding: 16px 20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center
}

.ltTxt {
    margin: 0;
    color: #000;
    font-size: 16px!important;
    font-weight: 600
}

.ltTxt strong {
    font-size: 18px;
    text-transform: uppercase
}

.limitOffer strong {
    font-size: 20px;
    font-weight: 800
}

.gBnerCnt .gBnrOfferBX {
    padding-bottom: 5px;
    margin-bottom: 0
}

.gynaecologyBanner .flag_reviews {
    max-width: 339px
}

.gynaecologyWelcome h1 {
    background: 0 0;
    margin-bottom: 0
}

.gynaecologyWelcome .weclcome_text {
    padding-top: 15px;
    margin: 0
}

.gyanService {
    padding: 35px 18px;
    height: 100%;
    box-shadow: 0 0 15px #00000012
}

.gyanService picture {
    margin-bottom: 15px;
    position: relative;
    background: border-box
}

.gyanService picture img {
    width: 100%;
    max-width: 70px
}

.gyanService span {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    margin: 6px 0
}

.gyanService span del {
    position: relative;
    text-decoration: none;
    color: #272f52bf
}

.gyanService span del:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    height: 3px;
    transform: rotate(-7deg);
    background-color: #ff4a4a
}

.gyanService span strong {
    margin: 0 5px;
    font-size: 42px;
    font-weight: 800;
    color: #d1a92e;
    line-height: 1
}

.gyanService h3 {
    color: #272f52;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600
}

.gyanService p {
    font-size: 15px;
    text-align: justify;
    text-align-last: center;
    margin: 0;
    line-height: 1.7;
    color: #626262
}

.dwdwSlider .owl-nav button {
    background: #e7e7e7!important
}

.gyanPrices tbody tr td:nth-child(3) {
    font-weight: 800
}

.provideList {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap
}

.provideList .provideBxRgt {
    width: 100%;
    max-width: 50%;
    border-left: 1px solid #00000029
}

.provideList .provideBxLft .provideBx {
    text-align: right;
    padding-right: 110px
}

.provideList .provideBxLft .provideBx p {
    text-align: right
}

.provideList .provideBxRgt .provideBx {
    text-align: left;
    padding-left: 110px
}

.provideList .provideBx {
    padding: 25px 35px;
    position: relative
}

.provideList .provideBx h3 {
    color: #272f52;
    font-size: 32px;
    font-family: 'PP Eiko';
    margin-bottom: 20px;
    max-width: 480px
}

.gpBanner .homeBnrOfr,.gpBanner .homeBnrOfr span {
    font-family: "Plus Jakarta Sans",sans-serif;
    color: #353d5d;
    font-size: 33px
}

.provideList .provideBx .proIcon {
    position: absolute;
    top: 10px;
    width: 80px;
    height: 80px;
    background: #b29640;
    border-radius: 100%;
    display: inline-flex;
    padding: 19px
}

.provideList .provideBxLft .provideBx .proIcon {
    right: -40px;
    top: 146px
}

.provideList .provideBxRgt .provideBx .proIcon {
    left: -40px
}

.provideList .provideBxRgt .provideBx:first-child .proIcon {
    top: 45px
}

.gBnrDiv {
    padding: 0 75px 25px
}

.enjoyText {
    font-size: 24px!important
}

.enjoyText strong,.shcBanner .tbPrice.memberPP {
    font-weight: 800;
    color: #b29640
}

.logo p,.weOpen {
    font-weight: 700;
    color: red !important;
    margin-bottom: 0;
    text-transform: uppercase
}

.healthCta,.packBtnList {
    display: inline-flex;
    width: 100%
}

.healthCta .healthCtaLft {
    width: 100%;
    max-width: 50%;
    text-align: center;
    padding: 0 75px
}

.healthCta .healthCtaRgt {
    width: 100%;
    max-width: 50%;
    text-align: center;
    padding: 0 75px;
    border-left: 1px solid #ffffff2e
}

.healthCta .healthCtaLft .sPrice {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 16px
}

.healthCta .healthCtaRgt .enjoyText {
    line-height: 1.6;
    margin: 0
}

.health_Cta .flag_reviews,.health_Cta .google_reviews {
    width: 100%;
    height: 40px;
    object-fit: contain
}

.health_Cta .reviewPanel {
    flex-wrap: wrap;
    margin: 0
}

.healtPPCK .packbxInner h3 {
    font-size: 15px!important;
    margin-bottom: 15px!important
}

.healtPPCK p.packgeCost {
    font-size: 38px!important
}

.healtPPCK .packBTn,.newEmergencyBanner .langu_img {
    margin-top: 0!important
}

.healtPPCK .packBTn .btn {
    font-size: 16px;
    margin-top: 0
}

.headingBGtrans {
    background: 0 0!important
}

.newTimiming .time {
    max-width: 12.5%;
    padding: 15px 5px
}

.logo p {
    font-size: 16px;
    margin-top: 10px
}

.searchBx {
    width: 100%;
    max-width: 460px
}

.searchForm .homeSearchInput {
    width: 100%;
    height: 55px;
    border: 1px solid #8b8b8b;
    border-radius: 0;
    color: #000;
    padding-left: 40px;
    padding-right: 68px;
    font-size: 16px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 17px center
}

.searchForm input[type=submit] {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    font-size: 0px;
    height: 100%;
    width: 68px;
    top: 0;
    background-image: url(../images/serach-arrow-icon.png);
    background-repeat: no-repeat;
    background-position: center center
}

.popularLeft .flag_reviews {
    margin-left: 0
}

.popularLeft .google_reviews {
    object-position: left
}

.pBts {
    padding: 35px 25px;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    border: 2px solid #ffffff59;
    border-radius: 15px;
    backdrop-filter: blur(10px)
}

.blood_packeg {
    margin-top: 80px
}

.packegesPart {
    border: 1px solid #572c33;
    padding: 100px 20px 40px;
    position: relative;
    border-bottom: none
}

.packgesIcon {
    width: 96px;
    height: 96px;
    background: #950107;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 5px solid #fff;
    margin-left: 0;
    position: absolute;
    top: -50px
}

.packegesPart span {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 25px;
    min-height: 90px
}

p.packgeCost {
    color: #fe0000;
    font-size: 38px!important;
    font-weight: 600;
    margin-top: 30px
}

.packBtnList a.btn {
    width: 100%;
    max-width: 50%;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 15px;
    text-transform: uppercase
}

.fccBx,.packBtnList a.btn.read_more {
    background: #b29640
}

.shcBanner .gBnrOffer {
    background: #ffffffeb;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 10px
}

.shcBanner .gBnrOffer .exText {
    font-size: 32px!important
}

.shcBanner .gBnrOffer .gPrice {
    font-size: 48px;
    font-weight: 700
}

.shcBanner .gBnrOffer .gPrice strong {
    font-size: 68px
}

.shcBanner .gBnrOffer .ofValidText {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    border: none;
    margin-bottom: 0
}

.shcBanner .gBnrOffer .ofValidText b {
    color: #b29640;
    font-size: 36px
}

.shcBanner .gBnrOffer .ltTxt {
    color: #000;
    font-size: 28px!important
}

.shcBanner .gBnrOffer .ltTxt strong {
    color: #b29640;
    font-weight: 600;
    font-size: 28px!important
}

.shcBanner .gBnrOffer .ltTxt1 {
    font-size: 24px;
    color: #000;
    margin: 20px 0
}

.shcBanner .gynaecologyBannerCnt,.shcWelcome,.whatExpectSec {
    padding: 80px 0
}

.shcBanner {
    border-bottom: 17px solid #b29640
}

.shcTitle {
    background: 0 0;
    color: #b29640;
    font-size: 34px;
    text-align: center
}

.shcTitle span {
    display: block;
    color: #272f52;
    font-size: 54px
}

.welcome_Sub {
    padding: 10px 45px 18px;
    background: #b29640;
    line-height: 1;
    border-radius: 50px;
    margin-top: 15px;
    margin-bottom: 35px
}

.benefitsRgtBx,.twBenefits img,.whatExpt img {
    border-radius: 5px
}

.welcome_Sub span {
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.shcWelcome .weclcome_text {
    height: 100%;
    margin: 0;
    background: #fffaeabd;
    padding: 60px;
    display: inline-flex;
    width: 100%;
    align-items: center
}

.shcWelcome .weclcome_text p {
    line-height: 2;
    font-size: 17px
}

.shcTeam .gTeamBx .gImg {
    width: 100%;
    max-width: 100%
}

.shcTeam .gTeamBx p {
    font-size: 15px
}

.shcTeam {
    background-image: url(../images/sexual-health-clinic-bg.png);
    background-color: #efefef;
    background-blend-mode: luminosity
}

.weB {
    width: 100%;
    margin: 15px 0
}

.weB .weB_icon {
    width: 112px;
    height: 112px;
    border-radius: 100%;
    background: #b2964038;
    align-items: center;
    justify-content: center;
    margin-right: 35px
}

.weB .weB_Text h3 {
    font-size: 22px;
    color: #b29640;
    font-weight: 700
}

.weB .weB_Text p {
    font-size: 18px;
    color: #0a2540;
    line-height: 2
}

.shcChooseBx {
    background: #949bb817;
    width: 100%;
    height: 100%;
    padding: 45px
}

.nextHealthBg {
    background-color: #272f52;
    background-image: url(../images/need-bg.png)
}

.nextHealthBg .btnList3 .min-btn,.shcCTa .btnList2 .min-btn {
    text-transform: uppercase;
    font-size: 18px;
    background: #b29640;
    font-weight: 600;
    color: #fff
}

.shcBanner .newlyOffer .PageTTTw {
    font-size: 32px;
    color: #353d5d;
    font-weight: 800
}

.shcBanner .tbPrice {
    font-size: 32px;
    color: #b29640;
    font-weight: 800
}

.clinicBox .boxTitle {
    color: #b29640;
    font-size: 22px;
    font-weight: 600
}

.clinicBox .box_text p {
    font-size: 16px;
    text-align: left
}

.clinicBox {
    height: 100%;
    border-right: 1px solid #272f5245;
    padding: 15px 25px 25px
}

.clinicBox img {
    margin-bottom: 15px
}

.benefitsRgtBx {
    background: #e4d8b55e;
    padding: 55px
}

.benefitsRgtBx .booking_text span {
    color: #272f52!important
}

.bannerTicks {
    padding: 0;
    margin: 30px 0 5px
}

.bannerTicks li {
    list-style: none;
    margin: 0 10px;
    padding-left: 38px;
    background: url(../images/check-li.png) 0 0/30px no-repeat;
    line-height: 2;
    font-weight: 600;
    color: #000
}

.bOFFBx p {
    color: red;
    font-size: 35px;
    margin: 0
}

.bOFFBx h4 {
    color: #212529;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    margin-top: 10px
}

.gpBanner {
    padding: 40px 0
}

.gpBanner .homeBnrOffer {
    padding: 35px 20px;
    border-radius: 25px;
    border: 1px solid #0000002b;
    background: #ffffffad
}

.hygin-banner .tablePrice {
    margin-top: 20px
}

.hygin-banner .tablePrice .tbPrice {
    color: #272f52;
    font-weight: 900
}

.hygin-banner h3 {
    color: #000;
    font-size: 34px
}

.hygin-banner h3 span {
    color: #272f52;
    display: inline-block;
    font-size: 36px!important;
    font-weight: 700;
    margin-bottom: 0!important
}

.hygin-banner .tablePrice .memberPP {
    color: red
}

.gpBanner .homeBnrTitle {
    color: #353d5d;
    font-size: 36px;
    font-weight: 600
}

.gpBanner .homeBnrOfr {
    margin-bottom: 20px
}

.gpBanner .homeBnrOfr span {
    margin: 0;
    line-height: 1.4
}

.gpBanner .homeBnrOfr span strong {
    font-size: 58px;
    font-weight: 800;
    color: #b29640
}

.homeBnrOfrHEad p {
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 25px
}

.gpCostBxOffer,.hoExtra p {
    font-weight: 300
}

.homeBnrOfrBtm {
    padding-top: 25px
}

.homeBnrOfrBtm p {
    color: #353d5d
}

.homeBnrOfrBtm p strong {
    color: #b29640;
    font-weight: 800;
    font-size: 26px
}

.hoExtra {
    text-align: center;
    padding: 15px 0
}

.hoExtra p {
    margin: 0;
    font-size: 23px;
    color: #000
}

.hoExtra p i {
    margin: 0 0 0 5px;
    color: #00d900;
    font-size: 20px
}

.gpBanner .gREviewImg,.newEmergencyBanner .google_reviews {
    width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: center;
    margin: 8px 0
}

.gpBanner .weSpeckImg,.newEmergencyBanner .langu_img {
    width: 100%;
    height: 21px;
    object-fit: contain;
    object-position: center
}

.list-4 {
    column-count: 4
}

.newgpBanner .homeBnrTitle {
    margin-bottom: 8px
}

.newgpBanner .homeBnrOfrHEad p {
    font-size: 24px;
    margin-bottom: 10px
}

.newgpBanner .homeBnrOfr {
    margin-bottom: 0
}

.newEmergencyBanner .bannerNewTT {
    font-size: 38px
}

.newEmergencyBanner .priceNew strong {
    font-size: 58px
}

.newEmergencyBanner .homeBnrOfrBtm p strong {
    font-size: 25px
}

.gpcCnt,.newEmergencyBanner .homeBnrOfrBtm {
    padding-top: 5px
}

.newEmergencyBanner .bannerContent {
    padding-top: 80px
}

.goldFont {
    color: #b29640!important
}

.blueFont {
    color: #353d5d!important
}

.blackFont,.groupon h3 {
    color: #000!important
}

.pgVideo:before {
    content: '';
    position: absolute;
    top: 10%;
    width: 110%;
    height: 80%;
    background: #b0944038;
    left: -5%
}

.whyPriBx {
    padding: 25px;
    background: #ffffff59;
    border-radius: 5px;
    box-shadow: 0 0 15px #00000033;
    height: 100%
}

.whatEXpectBx h3 {
    color: #b29640;
    font-size: 20px;
    font-weight: 700
}

.whatEXpectBx h3 img {
    width: 23px
}

.whatsExpBCnt {
    position: relative;
    padding: 60px 45px 60px 0
}

.whatsExpBCnt:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 97%;
    height: 100%;
    background: #f8f9fa
}

.benefitsBX {
    text-align: center;
    height: 100%;
    width: 100%;
    background: #b29640;
    padding: 45px 15px;
    border-radius: 10px
}

.benefitsBX h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0
}

.gpCostBx h3,.gpCostRght p strong {
    color: #e4c156
}

.gpBenefitsSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff
}

.gpCostBx {
    text-align: center;
    padding: 10px 35px
}

.gpCostBx .weOpen {
    font-size: 16px;
}

.gpCostBx h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0
}

.borderRight {
    border-right: 1px solid #ffffff2b
}

.whyGpCh .whatsExpBCnt {
    padding-right: 0;
    padding-left: 45px
}

.whyGpCh .whatsExpBCnt:before {
    right: auto;
    left: 0
}

.reviewBXgp {
    padding: 10px;
    border-radius: 31px;
    background: #f5f5f5;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.loactionGp {
    background: #00000063;
    padding: 35px 45px
}

.loactionGp .boxTitle span {
    color: #f6d15f
}

.gpCostBxOffer {
    color: #fff;
    font-size: 33px;
    line-height: 1.6
}

.gpCostBxOffer span strong {
    color: #e4c156;
    font-weight: 800;
    font-size: 51px
}

.ctaOO strong {
    font-size: 51px
}

.gpCostRght .ctaOO strong,.gpCostRght span strong {
    font-size: 34px
}

.gpLLcoation {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px
}

.gpLLcoation h3 {
    text-align: left;
    color: #f3ca4e;
    font-weight: 600;
    font-size: 24px;
    display: inline-flex;
    width: 100%;
    align-items: center
}

.gpLLcoation h3 img {
    width: 20px;
    margin-right: 5px
}

.gpLLcoation .boxTitle {
    margin-bottom: 5px
}

.gpWelIcon {
    width: 50px
}

.commonCTA {
    padding: 50px 85px;
    margin-bottom: 15px;
    border: 3px solid #bdc5e1;
    border-radius: 10px
}

.commonCTA h2 {
    font-size: 35px;
    margin-bottom: 15px
}

.commonCTA .btnList2 {
    margin-top: 15px!important
}

.skeleton::before {
    content: "";
    top: 0;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg,#eee,#f9f9f9,#eee);
    background-size: 200%;
    animation: 1s infinite reverse skeleton
}

@media (max-width: 1599px) {
    .time h2 {
        font-size:26px;
        padding-left: 20px
    }

    .emmergencyBanner .bannerContent p.text-danger,.gyanService span del,.time h3 {
        font-size: 20px
    }

    .emmergencyBanner .bannerContent {
        padding: 30px 0
    }

    .emmergencyBanner .bannerNewTT {
        font-size: 38px;
        line-height: 1.2
    }

    .emmergencyBanner .priceNew {
        font-size: 31px
    }

    .emmergencyBanner .priceNew strong {
        font-size: 58px;
        line-height: 1
    }

    .emmergencyBanner .google_reviews {
        height: 44px
    }

    .emmergencyBanner .langu_img {
        max-width: 340px
    }

    .emmergencyBanner .bbCntBx h4 {
        font-size: 24px
    }

    .gyanService span strong {
        font-size: 32px
    }

    a.logo img {
        width: 170px!important
    }

    ul.slimmenu>li>a {
        padding: 0 16px 0 0!important
    }

    .exText {
        font-size: 22px!important
    }

    .enjoyText,.mPText,.ofValidText,.shcBanner .gBnrOffer .ltTxt {
        font-size: 20px!important
    }

    .gBnrOfferBX p.gPrice {
        font-size: 35px
    }

    .gBnrOfferBX p.gPrice strong {
        font-size: 44px
    }

    .ofValidText {
        padding-bottom: 10px
    }

    .gBnrOffer .reviewPanel {
        margin-top: 10px
    }

    .gBnrOffer {
        max-width: 620px
    }

    .gynaecologyBannerCnt {
        padding: 10px 0
    }

    .gynaecologyBanner .gynaecologyBannerDesktop {
        object-position: right
    }

    .gBnrDiv {
        padding: 0 0 25px
    }

    .gynaecologyBannerCnt .banner_btn_group a {
        font-size: 16px;
        padding: 16px 8px
    }

    .healthCta .healthCtaLft,.healthCta .healthCtaRgt {
        padding: 0 35px
    }

    .gpcCnt p,.newTimiming .time h3 {
        font-size: 18px
    }

    .headAdds {
        font-size: 11px
    }

    .shcWelcome .weclcome_text {
        padding: 30px
    }

    .shcWelcome .weclcome_text p {
        line-height: 1.8;
        font-size: 14px
    }

    .shcTeam .gTeamBx {
        padding: 0
    }

    .weB .weB_Text p {
        font-size: 16px;
        line-height: 1.6
    }

    .weB .weB_Text {
        max-width: 68%
    }

    .shcChooseBx {
        padding: 25px
    }

    .gpBanner {
        padding: 20px 0
    }

    .gpBanner .homeBnrOfr span strong {
        font-size: 48px
    }

    .homeBnrOfrBtm {
        padding-top: 15px
    }

    .homeBnrOfrHEad {
        padding-bottom: 15px
    }

    .gpBanner .homeBnrOffer {
        padding: 15px
    }

    .gTeamBx h3 {
        font-size: 23px
    }

    .nextHealthBg .btnList3 .min-btn {
        font-size: 16px
    }

    .newEmergencyBanner .bannerContent {
        padding-top: 20px
    }

    .gpWel .boxTitle {
        font-size: 18px!important
    }

    .gpCostBxOffer {
        font-size: 22px
    }

    .gpCostRght .ctaOO strong,.gpCostRght span strong {
        font-size: 28px
    }

    .gpCostBxOffer span small {
        font-size: 17px
    }
}

.scForm {
    width: 100%;
    height: 100%;
    max-height: 650px;
    overflow: auto;
    min-height: 645px
}

@media (max-width: 1199px) {
    .scForm {
        max-height:875px;
        margin-bottom: 25px
    }

    .time h3 {
        font-size: 18px
    }

    .membershipBanner .offer_text small,.newTimiming .time h3 {
        font-size: 15px
    }

    .newbookModal .modal-xl {
        max-width: 100%
    }

    a.logo img {
        width: 140px!important
    }

    .gBnrOffer {
        max-width: 510px
    }

    .provideList .provideBx h3 {
        font-size: 26px
    }

    .provideList .provideBxRgt .provideBx {
        padding-left: 60px
    }

    .provideList .provideBxLft .provideBx {
        padding-right: 60px
    }

    .healthCta .healthCtaLft,.healthCta .healthCtaRgt {
        padding: 0 15px
    }

    .newTimiming .time h2 {
        font-size: 24px
    }

    .newTimiming .time {
        padding: 10px
    }

    .shcTitle span {
        font-size: 44px
    }

    .welcome_Sub span {
        font-size: 16px
    }

    .whatExpt,.whatExpt img {
        width: 100%
    }
}

@media (max-width: 991px) {
    .allTestBx {
        min-height:80px
    }

    .bookModal .modal-body {
        padding-top: 0
    }

    .shcChooseBx,.shcWelcome .weclcome_text,.timimgBx .time {
        padding: 15px
    }

    .time h3 {
        font-size: 15px
    }

    .time h2 {
        font-size: 23px;
        padding-left: 40px
    }

    .mamInner .banner-img {
        height: 660px!important
    }

    .vacancies_cta .vacanciesPicture {
        position: relative;
        max-width: 100%;
        margin-bottom: 25px;
        display: block
    }

    .vacancies_cta {
        padding-top: 0!important
    }

    .provideList .provideBxRgt {
        border: none
    }

    .provideList .provideBxLft,.provideList .provideBxRgt {
        max-width: 100%
    }

    .provideList .provideBxRgt .provideBx {
        padding-left: 25px
    }

    .provideList .provideBxLft .provideBx {
        padding-right: 25px;
        text-align: center
    }

    .provideList .provideBx .proIcon {
        position: relative;
        top: 0!important;
        left: 0;
        right: 0!important
    }

    .provideList .provideBx h3 {
        max-width: 100%;
        text-align: center
    }

    .provideList .provideBxRgt .provideBx .proIcon {
        left: 0;
        margin-bottom: 15px
    }

    .gpServiceSlide .owl-nav,.provideList .provideBxLft .provideBx p,.provideList .provideBxRgt .provideBx,.provideList .provideBxRgt .provideBx p,.whySecIdeal {
        text-align: center
    }

    .provideList .provideBx {
        padding: 10px 35px!important
    }

    .whySecIdeal img {
        margin-bottom: 15px
    }

    .healthCtaLft .exText {
        font-size: 15px!important
    }

    .newTimiming .time h2 {
        font-size: 19px
    }

    .gpWelcome .welcome_Sub span,.newTimiming .time h3 {
        font-size: 12px
    }

    .popularBanner .searchBx {
        margin: 0 auto 25px
    }

    .gpcCnt p,.mobileTeam .gTeamBx h3,.shcWelcome .weclcome_text p {
        font-size: 16px
    }

    .mobileTeam .gTeamBx span {
        font-size: 14px
    }

    .mobileTeam .owl-item .gTeamBx {
        opacity: .2
    }

    .mobileTeam .owl-item.active.center .gTeamBx {
        opacity: 1
    }

    .gpServiceSlide,.mobileTeam {
        position: relative
    }

    .gpserviceSlider .owl-nav button,.mobileTeam .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        background: #fff!important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%
    }

    .gpServiceSlide .owl-nav button span,.gpserviceSlider .owl-nav button span,.mobileTeam .owl-nav button span {
        position: relative;
        font-size: 22px;
        top: -3px
    }

    .gpserviceSlider .owl-nav button.owl-prev,.mobileTeam .owl-nav button.owl-prev {
        left: 0
    }

    .gpserviceSlider .owl-nav button.owl-next,.mobileTeam .owl-nav button.owl-next {
        right: 0
    }

    .mobileTeam .textBxDEtails p {
        font-size: 13px
    }

    .shcWelcome {
        padding: 40px 0
    }

    .shcTitle span {
        font-size: 21px
    }

    .shcTitle {
        font-size: 20px
    }

    .gpWorksPoint .clinicBox p,.shcWelcome p {
        text-align: justify
    }

    .gpWelcome .welcome_Sub {
        padding: 0 15px 17px
    }

    .gpServiceSlide .owl-nav button {
        width: 35px;
        height: 35px;
        background: #fff!important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        margin: 10px
    }

    .whyPriBx {
        background: #ffffffc9
    }

    .whatsExpBCnt {
        padding: 0
    }

    .gpBenefitsSec:before,.whatsExpBCnt:before {
        display: none
    }

    .whatExpectSec {
        position: relative;
        padding: 40px 0
    }

    .whatExpectSec:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background: #272f52
    }

    .gpserviceSlider {
        position: relative;
        margin: 15px 0
    }

    .gpserviceSlideBx {
        background: #00000042;
        text-align: center;
        padding: 35px 45px;
        border-radius: 5px
    }

    .gpserviceSlideBx h3 {
        color: #f6d15f;
        font-size: 16px;
        font-weight: 600
    }

    .gpserviceSlideBx p,.whatEXpectBx p {
        color: #fff
    }

    .whatExpectSec .blu_btn.min-btn {
        background: #fff;
        color: #272f52
    }

    .gpWorksPoint {
        background: 0 0!important
    }

    .gpWorksPoint .clinicBox {
        text-align: center;
        padding: 25px 0;
        border-bottom: 1px solid #00000024
    }

    .gpCostBx {
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #ffffff26
    }

    .whyGpCh .whatsExpBCnt {
        padding-left: 0
    }

    .whatExpectSec .inner_titel {
        text-align: center;
        color: #fff
    }

    .whatEXpectBx h3 {
        font-size: 17px
    }

    .benefitsBX img {
        height: 40px
    }

    .loactionGp img {
        height: 40px;
        object-fit: contain
    }

    .pgVideo:before {
        width: 100%;
        left: 0
    }

    .pgVideo {
        padding: 0 25px
    }

    .gpWel {
        border-bottom: 1px solid #00000021
    }

    .gpWel.lastBorder {
        border-bottom: none
    }

    .vdvdv {
        padding-bottom: 0
    }

    .readyvis img {
        height: 50px;
        object-fit: contain
    }

    .readyvis {
        padding-left: 45px!important;
        padding-right: 45px!important
    }

    .gpCostRght .ctaOO strong,.gpCostRght span strong {
        font-size: 25px
    }

    .gpCostBxOffer span strong {
        font-size: 29px
    }

    .timimgBx .time:first-child {
        max-width: 100%;
        border: none
    }

    .newTimiming .time {
        max-width: 14.28%
    }
}

.whatsapp-sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background: #25d366;
    color: #fff;
    font-size: 40px;
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 11px #a9a9a9
}

@media (max-width: 767px) {
    .homeCTA .google_reviews,.homeCTA .owl-nav {
        margin-top:15px
    }

    .homeCTA .owl-nav,.offerSlider .owl-nav,.vacanciesOfferBanner span,.weB,.weB .weB_Text,.whatEXpectBx {
        text-align: center
    }

    .coupon-bx h3 {
        font-size: 16px;
        margin: 0;
        line-height: 1.4
    }

    .coupon-bx {
        padding: 14px
    }

    .bookModal .modal-body {
        padding-top: 0
    }

    .whatsapp-sticky {
        bottom: 100px
    }

    .homeCTA .owl-nav button {
        margin: 0 5px
    }

    .timimgBx .time:first-child {
        max-width: 100%;
        border: none
    }

    .timimgBx .time {
        max-width: 33.33%
    }

    .time h3 {
        font-size: 14px
    }

    .mamInner .banner-img {
        height: 530px!important
    }

    .membershipBanner .mainBannerPrice {
        font-size: 18px
    }

    .membershipBanner .offerOuter {
        margin-top: 0
    }

    .vacanciesBanner span {
        font-size: 30px!important
    }

    .gyanService picture img {
        display: inline-block!important
    }

    .gyanService {
        margin: 15px 0;
        height: auto
    }

    .provideList .provideBx {
        padding: 10px 0!important
    }

    .provideList .provideBx .proIcon {
        margin-bottom: 15px
    }

    .provideList .provideBx p {
        text-align: justify!important;
        text-align-last: center
    }

    .healthCta .healthCtaLft,.healthCta .healthCtaRgt {
        max-width: 100%;
        text-align: center;
        border: none;
        padding: 25px 0
    }

    .health_Cta .reviewPanel {
        flex-wrap: wrap;
        margin-top: 10px
    }

    .newTimiming .time {
        max-width: 25%
    }

    .weOpen {
        font-size: 13px
    }

    .popularBanner .banner-img {
        height: 100%!important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .popularBanner .banner-content {
        position: relative;
        padding: 25px 0
    }

    .popularBanner .google_reviews {
        margin-bottom: 0
    }

    .popularBanner .flag_reviews {
        margin-top: 0!important
    }

    .blog_section p,.shcWelcome .weclcome_text p {
        text-align: justify
    }

    .weB {
        flex-wrap: wrap;
        justify-content: center
    }

    .weB .weB_Text {
        max-width: 100%;
        padding-top: 15px
    }

    .weB .weB_icon {
        margin-right: 0
    }

    .memberCTa h2 {
        font-size: 30px
    }

    .shcBanner .gynaecologyBannerCnt {
        padding: 30px 0
    }

    .gynaecologyBanner .google_reviews {
        height: 34px
    }

    .gynaecologyBanner .langu_img {
        max-width: 260px;
        margin-top: 10px!important
    }

    .gpBanner .gREviewImg {
        height: 44px
    }

    .gpBanner .weSpeckImg {
        height: 16px
    }

    .gpBanner .homeBnrTitle {
        font-size: 20px!important
    }

    .gpBanner .homeBnrOfr,.gpBanner .homeBnrOfr span {
        font-size: 18px!important
    }

    .gpBanner .homeBnrOfr span strong {
        font-size: 28px
    }

    .gpBanner .homeBnrOfrBtm p strong {
        font-size: 16px
    }

    .gpBanner .homeBnrOfrBtm p,.hoExtra p {
        font-size: 14px!important
    }

    .gpBanner .gpBannerPicture img {
        opacity: .1
    }

    .list-4 {
        column-count: 2
    }

    .clinicBox {
        padding: 0
    }

    .clinicBox .box_text {
        padding-bottom: 0
    }

    .whatEXpectBx {
        padding-top: 20px
    }

    .commonCTA h2 {
        font-size: 24px!important
    }

    .commonCTA {
        padding: 25px!important
    }

    .blog_section h2 {
        font-size: 22px
    }

    .timimgBx {
        justify-content: center
    }
}

@media (max-width: 575px) {
    .vacanciesBanner .listArea,.weOpen {
        text-align:center
    }

    .timimgBx .time {
        padding: 5px
    }

    .time h2 {
        padding-left: 20px
    }

    .timimgBx .time:first-child {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .allTestBx {
        padding: 15px;
        min-height: 68px
    }

    .allTestBx h3,.emmergencyBanner .bannerContent p.text-danger,.gpCostBxOffer {
        font-size: 18px
    }

    .bookModal .modal-header .modal-title {
        font-size: 25px
    }

    .emmergencyBanner .bannerNewTT {
        font-size: 28px
    }

    .emmergencyBanner .priceNew strong {
        font-size: 38px
    }

    .emmergencyBanner .bannerContent h3 {
        font-size: 22px
    }

    .emmergencyBanner .bbCntBx h4,.exText,.vacanciesOfferBanner ul li {
        font-size: 20px
    }

    .emergencyCTa h4,.newEmergencyBanner .bannerContent h3 {
        font-size: 17px
    }

    .vacanciesBanner {
        background: #000
    }

    .vacanciesBanner .banner-img {
        opacity: .4
    }

    .vacanciesBanner .listArea li {
        display: inline-block;
        font-size: 14px;
        margin-left: 15px;
        margin-bottom: 5px;
        text-align: left
    }

    .vacanciesBanner .listArea li:first-child {
        margin-left: 0
    }

    .vacanciesBanner span strong {
        font-size: 40px
    }

    .vacanciesBanner span {
        font-size: 26px!important
    }

    .vacanciesBanner .listArea.list-2 {
        column-count: 1
    }

    .gTeamBx p,.newEmergencyBanner .homeBnrOfrBtm p strong {
        font-size: 16px
    }

    .gynaecologyWelcome p {
        text-align: justify;
        text-align-last: center
    }

    .offerSlider .owl-nav button {
        margin: 0 5px
    }

    .gBnrOfferBX p strong {
        font-size: 54px
    }

    .gynaecologyBanner {
        background: #fff
    }

    .gynaecologyBanner .gynaecologyBannerMobile {
        opacity: .2
    }

    .gBnrOffer {
        background: #ffffffe0
    }

    .ltTxt {
        font-size: 14px!important
    }

    .ofValidText {
        margin-bottom: 8px
    }

    .gTeamBx {
        padding: 15px;
        background: #f9f9f9
    }

    .offerTextNew1,.position {
        font-size: 16px!important
    }

    .healtPPCK .fndBtn,.ltTxt strong,.newEmergencyBanner .bannerContent p {
        font-size: 15px
    }

    .healtPPCK .min-btn,.healthCta p {
        font-size: 20px!important
    }

    .healtPPCK .packbxInner {
        padding: 8px!important
    }

    .healtPPCK .packbxInner p {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.4
    }

    .healtPPCK p.packgeCost {
        font-size: 34px!important
    }

    .healtPPCK .packbxInner h3 {
        font-size: 15px!important;
        margin-bottom: 5px!important
    }

    .dvdvdfvd p,.vdvdv p {
        text-align: justify
    }

    .newTimiming .time {
        max-width: 50%
    }

    .newTimiming .time h3 {
        font-size: 16px;
        line-height: 1.7
    }

    .logo p {
        font-size: 13px
    }

    .weOpen {
        font-size: 12px;
        width: 100%;
        max-width: 100px;
        line-height: 1.4
    }

    .newEmergencyBanner .bannerNewTT {
        font-size: 26px
    }

    .newEmergencyBanner .priceNew strong {
        font-size: 39px
    }

    .newEmergencyBanner .bbCntBx h4 {
        font-size: 19px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .gpCostBxOffer span strong {
        font-size: 36px
    }

    .vdvdv .whyChooseImg,.vdvdv:before {
        display: none
    }

    .vdvdv {
        padding-top: 0
    }

    .mobileLeft li {
        display: inline-block
    }

    .mobileLeft {
        max-width: 310px;
        margin: 0 auto
    }

    .mobileLeftli,section .listArea {
        text-align: left
    }

    .google_reviews img {
        height: 44px;
        object-fit: contain;
        margin: 0 5px
    }
.serviceBanner .google_reviews img {
    height: 40px;
    object-fit: contain;
    margin: 0 5px;
}
    .newTimiming .time:last-child {
        max-width: 100%
    }

    .newHomeBanner .banner-content {
        position: relative
    }

    .newHomeBanner {
        background: #272f52
    }
}

.inner_join_member {
    color: #e7c16c!important;
    font-size: 20px
}

@media (max-width: 479px) {
    .benefitsRgtBx,.clinicBox {
        padding:15px
    }

    .inner_join_member {
        margin-top: 10px;
        display: inline-block
    }

    .timimgBx .time {
        border-bottom: 1px solid #e3e3e3
    }

    .timimgBx .time:last-child {
        border-bottom: none
    }

    .allTestBx h3,.gBnrOffer p,.time h3 {
        font-size: 18px
    }

    .mamInner .banner-img {
        height: 500px!important
    }

    .newbookModal .homeAppointment {
        max-height: 660px;
        min-height: 660px;
        overflow: auto;
        height: 100vh
    }

    .newbookModal .homeAppointment iframe {
        height: 100%
    }

    .shcBanner .gBnrOffer .ltTxt strong,.vacanciesBanner span {
        font-size: 21px!important
    }

    .vacanciesBanner span strong {
        font-size: 35px
    }

    .vacanciesBanner span {
        margin-bottom: 15px!important
    }

    .vacanciesBanner .banner-img {
        height: 400px!important
    }

    .gBnrOfferBX p.gPrice {
        font-size: 26px
    }

    .gBnrOfferBX p.gPrice strong {
        font-size: 37px
    }

    .provideList .provideBx h3 {
        font-size: 20px
    }

    .newTimiming .time {
    }

    .shcBanner .gynaecologyBannerCnt {
        padding: 20px 0
    }

    .newgpBanner .homeBnrOfrHEad p,.shcBanner .gBnrOffer .ltTxt {
        font-size: 16px!important
    }

    .shcBanner .gBnrOffer {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .shcBanner .gBnrOffer .exText {
        font-size: 22px!important
    }

    .shcBanner .gBnrOffer .gPrice strong {
        font-size: 48px
    }

    .shcBanner .gBnrOffer .gPrice {
        font-size: 34px
    }

    .bOFFBx h4,.shcBanner .gBnrOffer .ltTxt1 {
        font-size: 15px
    }

    .shcBanner .gBnrOffer .ofValidText b {
        font-size: 28px
    }

    .ofValidText {
        font-size: 18px!important
    }

    .gynaecologyBanner .flag_reviews {
        max-width: 239px!important
    }

    .clinicBox {
        border: none
    }

    .commonCTA {
        padding: 25px 15px!important
    }
}

@media (max-width: 375px) {
    .reviewPanel .flag_reviews {
        max-width:259px
    }

    .google_reviews {
        height: 34px
    }

    .mainBannerSite .top-banner span {
        font-size: 19px
    }

    .mainBannerSite .offer_price {
        font-size: 27px
    }

    .mainBannerSite .offer_price b {
        font-size: 45px
    }

    .offerOuter {
        padding: 0
    }

    .dentalSerBx .services_img {
        width: 232px;
        height: 370px
    }

.cosmetic-service .services_img {
    height: auto !important;
    min-height: auto !important;
}

    .mobile-header a {
        font-size: 14px!important;
    }

    .contactVideo {
        height: 220px
    }

    .vacanciesBanner span {
        font-size: 18px!important
    }

    .vacanciesBanner span strong {
        font-size: 30px
    }

    .commonCTA h2 {
        font-size: 20px!important
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }

    .top-call span img,a.logo img {
        min-height: 17px;
        object-fit: contain
    }

    .ftCtontatBx span img,.ftLogo img,.galleryImg img,.header-top img,.homePageSpeed .flag_reviews,.hpsPlay,.hpsVideos,.hpsWhychoose img,.teamBX picture img,.threeTeam picture img,.top-call span img,a.logo img {
        object-fit: contain
    }

    .header-top img {
        min-width: 23px;
        min-height: 23px
    }

    a.logo img {
        min-width: 170px
    }

    .top-call span img {
        min-width: 17px
    }

    .newHomeBanner .banner-img {
        min-width: 1200px
    }

    .homePageSpeed .google_reviews {
        min-width: 306px;
        min-height: 64px;
        object-fit: contain
    }

    .homePageSpeed .flag_reviews {
        min-width: 579px;
        min-height: 72px
    }

    .hpsVideos {
        min-width: 1050px;
        min-height: 590px
    }

    .hpsPlay {
        min-width: 100px;
        min-height: 100px
    }

    .teamBX picture img {
        min-width: 207px;
        min-height: 218px
    }

    .threeTeam picture img {
        min-width: 300px;
        min-height: 316px
    }

    .hpsWhychoose img {
        min-width: 539px;
        min-height: 364px
    }

    .newServiceStyle .services_img img {
        min-width: 234px
    }

    .galleryImg img {
        min-width: 258px;
        min-height: 258px
    }

    .ftCtontatBx span img {
        min-height: 40px
    }

    .ftLogo img {
        min-width: 299px;
        min-height: 30px
    }
}

.groupon {
    border: 1px solid #ccc;
    color: #000!important
}

@media (max-width: 1599px) {
    .container {
        max-width:1460px
    }

    .whatsapp {
        margin: 0 20px;
        width: 55px;
        height: 55px;
        font-size: 36px
    }

    .min-btn {
        padding: 12px 28px;
        font-size: 20px
    }

    .top-call {
        font-size: 24px;
        margin-left: 20px
    }

    .top-call span {
        width: 45px;
        height: 45px
    }

    .top-call span img {
        width: 22px
    }

    a.logo img {
        width: 280px
    }

    ul.slimmenu li a {
        padding: 0 16px;
        font-size: 18px
    }

    .top-banner span {
        font-size: 70px
    }

    .top-banner p {
        font-size: 30px;
        margin: 20px 0 25px
    }

    .banner_member {
        font-size: 24px;
        padding: 13px 35px
    }

    .banner_offer {
        gap: 70px;
        margin: 40px 0;
        padding: 10px 0
    }

    .offer_price {
        font-size: 54px
    }

    .offer_price b {
        font-size: 80px
    }

    .offer_text {
        font-size: 35px
    }

    .offer_text small {
        font-size: 30px
    }

    .offer_btn {
        margin-top: 20px
    }

    .btn_active.offer_btn a,.offer_btn a {
        font-size: 20px;
        padding: 16px 24px
    }

    .offer_btn a img {
        margin-left: 8px
    }

    .banner-btn {
        font-size: 20px;
        padding: 17px 30px
    }

    .banner-btn.wp-btn {
        padding: 9px 30px
    }

    .banner-sec {
        border-bottom: 8px solid #272f52
    }

    .contact-sec,.different_section,.home_cta,.noBg_cta,.pcos_clinic,.pcos_testimonial,.services-sec,.welcome-sec,.why_choose {
        padding: 90px 0
    }

    .different_section .titel {
        margin-bottom: 30px
    }

    .welcome-sec h1 {
        font-size: 46px;
        background-size: contain;
        padding: 0 40px
    }

    .choose_title .titel span,.welcome-sec h1 span {
        font-size: 32px
    }

    .weclcome_text {
        margin: 45px 0
    }

    .titel {
        font-size: 46px;
        margin-bottom: 36px
    }

    .services_cubCont span {
        font-size: 24px
    }

    .services_text p {
        margin: 30px 0
    }

    .services_text {
        padding: 35px 0 0;
        height: 247px
    }

    .home_cta p {
        font-size: 25px;
        line-height: 46px
    }

    .choose_title {
        background-size: 75%
    }

    .listArea li {
        margin-bottom: 16px;
        padding-left: 22px;
        background-size: 10px;
        background-position: 0 10px
    }

    .note {
        font-size: 17px;
        padding: 12px
    }

    .different_icon {
        margin: 0 auto 25px;
        padding: 12px;
        width: 160px;
        height: 160px
    }

    .different_part span {
        font-size: 25px;
        margin-bottom: 25px
    }

    .noBg_cta p {
        font-size: 21px
    }

    .services_box {
        width: 85%
    }

    .packBBS p {
        padding: 0 15px;
        font-size: 13px!important
    }

    .packBBS h4 {
        font-size: 34px
    }
}

@media (max-width: 1399px) {
    .sideBarCta h2 {
        margin-bottom:0!important;
        font-size: 30px!important
    }

    .emergencyCTa h3 strong,.inner_titel,.sideBarCta h3 strong,.welcome-sec .service_wl {
        font-size: 40px
    }

    .sideBarCta .btnList {
        margin-top: 20px!important
    }

    .emergencyCTa .google_reviews,.sideBarCta .google_reviews {
        margin: 0
    }

    .pgVideo:before {
        width: 100%;
        left: 0
    }

    .pgVideo {
        padding: 0 25px
    }

    .container {
        max-width: 1340px
    }

    .contact-sec,.different_section,.home_cta,.noBg_cta,.pcos_clinic,.pcos_testimonial,.services-sec,.welcome-sec,.why_choose {
        padding: 80px 0
    }

    a.logo img {
        width: 260px
    }

    .min-btn {
        padding: 10px 22px;
        font-size: 16px
    }

    .whatsapp {
        margin: 0 15px;
        width: 46px;
        height: 46px;
        font-size: 28px
    }

    .top-call {
        font-size: 22px;
        margin-left: 15px
    }

    .top-call span {
        width: 40px;
        height: 40px
    }

    .top-call span img {
        width: 20px
    }

    ul.slimmenu li a {
        padding: 0 14px;
        font-size: 17px
    }

    ul.slimmenu>li {
        padding: 28px 0
    }

    .top-banner span {
        font-size: 56px
    }

    .top-banner p {
        font-size: 26px;
        margin: 16px 0 20px
    }

    .banner_member {
        font-size: 20px;
        padding: 12px 32px
    }

    .banner_member::before {
        right: -35%
    }

    .banner_member::after {
        left: -35%
    }

    .banner_offer,.weclcome_text {
        margin: 35px 0
    }

    .offer_in {
        gap: 12px
    }

    .offer_price {
        font-size: 50px
    }

    .offer_price b {
        font-size: 74px
    }

    .offer_text {
        font-size: 32px
    }

    .offer_text small,.welcome-sec h1 span {
        font-size: 28px
    }

    .btn_active.offer_btn a,.offer_btn a {
        font-size: 18px;
        padding: 12px 22px
    }

    .banner-btn {
        font-size: 16px;
        padding: 15px 26px;
        border-radius: 8px;
        margin: 0 5px
    }

    .banner-btn img {
        width: 16px
    }

    .banner-btn.wp-btn i {
        font-size: 30px;
        padding-right: 5px
    }

    .banner-btn.wp-btn {
        padding: 9px 20px
    }

    .banner-sec {
        border-bottom: 5px solid #272f52
    }

    .welcome-sec h1 {
        font-size: 42px;
        background-size: 72%
    }

    .footer_get_in_touch img,.get_in_touch img {
        width: 170px
    }

    .get_in_touch {
        right: 7%
    }

    .titel {
        font-size: 38px;
        margin-bottom: 30px
    }

    .services_cubCont span {
        font-size: 22px;
        padding-bottom: 20px
    }

    .services_cubCont {
        background-position: center 18px;
        background-size: 95%;
        margin-bottom: 40px
    }

    .services_box {
        width: 90%;
        margin: 0 auto 20px
    }

    .services_img {
        width: 100%;
        height: 500px
    }

    .noBg_cta p,.services_text span {
        font-size: 22px
    }

    .services_text {
        padding: 25px 0 0;
        height: auto
    }

    .accordion .item .item-header h2 button.btn.btn-link,.services_text a,.testimonial_box span {
        font-size: 17px
    }

    .services_text p {
        margin: 16px 0
    }

    .home_cta p {
        font-size: 22px;
        line-height: 38px
    }

    .wp_btn {
        font-size: 30px;
        width: 50px;
        height: 50px
    }

    .choose_img {
        width: 340px;
        height: 480px;
        bottom: -50px;
        right: -180px
    }

    .choose_img img {
        padding: 10px
    }

    .choose_right {
        padding-left: 60px
    }

    .choose_title .titel span {
        font-size: 28px;
        padding-bottom: 10px
    }

    .choose_title {
        background-size: 70%;
        background-position: 75% 18px
    }

    .choose_content {
        padding-left: 110px
    }

    .listArea li {
        margin-bottom: 14px;
        padding-left: 20px;
        background-size: 8px;
        background-position: 0 8px;
        line-height: 1.5
    }

    .note {
        font-size: 16px;
        padding: 10px
    }

    .differ_top {
        padding-top: 50px
    }

    .different_icon {
        margin: 0 auto 20px;
        padding: 10px;
        width: 150px;
        height: 150px
    }

    .differ_top::before {
        top: 120px
    }

    .different_icon img {
        height: 70px
    }

    .different_part span {
        font-size: 22px;
        margin-bottom: 20px
    }

    footer {
        padding: 17px 0
    }

    .banner_offer::after {
        width: 1px
    }

    .inner_banner span {
        font-size: 30px;
        margin-bottom: 25px
    }

    .inner_banner p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .booking_text span {
        font-size: 24px;
        font-weight: 700
    }

    .inner_titel {
        margin-bottom: 35px
    }

    .inner_titel span {
        font-size: 28px;
        padding-top: 12px
    }

    .booking_text p {
        font-size: 18px
    }

    .box_title span {
        font-size: 26px
    }

    .box_text {
        padding: 40px 30px 25px
    }

    .pcosTretment_right p {
        font-size: 16px
    }

    .listImg li span {
        width: 70px;
        height: 70px
    }

    .listImg li span img {
        width: 36px
    }

    .listImg li {
        font-size: 18px;
        padding: 5px 0
    }

    .testimonial_box {
        padding: 40px 25px
    }

    .testimonial_box p {
        color: #fff;
        font-size: 17px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .price_table thead tr th {
        font-size: 20px;
        padding: 25px 10px
    }

    .price_table tbody tr td {
        font-size: 18px;
        padding: 23px 10px
    }

    .accordion .item .item-header h2 i {
        font-size: 28px;
        width: 50px;
        height: 60px;
        min-width: 50px;
    }

    .t-p {
        padding: 20px
    }
}

@media (max-width: 1299px) {
    .container {
        max-width:1140px
    }

    .contact-sec,.different_section,.home_cta,.noBg_cta,.pcos_clinic,.pcos_testimonial,.services-sec,.welcome-sec,.why_choose {
        padding: 70px 0
    }

    a.logo img {
        width: 240px
    }

    .min-btn {
        padding: 9px 20px;
        font-size: 15px
    }

    .whatsapp {
        margin: 0 12px;
        width: 42px;
        height: 42px;
        font-size: 24px
    }

    .top-call {
        font-size: 18px;
        margin-left: 12px
    }

    .top-call span {
        width: 34px;
        height: 34px
    }

    .top-call span img {
        width: 17px
    }

    .accordion .item .item-header h2 button.btn.btn-link,.services_text a,.testimonial_box span,ul.slimmenu li a {
        font-size: 16px
    }

    ul.slimmenu>li {
        padding: 24px 0
    }

    ul.slimmenu li:after {
        height: 2px
    }

    .top-banner span {
        font-size: 50px
    }

    .top-banner p {
        font-size: 22px;
        margin: 14px 0 18px
    }

    .banner_member {
        font-size: 17px;
        padding: 10px 25px
    }

    .banner_offer,.weclcome_text {
        margin: 30px 0
    }

    .offer_in {
        gap: 10px
    }

    .offer_price {
        font-size: 44px
    }

    .offer_price b {
        font-size: 64px
    }

    .offer_text {
        font-size: 28px
    }

    .noBg_cta p,.offer_text small,.services_text span {
        font-size: 18px
    }

    .offer_btn {
        margin-top: 17px
    }

    .btn_active.offer_btn a,.offer_btn a {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 6px
    }

    .offer_btn a img {
        margin-left: 6px
    }

    .banner-btn {
        font-size: 15px;
        padding: 14px 25px;
        border-radius: 6px;
        margin: 0 4px
    }

    .banner-btn.wp-btn i {
        font-size: 28px;
        padding-right: 4px
    }

    .welcome-sec h1 {
        font-size: 38px;
        background-size: 76%;
        background-position: center 16px
    }

    .wp_btn {
        font-size: 26px;
        width: 44px;
        height: 44px;
        margin-left: 5px
    }

    .blu_btn,.tr_btn {
        margin: 0 5px
    }

    .titel {
        font-size: 34px;
        margin-bottom: 20px
    }

    .services_cubCont span {
        font-size: 20px;
        padding-bottom: 15px
    }

    .services_cubCont {
        background-position: center 15px;
        background-size: 100%;
        margin-bottom: 35px
    }

    .services_box {
        width: 92%;
        margin: 0 auto 15px
    }

    .services_img {
        width: 100%;
        height: 430px
    }

    .services_img img {
        padding: 7px
    }

    .services_text {
        padding: 20px 0 0
    }

    .services_text p {
        margin: 14px 0;
        line-height: 1.5
    }

    .footer_get_in_touch img,.get_in_touch img {
        width: 150px
    }

    .get_in_touch {
        right: 6%;
        top: -80px
    }

    body {
        font-size: 15px;
        line-height: 24px
    }

    .home_cta p {
        font-size: 19px;
        line-height: 30px
    }

    .choose_img {
        width: 300px;
        height: 400px;
        bottom: -40px;
        right: -150px
    }

    .choose_img img {
        padding: 8px
    }

    .choose_right {
        padding-left: 40px
    }

    .choose_title .titel span {
        font-size: 24px;
        padding-bottom: 10px
    }

    .choose_content {
        padding-left: 100px
    }

    .listArea li {
        margin-bottom: 12px;
        padding-left: 18px;
        background-size: 7px;
        background-position: 0 9px;
        line-height: 1.5
    }

    .different_section .titel,.subtitle {
        margin-bottom: 25px
    }

    .different_icon {
        margin: 0 auto 15px;
        padding: 7px;
        width: 140px;
        height: 140px
    }

    .different_icon img {
        height: 64px
    }

    .different_part span {
        font-size: 20px;
        margin-bottom: 18px
    }

    .differentItems p {
        font-size: 14px
    }

    .welcome_img {
        width: 80%;
        margin: 0 auto
    }

    .inner_titel,.welcome-sec .service_wl {
        font-size: 34px;
        margin-bottom: 30px
    }

    .inner_banner span {
        font-size: 36px
    }

    .box_title span,.contact_box span,.inner_banner p {
        font-size: 20px
    }

    .welcome-sec .service_wl {
        background-position: center 25px
    }

    .welcome-sec h1 span {
        font-size: 22px;
        padding: 15px 0 0
    }

    .booking_text span {
        font-size: 22px
    }

    .booking_text p,.subtitle {
        font-size: 17px
    }

    .inner_titel span {
        font-size: 24px;
        padding-top: 10px
    }

    .box_title {
        padding: 17px 10px
    }

    .box_text {
        padding: 30px 25px 20px
    }

    .testimonial_box p {
        font-size: 16px;
        padding-top: 35px;
        padding-bottom: 35px
    }

    .pcos_clinic p {
        font-size: 16px;
        text-align: center
    }

    .price_table thead tr th {
        font-size: 18px;
        padding: 20px 10px
    }

    .price_table tbody tr td {
        font-size: 16px;
        padding: 20px 10px
    }

    .accordion {
        margin: 40px 0 0
    }

    .accordion .item .item-header h2 i {
        font-size: 26px;
        width: 40px;
        height: 50px;
        min-width: 40px;
    }

    .t-p {
        width: 95%
    }

    .from_part {
        padding: 20px 40px;
        text-align: left
    }

    ul.slimmenu li>ul>li ul {
        position: relative;
        min-width: auto!important;
        left: 0
    }

    ul.slimmenu li>ul>li ul li {
        float: none;
        max-width: 100%
    }

    ul.slimmenu li ul>li .sub-toggle {
        height: 38px
    }
}

@media (max-width: 1199px) {
    a.logo img {
        width:220px
    }

    .whatsapp {
        margin: 0 10px;
        width: 40px;
        height: 40px;
        font-size: 22px
    }

    .top-call {
        font-size: 16px;
        margin-left: 10px
    }

    ul.slimmenu li a {
        font-size: 15px;
        padding: 0 11px
    }

    .contact_box {
        width: 280px;
        min-height: 220px
    }

    .contact_box p {
        font-size: 18px
    }

    .contact_box span {
        font-size: 16px
    }

    .contact_info {
        gap: 40px;
        flex-wrap: wrap
    }

    .contact_box.mail_box::before {
        right: -35px;
        display: none
    }

    .contact_box.mail_box::after {
        left: -35px
    }

    .from_part .form-control {
        padding: 13px
    }

    .gpTeam picture {
        max-width: 35%
    }
}

@media (max-width: 1099px) {
    a.logo img {
        width:200px
    }

    .whatsapp {
        margin: 0 10px;
        width: 36px;
        height: 36px;
        font-size: 20px
    }

    .top-call span {
        width: 30px;
        height: 30px
    }

    .top-call span img {
        width: 15px
    }

    ul.slimmenu li a {
        padding: 0 12px
    }

    ul.slimmenu>li {
        padding: 20px 0
    }

    .offer_price,.top-banner span {
        font-size: 40px
    }

    .top-banner p {
        font-size: 20px;
        margin: 12px 0 15px
    }

    .banner_member {
        font-size: 16px;
        padding: 9px 20px
    }

    .banner_offer {
        margin: 25px 0;
        padding: 5px 0;
        gap: 50px
    }

    .offer_price b {
        font-size: 60px
    }

    .offer_text {
        font-size: 25px
    }

    .offer_btn {
        margin-top: 15px
    }

    .btn_active.offer_btn a,.offer_btn a {
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 5px
    }

    .banner-btn {
        font-size: 14px;
        padding: 12px 20px;
        border-radius: 5px;
        margin: 0 4px
    }

    .banner-btn.wp-btn i {
        font-size: 26px
    }

    .banner-btn.wp-btn {
        padding: 8px 15px
    }

    .contact-sec,.different_section,.home_cta,.noBg_cta,.pcos_clinic,.pcos_testimonial,.services-sec,.welcome-sec,.why_choose {
        padding: 65px 0
    }

    .inner_titel span,.welcome-sec h1 span {
        font-size: 22px
    }

    .welcome-sec h1 {
        font-size: 34px;
        background-size: 80%;
        background-position: center 15px
    }

    .welcome_img {
        width: 80%;
        margin: 0 auto
    }

    .weclcome_text {
        margin: 25px 0
    }

    .footer_get_in_touch img,.get_in_touch img {
        width: 140px
    }

    .inner_banner span,.titel {
        font-size: 32px
    }

    .services_img {
        width: 100%;
        height: 400px
    }

    .home_cta p {
        font-size: 18px;
        line-height: 28px
    }

    .choose_img {
        width: 260px;
        height: 360px;
        bottom: -100px;
        right: -120px
    }

    .choose_right {
        padding-left: 20px
    }

    .choose_title {
        background-size: 70%;
        background-position: 88% 18px
    }

    .different_icon {
        margin: 0 auto 15px;
        padding: 6px;
        width: 130px;
        height: 130px
    }

    .different_icon img {
        height: 60px
    }

    .inner_banner p {
        font-size: 18px;
        margin-bottom: 25px
    }

    .inner_titel,.welcome-sec .service_wl {
        font-size: 32px;
        margin-bottom: 25px
    }

    .booking_text span {
        font-size: 20px;
        padding-bottom: 15px
    }

    .booking_text p,.subtitle {
        font-size: 16px
    }

    .box_title {
        padding: 15px 7px
    }

    .box_title span {
        font-size: 18px
    }

    .box_text {
        padding: 25px 20px 20px
    }

    .pcosTretment_right {
        padding-right: 40px
    }

    .listImg li {
        font-size: 17px;
        padding: 5px 0
    }

    .listImg li span {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .listImg li span img {
        width: 30px
    }

    .choose_img.pcos_over {
        right: 0;
        left: -130px;
        bottom: -210px
    }

    .subtitle {
        margin-bottom: 20px
    }

    .testimonial_box {
        padding: 30px 20px
    }

    .testimonial_box p {
        font-size: 15px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .contact_info {
        gap: 30px
    }

    .contact_box.mail_box::before {
        right: -16px
    }

    .contact_box.mail_box::after {
        left: -15px
    }

    .contact_box {
        width: 40%;
        min-height: 200px
    }

    .from_part {
        padding: 15px 40px
    }

    .from_part .form-control {
        padding: 12px;
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    ul.slimmenu li>ul {
        max-height:300px;
        width: 100%;
        overflow: auto
    }

    ul.slimmenu.collapsed li .sub-toggle {
        width: 30px;
        background: #b29640;
        color: #fff
    }

    ul.slimmenu li .sub-toggle>i {
        color: #fff
    }

    .right-btn {
        flex-flow: row-reverse
    }

    .menu-collapser {
        width: 60px
    }

    a.logo {
        line-height: 1
    }

    ul.slimmenu {
        position: absolute;
        z-index: 99999;
        width: 100%;
        left: auto;
        right: 0;
        top: 100%;
        background: #272f52;
        margin: 0;
        max-width: 400px;
        padding-right: 10px;
        max-height: 600px;
        overflow: auto
    }

    .choose_title,.welcome-sec h1 {
        background-size: 90%;
        background-position: center 15px
    }

    ul.slimmenu>li {
        padding: 0
    }

    ul.slimmenu li a {
        padding: 15px!important;
        color: #fff;
        font-size: 16px
    }

    .banner-img {
        height: 400px;
        object-fit: cover
    }

    .top-banner span {
        font-size: 36px
    }

    .offer_text small,.top-banner p {
        font-size: 18px
    }

    .offer_price {
        font-size: 38px
    }

    .offer_price b {
        font-size: 54px
    }

    .contact_box span,.offer_text {
        font-size: 22px
    }

    .contact-sec,.different_section,.home_cta,.noBg_cta,.pcos_clinic,.pcos_testimonial,.services-sec,.welcome-sec,.why_choose {
        padding: 55px 0
    }

    .welcome-sec h1 {
        font-size: 30px;
        padding: 0;
        margin: 0 0 25px
    }

    .box_title span,.home_cta p,.noBg_cta p,.services_text span {
        font-size: 16px
    }

    .welcome_img {
        width: 85%
    }

    .weclcome_text {
        margin: 20px 0
    }

    .wp_btn {
        font-size: 24px;
        width: 40px;
        height: 40px;
        margin-left: 5px
    }

    .services_cubCont {
        margin-bottom: 30px
    }

    .services_box {
        width: 100%;
        margin: 0 auto 15px
    }

    .services_img {
        width: 100%;
        height: 320px
    }

    .titel {
        font-size: 28px
    }

    .home_cta p {
        line-height: 27px
    }

    .choose_title .titel {
        width: 100%;
        text-align: center
    }

    .choose_title {
        background-image: url(../images/h1-bg.png)
    }

    .choose_content,.choose_right {
        padding-left: 0
    }

    .different_icon {
        margin: 0 auto 10px;
        padding: 5px;
        width: 110px;
        height: 110px
    }

    .inner_titel,.welcome-sec .service_wl {
        font-size: 30px;
        margin-bottom: 20px
    }

    .different_icon img {
        height: 50px
    }

    .differ_top::before {
        top: 100px
    }

    .different_part span {
        font-size: 18px;
        margin-bottom: 15px
    }

    .footer_get_in_touch {
        right: 30px
    }

    .footer_get_in_touch img,.get_in_touch img {
        width: 110px
    }

    .get_in_touch {
        right: 5%;
        top: -60px
    }

    ul.slimmenu li.active a:after,ul.slimmenu li:hover:after {
        display: none
    }

    .inner_banner .banner-img {
        height: 260px;
        object-fit: cover
    }

    .inner_banner span {
        font-size: 28px;
        margin-bottom: 15px
    }

    .inner_banner p {
        font-size: 16px;
        margin-bottom: 15px
    }

    .welcome-sec .service_wl {
        background-position: center 20px
    }

    .welcome-sec h1 span {
        font-size: 18px;
        padding: 10px 0 0
    }

    .inner_titel span {
        font-size: 20px
    }

    .booking_text span {
        font-size: 18px;
        padding-bottom: 10px
    }

    .box_title {
        padding: 12px 6px
    }

    .box_text {
        padding: 20px 15px 15px
    }

    .listImg li span {
        width: 50px;
        height: 50px;
        margin-right: 15px
    }

    .booking_text {
        padding-bottom: 20px
    }

    .pcosTretment_right {
        padding-right: 0
    }

    .testimonial_box {
        padding: 20px 15px
    }

    .testimonial_box p {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .testimonial_box span {
        font-size: 15px
    }

    .t-p {
        width: 100%
    }

    .inner_banner.contact_banner .banner-img {
        height: 150px
    }

    .contact_box p {
        margin: 20px 0;
        font-size: 16px
    }

    .contact_box img {
        width: 32px
    }

    .contact_box.wp_box img {
        margin-bottom: 30px;
        width: 50px
    }

    .contact_info {
        gap: 50px
    }

    .contact_box.mail_box::before {
        right: -25px
    }

    .contact_box.mail_box::after {
        left: -25px
    }

    .from_part {
        padding: 15px 35px 15px 5px
    }

    .from_part .form-control {
        padding: 8px 12px
    }
}

@media (max-width: 767px) {
    .choose_title,.welcome-sec h1 {
        background-size:100%
    }

    a.logo img {
        width: 170px
    }

    .menu-collapser {
        width: 42px;
        order: 3
    }

    .top-call {
        font-size: 15px;
        margin-left: 0
    }

    .min-btn {
        padding: 6px 12px;
        font-size: 13px
    }

    .whatsapp {
        margin: 0 7px;
        width: 28px;
        height: 28px;
        font-size: 16px
    }

    .top-call span {
        width: 26px;
        height: 26px
    }

    .top-call span img {
        width: 13px
    }

    .collapse-button .icon-bar {
        height: 3px;
        margin: 5px 0
    }

    .banner-sec {
        border-bottom: 3px solid #272f52
    }

    .top-banner span {
        font-size: 32px
    }

    .top-banner p {
        font-size: 16px;
        margin: 10px 0
    }

    .banner_offer {
        margin: 20px 0;
        padding: 5px 0;
        gap: 40px
    }

    .different_section .titel,.note {
        margin-bottom: 15px
    }

    .offer_price {
        font-size: 34px
    }

    .offer_price b {
        font-size: 50px
    }

    .offer_in {
        gap: 6px
    }

    .offer_text {
        font-size: 20px
    }

    .offer_text small {
        font-size: 16px
    }

    .btn_active.offer_btn a,.offer_btn a {
        font-size: 14px;
        padding: 7px 10px;
        border-radius: 5px
    }

    .offer_btn a img {
        margin-left: 4px;
        width: 20px;
        line-height: 1
    }

    .contact-sec,.different_section,.home_cta,.noBg_cta,.pcos_clinic,.pcos_testimonial,.services-sec,.welcome-sec,.why_choose {
        padding: 50px 0
    }

    .welcome-sec h1 {
        font-size: 26px;
        margin: 0 0 20px
    }

    .mobile-header a,.mobile-header a+a {
        background: #b29640
    }

    .welcome-sec h1 span {
        font-size: 20px;
        padding-bottom: 10px
    }

    .services_box,.welcome_img {
        width: 90%
    }

    .inner_banner span,.termsCondi h1,.titel {
        font-size: 26px
    }

.cdBanner .newlyOffer .ck-banner-head {
    font-size: 38px !important;
    margin-bottom: 30px !important;
}

    .services_cubCont span {
        font-size: 18px;
        padding-bottom: 10px
    }

    .home_cta p,.noBg_cta p {
        font-size: 15px
    }

    .services_cubCont p {
        width: 94%
    }

    .home_cta p {
        line-height: 25px
    }

    .note {
        font-size: 16px;
        padding: 10px 15px;
        display: inline-block
    }

    .differ_top::before,.right-btn,.top-call {
        display: none
    }

    footer {
        padding: 15px 0
    }

    footer p {
        font-size: 14px
    }

    .welcome-sec .service_wl {
        font-size: 28px;
        background-image: none
    }

    .booking_text span {
        font-size: 17px
    }

    .booking_text {
        padding-bottom: 15px
    }

    .inner_titel {
        font-size: 28px
    }

    .contact_box span,.inner_titel span {
        font-size: 18px
    }

    .price_table thead tr th {
        font-size: 17px;
        padding: 15px 10px
    }

    .price_table tbody tr td {
        font-size: 15px;
        padding: 15px 0
    }

    .from_part {
        padding: 40px
    }

    .contact_from_box {
        margin-top: 50px
    }

    .contact_info {
        gap: 20px
    }

    .contact_box.mail_box::before {
        right: -10px
    }

    .contact_box.mail_box::after {
        left: -10px
    }

    .contact_box img {
        width: 30px
    }

    .contact_box p {
        margin: 16px 0;
        font-size: 15px
    }

    .contact_box.wp_box img {
        margin-bottom: 20px;
        width: 40px
    }

    .list_full {
        display: inline-block
    }

    .mobile-header {
        display: inline-flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 999
    }

    .mobile-header a {
        width: 100%;
        max-width: 50%;
        text-align: center;
        font-size: 15px;
        color: #fff;
        padding: 17px 5px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        min-height: 70px;
        font-weight: 400;
        align-content: center;
    }

    .gpTeam {
        flex-wrap: wrap;
        width: 100%
    }

    .gpTeam picture {
        max-width: 100%
    }

    .gpTeam .textBxDEtails {
        text-align: center;
        padding-top: 15px
    }

    .termsCondi h2 {
        font-size: 22px
    }

    .termsCondi h3 {
        font-size: 19px
    }

    .termsCondi {
        text-align: justify
    }
}

@media (max-width: 575px) {
    .contact_box.mail_box::after,.contact_box.mail_box::before,.right-btn .min-btn,.top-call p {
        display:none
    }

    .top-call span {
        width: 28px;
        height: 28px
    }

    .top-call span img {
        width: 18px
    }

    .banner_member::before {
        right: -15%
    }

    .banner_member::after {
        left: -15%
    }

    .top-banner span {
        font-size: 28px
    }

    .banner_offer {
        margin: 40px 0 0;
        padding: 0;
        gap: 40px;
        display: inline-grid;
        width: 100%
    }

    .banner_offer::after {
        width: 70%;
        height: 1px;
        top: 50%;
        margin: 0 auto;
        left: 0;
        background: #7b7b7b;
        right: 0
    }

    .banner-img {
        height: 480px
    }

    .contact-sec,.different_section,.home_cta,.noBg_cta,.pcos_clinic,.pcos_testimonial,.services-sec,.welcome-sec,.why_choose {
        padding: 40px 0
    }

    .footer_get_in_touch img,.get_in_touch img {
        width: 90px
    }

    .get_in_touch {
        right: 4%;
        top: -40px
    }

    .titel {
        font-size: 25px;
        margin-bottom: 15px
    }

.conditions-bx .conditions-head h3 {
    font-size: 16px !important;
}

    .services_cubCont {
        margin-bottom: 25px
    }

    .inner_titel span,.services_cubCont span {
        font-size: 17px
    }

    .services_box {
        width: 95%
    }

    .services_img {
        width: 100%;
        height: 280px
    }

    .differ_top {
        padding-top: 30px
    }

    .footer_get_in_touch {
        right: 16px;
        bottom: 2%
    }

    .wp_btn {
        font-size: 22px;
        width: 37px;
        height: 37px;
        margin-left: 5px
    }

    .min-btn {
        padding: 5px 12px
    }

    .inner_banner span {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 10px
    }

    .inner_banner p {
        font-size: 15px;
        margin-bottom: 0
    }

    .inner_banner .banner-img {
        height: 200px;
        object-fit: cover
    }

    .inner_titel,.welcome-sec .service_wl {
        font-size: 26px
    }

    .welcome-sec h1 span {
        font-size: 18px;
        padding-bottom: 0
    }

    .booking_text span {
        font-size: 16px;
        padding-bottom: 5px
    }

    .contact_info {
        display: inline-block
    }

    .contact_box.mail_box {
        margin: 20px 0
    }

    .contact_box {
        width: 100%
    }

    .contact_box img {
        width: 34px
    }

    .contact_box p {
        margin: 18px 0;
        font-size: 18px
    }

    .contact_box span {
        font-size: 22px
    }

    .contact_box.wp_box img {
        margin-bottom: 25px;
        width: 50px
    }

    .tj {
        text-align: justify
    }
}

@media (max-width: 480px) {
    .banner_member::before {
        right:-5%
    }

    .banner_member::after {
        left: -5%
    }

    .top-banner span {
        font-size: 28px;
        line-height: 32px
    }

    .top-banner p {
        font-size: 15px;
        margin: 10px 0
    }

    .banner_member {
        font-size: 13px;
        padding: 8px 15px
    }

    .banner_offer {
        margin: 28px 0 0;
        gap: 35px
    }

    header.stick {
        position: fixed
    }

    .footer_get_in_touch,.get_in_touch {
        display: none
    }

    .offer_price {
        font-size: 30px
    }

    .offer_price b {
        font-size: 46px
    }

    .offer_text,.services_text span {
        font-size: 18px
    }

    .offer_text small {
        font-size: 15px
    }

    .btn_active.offer_btn a,.offer_btn a {
        font-size: 14px;
        padding: 6px 12px;
        border-radius: 5px
    }

    .services_img,.services_img img {
        border-radius: 170px
    }

    .services_box {
        width: 85%
    }

    .services_img {
        width: 100%;
        height: 400px
    }

    .titel,.welcome-sec h1 {
        font-size: 24px;
        line-height: 1.5
    }

    .choose_title,.services_cubCont,.welcome-sec h1 {
        background-image: none
    }

    .choose_title .titel span,.contact_box span {
        font-size: 20px
    }

    .inner_banner span {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px
    }

    .inner_banner p {
        font-size: 15px;
        line-height: 1.3
    }

    .inner_banner .banner-img {
        height: 360px;
        object-fit: cover
    }

    .google_reviews {
        height: 44px
    }

    .welcome-sec .service_wl {
        font-size: 24px;
        background-image: none;
        margin-bottom: 15px
    }

    .welcome-sec h1 span {
        font-size: 16px;
        padding-bottom: 0;
        padding-top: 2px
    }

    .inner_titel {
        font-size: 24px
    }

    .inner_titel span {
        font-size: 16px
    }

    .listImg li {
        font-size: 15px;
        padding: 4px 0;
        display: flex
    }

    .listImg li span {
        width: 30px;
        height: 30px;
        margin-right: 10px
    }

    .listImg li span img {
        width: 20px
    }

    .price_table thead tr th {
        font-size: 16px;
        padding: 12px 10px
    }

    .price_table tbody tr td {
        font-size: 14px;
        padding: 12px 0
    }

    .accordion .item .item-header h2 button.btn.btn-link {
        font-size: 16px;
        padding: 0 0 0 15px;
        white-space: normal;
        text-align: left
    }

    .accordion .item .item-header h2 i {
        font-size: 24px;
        width: 36px;
        height: 40px;
        min-width: 36px;
    }

    .t-p {
        width: 100%;
        padding: 15px
    }

    footer {
        padding: 15px 0 90px
    }

    .contact_box img {
        width: 32px
    }

    .contact_box p {
        margin: 16px 0;
        font-size: 16px
    }

    .contact_box {
        height: auto
    }

    .from_part {
        padding: 25px
    }

    .inner_banner.contact_banner .banner-img {
        height: 120px
    }
}

@media (max-height: 800px) {
    ul.slimmenu>li>ul>li>ul {
        max-height:282px;
        overflow: auto
    }
}

@media (min-width: 992px) {
    .twoService ul li {
        width:100%;
        max-width: 50%;
        float: left
    }

    .twoService ul {
        width: 100%;
        min-width: 250%
    }

    .serMEnu .sub-toggle i {
        color: #fff!important
    }

    ul.slimmenu li ul li a {
        border-bottom: 1px solid #ffffff21!important;
        font-size: 14px;
        font-family: inherit
    }

    ul.slimmenu>li>ul {
        width: 300px!important
    }

    ul.slimmenu>li>ul>li>ul {
        min-width: 340px;
        background: #333c68
    }

    .fourServiec ul {
        min-width: 670%!important
    }

    .fourServiec ul li {
        max-width: 25%
    }
}

@media (min-width: 1399px) {
    ul.slimmenu>li>ul>li>ul {
        min-width:500px;
        background: #333c68
    }

    ul.slimmenu>li>ul>li>ul.single-line-menu {
        min-width: auto
    }
}

@font-face {
    font-family: FontAwesome;
    src: url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.homeBaner {
    position: relative;
    padding: 100px 0
}

.newCTABB {
    text-align: center;
    background-color: #4c5570;
    padding: 40px 0;
    border-radius: 15px;
    background-image: url(../images/texture-bg_southkenmd.webp);
    background-blend-mode: multiply
}

.newCTABB .obHText {
    color: #fff;
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px
}

.newCTABB .obHTextPrice {
    font-size: 30px;
    color: #fff
}

.newCTABB .obHTextPrice strong {
    color: #fff;
    font-size: 50px
}

.newCTABB p {
    color: #fff;
    text-align: center!important;
    line-height: 1.8
}

.newCTABB .homeLLLL a {
    padding: 12px 20px
}

.newCTABB .btnStyle.theme-btn.banner-btn {
    background: #d7af63;
    color: #fff
}

.newCTABB .btnStyle.theme-btn.banner-btn:hover {
    color: #4c5570
}

canvas,img,video {
    overflow: clip
}

@media (max-width: 1599px) {
    .offerBxhome .obHText {
        font-size:20px
    }

    .offerBxhome .obHTextPrice {
        font-size: 30px;
        padding: 10px 0
    }

    .offerBxhome .obHTextPrice strong {
        font-size: 50px
    }

    .homeBaner {
        padding: 50px 0
    }
}

@media (max-width: 575px) {
    .offerBxhome .obHTextPrice strong {
        font-size:30px;
        color: #fff
    }

    .newCTABB .bannerTitleSmall {
        font-size: 18px;
        margin-bottom: 20px;
        display: block
    }

    .homeBaner {
        padding: 25px 0
    }

    .mmHead {
        width: 42px
    }

    .newTimiming .time h2 {
        padding-left: 0;
        background: 0 0
    }
}

.secLIstBBBX .weB {
    align-items: center;
}

.secLIstBBBX .weB .weB_icon {
    font-size: 30px;
    color: #272f52;
    font-weight: 600;
}

.alertModal {
}

.alertModal .modal-body {
    text-align: center;
}

.alertModal .modal-body h2 {
    font-size: 22px;
    color: red;
}

.alertModal .modal-body p {
    font-size: 22px;
    line-height: 2;
    font-weight: 600;
}

.alertModal .modal-body p a {
    display: inline-block;
    font-size: 30px;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.modalInner {
    border: 1px #cfcfcf solid;
    padding: 100px 0px;
}

.alertModal .close {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: #fff;
    font-weight: 300;
    width: 35px;
    opacity: 1;
    height: 35px;
    line-height: 1;
    padding-bottom: 15px;
}

@media (max-width: 575px) {
    .alertModal .modal-body h2 {
        font-size: 18px;
    }

    .alertModal .modal-body p {
        font-size: 17px;
    }

    .alertModal .modal-body p a {
        font-size: 22px;
        padding: 3px 14px;
    }

    .modalInner {
        padding: 60px 0px;
    }
}

.newPatientsBanner {
    padding: 35px 0px;
    position: relative;
}

.newPatientsBanner .container {
    position: relative;
}

.newPatientsCnt {
    text-align: center;
    border: solid 1px #b2964061;
    padding-top: 50px;
    padding-bottom: 50px;
}

.newPatientsBx {
    padding: 15px 0px;
}

.newPatientsTitle {
    color: #000000;
    font-size: 28px;
    /* font-family: 'PP Eiko'; */
    line-height: 1.6;
    margin-bottom: 15px;
    display: block;
}

.newPatientsTitle strong {
    display: block;
    font-size: 38px;
}

.newPatientsinr {
    font-size: 24px;
    color: #000000;
    display: block;
}

.newPatientsTag {
    display: block;
    font-size: 24px;
    color: #FFD965;
    font-weight: bold;
    background: #B29640;
    background: linear-gradient(274deg,rgba(178, 150, 64, 1) 0%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 67%, rgba(145, 122, 51, 1) 100%);
    padding: 17px 15px;
    margin-bottom: 15px;
}

.newPatientsPrice {
    display: block;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.newPatientsPrice strong {
    color: red;
    font-size: 69px;
    font-weight: 900;
}

.newPatientsBanner .vdvdv {
    background: #B29640;
}

.newPatientsBanner .dfnfg {
    background: #353D5D;
}

.newPatientsBanner .gCqcImg {
    height: 46px;
    object-fit: contain;
}

.newPatientsBanner .langu_img {
    height: 17px;
    object-fit: contain;
}

.newPatientsBanner video, .newPatientsBanner .team_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.emergency-team {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.emergency-team .textBxDEtails {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    background: #b29640;
    color: #fff;
}

.emergency-team .textBxDEtails p {
    margin-bottom: 10px;
}

.textBxDEtails .gdcNo {
    font-weight: bold;
}

.pPad {
    padding: 45px 0px;
}

.newPatientsCta {
    text-align: center;
    background-color: #fffaeabd;
    background-image: url(../images/new-patients-cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 25px;
    background-blend-mode: soft-light;
}

.newPatientsCta h2 {
    font-size: 40px;
    color: #272F52;
    font-family: 'PP Eiko';
    font-weight: 600;
    margin-bottom: 35px;
}

.newPatientsCta p {
    font-size: 17px;
    color: #000000;
}

.newPatientsCta ul {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1010px;
}

.newPatientsCta ul li {
    list-style: none;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    background: url(../images/new-patients-check.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 35px;
    background-position: 0 7px;
}

.newPatientsCta .btnList2 a {
    text-transform: uppercase;
}

.newPatientsTitle {
    color: #272F52;
    /* font-family: 'PP Eiko'; */
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.newPatientsTitle strong {
    display: block;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.4;
}

.newPatientsServcie .head p {
    font-size: 17px;
}

.newPatientsServcie .head {
    margin-bottom: 25px;
}

.npSerBx {
    border: solid 1px #B29640;
    border-radius: 5px;
    box-shadow: 0px 17px 16px #b296401f;
}

.npSerBx h3 {
    margin: 0px;
    font-size: 24px;
    color: #FFD965;
    font-weight: bold;
    background: #272F52;
    text-align: center;
    padding: 24px 0px;
    border-radius: 5px 5px 0px 0px;
}

.npSerBxinner {
    padding: 20px;
    min-height: 536px;
}

.npSerBxinner ul {
    padding: 0px;
    margin: 0px;
}

.npSerBxinner ul li {
    background: url(../images/new-patients-check.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0 7px;
    list-style: none;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    margin: 4px 0px;
}

.npSerBxinner ul li span {
    text-align: right;
    color: #EE0707;
    font-weight: 600;
    width: 100%;
    max-width: 35%;
}

.npSerBxBtn {
    padding: 15px 30px;
    padding-top: 0;
}

.npSerBxBtn a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: 5px 0px;
    padding: 17px 10px;
}

.npSerBxBtn a.callBtn {
    background: #353D5D;
}

.npSerBxBtn a.bookBtn {
    background: #B29640;
}

.npSerBxBtn a.callBtn:hover {
    background: #B29640;
}

.npSerBxBtn a.bookBtn:hover {
    background: #353D5D;
}

.npSerBx p {
    font-size: 14px;
    font-weight: 600;
}

.newPatientsTeam {
    background: color(rec2020 0.79 0.79 0.86 / 0.54);
}

.newPatientsTeam .head {
    margin-bottom: 45px;
}

.newPatientsTeamBx {
    background: #fff;
}

.newPatientsTeamBx picture {
    border: solid 5px #e4d8b5c4;
}

.newPatientsTeamBx picture img {
    border-radius: 0px;
}

.newPatientsTeamBx h3 {
    font-family: 'PP Eiko';
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

.newPatientsGallery .head {
    margin-bottom: 45px;
}

.whyPatientsBx {
    background: #b2964017;
    height: 100%;
    padding: 50px 60px;
}

.whyPatientsBx .newPatientsTitle {
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 45px;
}

.whyPatientsImg {
    display: inline-block;
    width: 100%;
}

.whyPatientsImg img {
    width: 100%;
}

.whyPatientsBx ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
}

.whyPatientsBx ul li {
    background: url(../images/new-patients-check.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0 7px;
    list-style: none;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    margin: 18px 0px;
}

.newPatientsMamber {
    background-color: #B29640;
    background: linear-gradient(274deg, rgba(178, 150, 64, 1) 0%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 67%, rgba(145, 122, 51, 1) 100%);
    color: #fff;
    text-align: center;
    position: relative;
}

.newPatientsMamber:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/newPatientsMamberbg.png);
    background-size: cover;
    opacity: 0.6;
}

.newPatientsMamber .newPatientsTitle {
    color: #fff;
}

.newPatientsMamber .container {
    position: relative;
    z-index: 1;
}

.newPatientsMamber p strong {
    color: #FFD965;
    font-size: 27px;
    font-weight: bold;
}

.newPatientsMamber p {
    font-size: 24px;
}

.newPatientsMamber ul {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1010px;
    margin-top: 25px;
}

.newPatientsMamber ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: url(../images/new-patients-check.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 35px;
    background-position: 0 7px;
    margin: 6px 0px;
}

.newPatientsMamber ul li strong {
    color: #FFD965;
    font-size: 24px;
    font-weight: bold;
}

.newPatientsMamber a {
    text-transform: uppercase;
    background: #fff !important;
    color: #272f52 !important;
}

.newPatientsMamber a.bamBtn {
    margin-right: 0px;
    background: #b29640 !important;
    color: #fff !important;
}

.mobileVideo {
    display: none;
}

.newPatientsMamber .newPatientsPrice strong {
    color: #f7cd4d;
}

.dengerAlert {
    color: red;
    font-size: 23px;
    font-weight: 600;
}

.ppcPad{
	padding: 90px 0px;
}
.newPPCBanner{
	background: #fbfbfb;
}

.newPPCTitle{
	font-family: inherit;
	color: #272F52;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 40px;
}
.newPPCTitle strong{
	display: block;
	font-size: 61px;
	font-weight: 800;
	color: #b29640;
}
.newPPCcnt p{
	color: #4b5563;
	font-size: 20px;
}
.newPPCcnt .vdvdv{
	margin-left: 0px;
	background: #b29640;
	padding: 15px 45px;
	border: solid 2px #b29640;
}
.newPPCcnt .vdvdv:hover{
	background: transparent;
	color: #b29640;
}
.newPPCcnt .vdvdv img{
	width: 20px;
	position: relative;
	top: -2px;
	filter: invert(1) brightness(5);
}
.newPPCcnt .vdvdv:hover img{
	filter: none;
}
.newPPCcnt .dfnfg{
	padding: 15px 45px;
	background: transparent;
	border: solid 2px #272f52;
	color: #272f52;
}
.newPPCcnt .dfnfg img{
	width: 20px;
	filter: invert(1) brightness(1);
	position: relative;
	top: -2px;
}
.newPPCcnt .dfnfg:hover{
	background: #272f52;
	color: #fff;
}
.newPPCcnt .dfnfg:hover img{
	filter: none;
}
.newPPCcnt .banner_btn_group{
	margin-top: 30px;
}
.ppcbannerAddress{
	background: #fff;
	margin-top: 25px;
}

.newPPCcnt .newPatientsinr{
	color: #272F52;
	font-family: inherit;
	font-weight: 600;
	margin-top: 25px;
}
.newPPCcnt .newPatientsPrice{
	font-size: 28px;
	color: #272f52;
	margin-bottom: 0;
}
.newPPCcnt .newPatientsPrice strong{
	font-size: 55px;
}
.newPPCcnt .newPatientsPrice del{
        text-decoration-color: red;
        text-decoration: none;
        position: relative;
}

.newPPCcnt .newPatientsPrice del:after {
    position: absolute;
    left: 0;
    top: 17px;
    content: "";
    width: 100%;
    height: 3px;
    background: red;
    transform: rotate(
153deg);
}
.sameDaysCnt{
	display: inline-flex;
	width: 100%;
	margin-top: 25px;
}
.sameDaysCnt .sameDayBx{
	width: 100%;
	max-width: 33.33%;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	border-right: solid 1px #0000000f;
}
.sameDaysCnt .sameDayBx img{
	width: 47px;
}
.sameDaysCnt .sameDayBx .sameDayCnt{
	padding: 0px 15px;
}
.sameDaysCnt .sameDayBx .sameDayCnt p{
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #272f52;
}

.sameDaysCnt .sameDayBx:first-child{
	padding-left: 0px;
}
.sameDaysCnt .sameDayBx:last-child{
	border-right: none;
}
.PPCvideo{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.PPCvideo iframe{
	object-fit: cover;
	border-radius: 5px;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    transform: scale(1.3);
}
.PPCvideoinner{
   
}
.ppcTitle{
	font-family: inherit;
	color: #272F52;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 30px;
}
.ppcTitle strong{
	display: block;
	font-size: 51px;
	font-weight: 800;
	color: #b29640;
}
.ppcTitle small{
	font-weight: 300;
	font-size: 34px;
}

.ppcAbout p{
	color: #4b5563;
	font-size: 18px;
	line-height: 1.8;
}
.ppcAbout .sameDaysCnt{
	flex-wrap: wrap;
	margin-top: 15px;
}

.ppcAbout .sameDaysCnt .sameDayBx{
	width: 100%;
	max-width: 50%;
}
.newButtonList{
	margin-top: 25px;
}

.newButtonList .vdvdv{
	margin-left: 0px;
	background: #b29640;
	padding: 15px 45px;
	border: solid 2px #b29640;
}
.newButtonList .vdvdv:hover{
	background: transparent;
	color: #b29640;
}
.newButtonList .vdvdv img{
	width: 20px;
	position: relative;
	top: -2px;
	filter: invert(1) brightness(5);
}
.newButtonList .vdvdv:hover img{
	filter: none;
}
.newButtonList .dfnfg{
	padding: 15px 45px;
	background: transparent;
	border: solid 2px #272f52;
	color: #272f52;
}
.newButtonList .dfnfg img{
	width: 20px;
	filter: invert(1) brightness(1);
	position: relative;
	top: -2px;
}
.newButtonList .dfnfg:hover{
	background: #272f52;
	color: #fff;
}
.newButtonList .dfnfg:hover img{
	filter: none;
}
.book_appointmentPPC .head{
	margin-bottom: 45px;
}
.book_appointmentPPC p{
	color: #4b5563;
	font-size: 18px;
	line-height: 1.8;
}
.book_appointmentPPC .head p{
	margin-bottom: 5px;
}
.ppcAPBx{
	padding: 25px;
	border:solid 2px #dfdfdf;
	border-radius: 15px;
	height: 100%;
	text-align: center;
}

.ppcAPBx p{
	font-family: inherit;
	color: #272F52;
	font-weight: 600;
	line-height: 1.4;
}
.ppcAPBx .ppcAPBxIcon{
	width: 80px;
	height: 80px;
	display: inline-flex;
	background: #b296401c;
	border-radius: 100%;
	margin: 0px auto 15px;
	align-items: center;
	justify-content: center;
}
.ppcAPBx .ppcAPBxIcon img{
	width: 40px;
}
.ppcPad picture{
}
.ppcPad picture img{
	border-radius: 5px;
}
.ppcFeesBx .npSerBxinner{
	min-height: 320px;
}
.ppcFeesBx{
	border: solid 1px #f1f1f1;
	border-radius: 30px;
}
.ppcFeesBx h3{
	border-radius: 30px 30px 0px 0px;
}
.ppcFeesBx a.callBtn {
	border: solid 2px #353D5D;
	background: transparent;
	color: #353D5D;
	border-radius: 15px;
}
.ppcFeesBx a.callBtn img{
	width: 20px;
	filter: invert(1) brightness(1);
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.ppcFeesBx a.callBtn:hover img{
	filter: none;
}
.ppcFeesBx a.callBtn:hover{
	color: #fff;
	background: #353D5D;
}

.ppcFeesBx a.bookBtn{
	border-radius: 15px;
	border: solid 2px #B29640;
}
.ppcFeesBx a.bookBtn img{
	width: 20px;
	position: relative;
	top: -2px;
	filter: invert(1) brightness(5);
	margin-right: 5px;
}
.ppcFeesBx a.bookBtn:hover{
	background: transparent;
	color: #B29640;
}

.ppcFeesBx a.bookBtn:hover img{
	filter: none;
}
.ppcbg-light{
	background: #fbfbfb;
}
.ppcTitleH3{
	margin-top: 25px;
	font-family: inherit;
	color: #272F52;
	font-weight: 700;
	font-size: 28px;
}
.ppcTitleH3 strong{
	color: #b29640;
}
.edaSec .titel{
	font-family: inherit;
	font-weight: 700;
	line-height: 1;
}
.edaSec .titel strong{
	font-weight: 800;
}
.book_appointmentPPC .titel{
	font-family: inherit;
	font-weight: 700;
	line-height: 1.2;
	font-size: 34px;
}
.book_appointmentPPC .titel strong{
	font-weight: 900;
	color: #b29640;
	font-size: 46px;
}
.ppcHPSList p img{
	width: 40px;
	height: 40px;
}
.ppcHPSList p{
	margin-bottom: 25px;
}
.ppcWhychoose picture img{
	border-radius: 5px;
}
.edaSec .whyChooseImg img{
	border-radius: 5px;
}
.ppcTeam .textBxDEtails h3{
	font-family: inherit;
	color: #272F52;
	font-weight: 700;
}
.limitOfferSec ul{
	padding: 0px;
	margin-top: 25px;
}
.limitOfferSec ul li{
	list-style: none;
	display: inline-block;
	font-family: inherit;
	color: #272F52;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 25px;
	background: url(../images/new-patients-check.png);
	background-repeat: no-repeat;
}

.npSerBxinner ul li span a{
	color: #EE0707;
}

.ppcTitle strong span{
	color: #EE0707;
}

.googleCnt .gCqcImg{
	height: 46px;
	object-fit: contain;
}

.googleCnt .langu_img{
	height: 17px;
	object-fit: contain;
}
.edaSec .langu_img{
	object-position: left;
}
.ppcWhychoose .langu_img{
	object-position: left;
}

@media (max-width: 1599px) {
    .newPatientsCta ul li {
        font-size: 17px;
    }

    .npSerBxinner ul li {
        font-size: 15px;
    }

    .npSerBxinner {
        padding: 10px;
    }

    .npSerBx h3 {
        font-size: 20px;
    }

    .whyPatientsBx ul li {
        font-size: 16px;
    }

    .whyPatientsImg {
        height: 100%;
    }

    .whyPatientsImg img {
        height: 100%;
        object-fit: cover;
    }
    .newPPCTitle{
		font-size: 34px;
	}
	.newPPCTitle strong{
		font-size: 51px;
	}
	.sameDaysCnt .sameDayBx .sameDayCnt p{
		font-size: 16px;
	}
	.sameDaysCnt .sameDayBx img {
		width: 37px;
	}
	.ppcTitle strong{
		font-size: 41px;
	}
	.book_appointmentPPC .titel strong{
		font-size: 36px;
	}
	.ppcPad {
	    padding: 50px 0px;
	}
	.book_appointmentPPC .head {
	    margin-bottom: 0px;
	}
}


.bannerAddress{
    display: inline-flex;
    align-items: center;
    background: #f3f3f3;
    box-shadow: 0 0 50px #87afe12b;
    padding: 10px 15px;
    color: #135269;
    font-weight: 600;
    border-radius: 10px;
}
.bannerAddress img{
    width: 30px;
    margin-right: 5px;
}



@media (max-width: 1399px) {
    .newPatientsTitle {
        font-size: 20px;
    }

    .newPatientsTitle strong {
        font-size: 30px;
    }

    .newPatientsinr {
        font-size: 20px;
    }

    .newPatientsPrice {
        font-size: 28px;
    }

    .newPatientsPrice strong {
        font-size: 59px;
    }

    .newPatientsTag {
        font-size: 20px;
    }

    .newPatientsCta h2 {
        font-size: 34px;
    }

    .npSerBxBtn {
        padding: 15px 10px;
        padding-top: 0;
    }

    .npSerBxBtn a {
        font-size: 16px;
    }

    .npSerBxinner ul li {
        font-size: 13px;
    }

    .newPatientsTeamBx h3 {
        font-size: 21px !important;
    }

    .whyPatientsBx .newPatientsTitle {
        font-size: 30px;
    }
    .newPPCTitle {
        font-size: 24px;
    }
    .newPPCTitle strong {
        font-size: 40px;
    }
    .newPPCcnt .newPatientsPrice strong {
	    font-size: 45px;
	}
	.newPPCcnt .newPatientsPrice {
    	font-size: 23px;
	}
	.ppcAPBx{
		padding: 15px;
	}
	.ppcAPBx p{
		font-size: 16px;
	}
	.newPPCcnt p{
		font-size: 16px;
	}
	.sameDaysCnt .sameDayBx .sameDayCnt p {
        font-size: 13px;
    }
    .sameDaysCnt .sameDayBx img {
        width: 27px;
    }
    .sameDaysCnt .sameDayBx{
    	padding: 0px 5px;
    }
}

@media (max-width: 1199px) {
    .newPatientsTitle {
        font-size: 16px;
    }

    .newPatientsPrice strong {
        font-size: 49px;
    }

    .newPatientsPrice {
        font-size: 24px;
    }

    .newPatientsBanner .gCqcImg {
        height: 36px;
    }

    .newPatientsCta ul li {
        font-size: 15px;
        background-position: 0 4px;
    }

    .npSerBxinner ul li {
        font-size: 16px;
    }

    .npSerBx {
        margin: 10px 0px;
    }

    .newPatientsTeamBx picture {
        max-width: 250px;
        margin: 0px auto 25px;
    }

    .whyPatientsBx {
        padding: 15px 15px;
    }

    .whyPatientsBx ul li {
        font-size: 14px;
    }

    .newPatientsMamber p {
        font-size: 18px;
    }

    .newPatientsMamber p strong {
        font-size: 20px;
    }

    .newPatientsMamber ul li {
        font-size: 17px;
    }
    .ppcTitle strong {
        font-size: 34px;
    }
    .ppcTitle small{
    	font-size: 24px;
    }
    .ppcAbout p{
		font-size: 16px;
	}
	.ppcAPBx p {
        font-size: 14px;
    }
    .book_appointmentPPC .titel{
    	font-size: 24px;
    }
    .book_appointmentPPC .titel strong {
        font-size: 28px;
    }
    .whyList p {
        font-size: 18px;
    }
    .ppcWhychoose .listArea.list-2{
    	column-count: 2;
    }
}

@media (max-width: 991px) {
    .pPad {
        padding: 15px 0px;
    }

    .newPatientsCta {
        padding: 25px 15px;
    }

    .newPatientsCta h2 {
        font-size: 28px;
    }

    .newPatientsMamber {
        padding: 25px 0px;
    }
    .newPPCBanner{
		position: relative;
	}
	.newPPCBanner .PPCvideo{
		position: absolute;
		top: 0;
		left: 0;
	}
	.newPPCcnt{
		text-align: center;
        padding: 15px 5px;
        background: #00000096;
        border-radius: 5px;
	}
	.newPPCcnt .banner_btn_group{
		justify-content: center;
	}
	
	.sameDaysCnt .sameDayBx{
		flex-wrap: wrap;
		justify-content: center;
	}
	.sameDaysCnt .sameDayBx .sameDayCnt {
	    padding: 0px;
	    width: 100%;
	}
	.sameDaysCnt .sameDayBx .sameDayCnt p{
		color: #fff;
	}
	.sameDaysCnt .sameDayBx img{
		margin-bottom: 10px;
	}
	.newPPCTitle{
		color: #fff;
	}
	.newPPCcnt p{
		color: #fff;
	}
	.newPPCcnt .newPatientsinr{
		color: #fff;
	}
	.newPPCcnt .newPatientsPrice{
		color: #fff;
	}
	.ppcTitle{
		text-align: center;
	}
	.ppcAbout p{
		text-align: center;
	}

	.ppcAbout .sameDaysCnt .sameDayBx .sameDayCnt p{
		color: #272f52;
	}
	.ppcAbout .sameDaysCnt .sameDayBx{
		padding: 25px 0px;
	}
	.ppcPad {
        padding: 30px 0px;
    }
    .newPPCBanner{
        
    }
    .newPPCBanner .PPCvideo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
    }
    .newPPCcnt .newPatientsPrice strong{
        color:#fff;
        font-size: 60px;
    }
    .newPPCcnt .sameDaysCnt .sameDayBx img {
        filter: invert(1) brightness(6);
    }
    .newPPCcnt .dfnfg {
        border: solid 2px #ffffff;
        color: #ffffff;
    }
    .newPPCcnt .dfnfg img{
            filter: none;
    }
    .newPPCcnt .dfnfg:hover{
        border-color:#272f52;
    }
    .newPPCTitle strong {
        color: #f3c539;
    }
    .ppcWhychoose p{
        text-align: center;
    text-align-last: center;
    }
    .ppcTitleH3{
        text-align: center;
    }
    .ppcWhychoose .listArea.list-2 {
        max-width: 317px;
        margin: 0px auto;
    }
    .newPatientsTeamBx .textBxDEtails{
        padding-top:0px;
    }
    .newPatientsTeamBx picture {
        max-width: 250px;
        margin: 0px auto 15px;
    }
}




.conditions-bx {background-position: 100% 100%;background-repeat: no-repeat;border: 2px solid #ebe5f7;border-radius: 10px;display: inline-block;height: 100%;padding: 20px 25px;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;width: 100%;background: #fff;}

.conditions-bx .conditions-head {
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    flex-wrap: wrap;
    display: block;
    text-align: center;
}

.conditions-bx .conditions-head img {
    max-height: 47px;
    width: 100%;
    width: auto;
}

.conditions-bx .conditions-head h3 {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-top: 15px;
}

.conditions-bx .conditions-head h3 a {
    color: #4b4b4b;
    text-decoration: none;
}

.conditions-bx:hover .conditions-head h3 a {
    color: #fff;
}

.conditions-bx p {
    color: #777;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

.conditions-bx:hover {
    background-color: #272f52;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.conditions-bx:hover .conditions-head h3, .conditions-bx:hover p {
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.conditions-bx:hover .conditions-head img {
    filter: invert(0) brightness(5);
}
.newPPCcnt{
    text-align:center;
}
.bannerAddress picture{
    width:auto;
}

.gynaecologyNewBanner .gBnrOfferBX p.gPrice{
    font-size:40px;
}
.gynaecologyNewBanner .gBnrOfferBX p.gPrice strong{
    font-size:54px;
}
.gynaecologyNewBanner .gBnrOffer {
    padding: 35px 85px;
}
.gynaecologyNewBanner .exText {
    font-size: 30px !important;
    font-weight: 700;
    font-family: inherit;
}
.gynaecologyNewBanner .bannerAddress{
    margin-top:10px;
    margin-bottom:10px;
}
.gynaecologyNewBanner .banner_btn_group{
     margin-top:10px;
}
@media (max-width:1199px){
    .gynaecologyNewBanner .gBnrOffer {
        padding: 15px;
    }
    .gynaecologyNewBanner .exText {
        font-size: 23px !important;
    }
    .gynaecologyNewBanner .gBnrOfferBX p.gPrice {
        font-size: 30px;
    }
    .gynaecologyNewBanner .gBnrOfferBX p.gPrice strong {
        font-size: 40px;
    }
    .gynaecologyNewBanner .gBnrOffer p{
        font-sizE:15px;
    }
    .gynaecologyNewBanner .bannerAddress img{
        width:20px;
    }
    .gynaecologyNewBanner .bannerAddress{
        font-size:13px;
    }
}


@media (max-width: 767px) {
.cdBanner .langu_img{display: none;}

    .bannerAddress {
        font-size: 12px;
        font-weight: 500;
        border-radius: 5px;
    }

}

@media (max-width: 575px) {
    .mobileImg{
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         border-radius: 0px !important;
         opacity: 0.4;
         height: 100%;
         width: 100%;
         object-fit: cover;
         object-position: right;
         /* display: none; */
    }
    .mobileVideo {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0px !important;
        opacity: 0.4;
    }

    .newPatientsBanner {
        height: 78vh;
        display: flex;
        align-items: center;
        background: #000;
    }

    .newPatientsBanner.emergency-banner {
        padding: 0;
        height: 73vh;
        /* background: transparent; */
        /* background: linear-gradient(20deg, #272f52 0%, #b29640 100%); */
    }
    
    .newPatientsBanner.emergency-banner .container {
        position: static;
    }

    .newPatientsCnt {
        background: #ffffff40;
        border-radius: 15px;
        backdrop-filter: blur(3px);
    }

    .newPatientsBanner.emergency-banner .newPatientsCnt {
        /* background: transparent; */
        border: 0;
        padding: 20px;
        background: #0e0e0e54;
    }
    
    .emergency-banner .newPatientsCnt {
        padding-bottom: 15px;
    }

    .emergency-banner .newPatientsCnt {}

    .newPatientsTag {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .newPatientsCta h2 {
        font-size: 23px;
    }

    .dengerAlert {
        font-size: 17px;
    }

    .newPatientsBanner .newPatientsTitle {
        font-size: 23px;
        color: #fff;
        letter-spacing: 0;
        text-transform: capitalize;
        padding: 0px 25px;
    }

    .newPatientsBanner .newPatientsinr {
        color: #fff;
    }

    .newPatientsinr {
        font-size: 18px;
    }

    .newPatientsBanner .newPatientsPrice {
        color: #fff;
    }

    .newPatientsBanner .newPatientsPrice strong {
        color: #fff;
    }

    .newPatientsBanner .newPatientsTag {
        font-size: 20px;
    }

    .newPatientsBanner .dengerAlert {
        font-size: 20px;
    }

    .newPatientsBanner .dfnfg {
        display: none;
    }

    .newPatientsBanner .vdvdv {
        background: #fff;
        margin: 0;
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        padding: 20px 25px;
    }
    .newPPCTitle strong {
        font-size: 30px;
    }
    .ppcbannerAddress{
    	padding: 5px 7px;
    }
    .bannerAddress img{
    	width: 18px;
        height: 18px;
        object-fit: contain;
    }
    .newPPCcnt .banner_btn_group{
    	display: none !important;
    }
    .ppcTitle{
    	font-size: 22px;
    }
    .ppcTitle strong {
        font-size: 26px;
    }
    .ppcAbout p{
    	text-align: justify;
    	text-align-last: center;
    }
    .ppcAbout .sameDaysCnt .sameDayBx{
    	max-width: 100%;
    	border-right: none;
    }
    .sameDaysCnt .sameDayBx:first-child{
    	border-bottom: solid 1px #0000000f;
    }
    .book_appointmentPPC p{
    	font-size: 16px;
    }
    .ppcAPBx .ppcAPBxIcon {
	    width: 70px;
	    height: 70px;
	}
	.ppcAPBx .ppcAPBxIcon img {
	    width: 30px;
	}
	.newButtonList {
		flex-wrap: wrap;
		justify-content: center;
	}
	.newButtonList a{
		width: 100%;
		max-width: 300px;
		margin: 10px 0px;
	}
	.ppcFeesBx .npSerBxinner {
	    min-height: auto;
	}
	.googleCnt .gCqcImg {
	    height: 30px;
	}
	.googleCnt{
		text-align: center;
	}
	.edaSec .langu_img {
	    object-position: center;
	}
	.ppcWhychoose .langu_img {
	    object-position: center;
	}
	.newPatientsTeamBx{
		padding: 0px;
	}
	.ppcTitle strong{
	   display: inline-block;
	}
	.newPPCBanner{
	    padding:30px 0px;
	    
	}
	.ppcTitle small{
	    font-size:20px;
	}
	.newPPCBanner .google_reviews {
        height: auto;
    }
    .newPPCBanner .googleCnt .langu_img {
        height: 30px;
    }
    .gynaecologyNewBanner .exText {
        font-size: 19px !important;
    }
    .gynaecologyNewBanner .gBnrOfferBX p.gPrice {
        font-size: 20px;
    }
    .gynaecologyNewBanner .gBnrOfferBX p.gPrice strong {
        font-size: 34px;
    }
}

@media (max-width: 479px) {
    .newPatientsBanner .newPatientsTitle strong {
        font-size: 24px;
        font-weight: 600;
        text-shadow: 0px 4px 4px #00000040;
        line-height: 1.4;
    }

    .newPatientsBanner .newPatientsPrice strong {
        font-size: 45px;
        /* color: #b29640; */
    }

    .newPatientsBanner .newPatientsPrice {
        font-size: 21px;
    }

    .newPatientsBanner .newPatientsTitle {
        font-size: 19px;
        padding: 0px 15px;
        line-height: 2;
    }

    .newPatientsBanner .newPatientsCnt {
        padding-top: 20px;
    }

    .newPatientsBanner .newPatientsTag {
        font-size: 15px;
        padding: 10px 5px;
    }

    .newPatientsBanner .dengerAlert {
        font-size: 18px;
        text-shadow: 0px 4px 4px #00000052;
        color: #fff;
    }

    .newPatientsBanner {
        padding: 15px 0px;
    }

    .newPatientsBanner .langu_img {
        height: 33px;
    }

    .newPatientsCta h2 {
        font-size: 21px;
    }

    .newPatientsCta p {
        font-size: 15px;
        text-align: justify;
    }

    .newPatientsCta ul {
        max-width: 320px;
        text-align: left;
    }

    .newPatientsServcie .head p {
        font-size: 15px;
    }

    .newPatientsTitle strong {
        font-size: 24px;
    }

    .npSerBxinner {
        min-height: auto;
    }

    .whyPatientsBx .newPatientsTitle {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .newPatientsPrice {
        font-size: 20px;
    }

    .newPatientsPrice strong {
        font-size: 38px;
    }

    .newPatientsMamber ul li {
        font-size: 15px;
        text-align: left;
        padding-right: 0;
    }

    .newPatientsMamber ul {
        max-width: 320px;
        margin: 0px auto;
    }

    .npSerBxinner ul li {
        font-size: 14px;
    }
    .ppcTitle {
        font-size: 20px;
    }
    .ppcTitle strong {
        font-size: 20px;
    }
    .book_appointmentPPC .titel {
        font-size: 20px;
    }
    .book_appointmentPPC .titel strong {
        font-size: 24px;
    }
    .ppcTitleH3{
    	font-size: 20px;
    }
    .book_appointmentPPC p{
    	text-align: justify;
    	text-align-last: center;
    }
    .ppcAPBx p{
    	text-align: center;
    }
    .newButtonList a {
        max-width: 250px;
    }
    .ppcWhychoose .listArea.list-2 {
        column-count: 1;
    }
    .PPCvideo iframe{
    	border-radius: 0px;
    	transform: scale(2.2);
    	opacity: 0.5;
    }
    .hoExtra p i {
        margin: 0 0 0 3px;
        font-size: 12px;
    }
    .newPPCcnt .hoExtra p{
	    font-size:12px !important;
	}
	.ppcbannerAddress{
	    min-height:34px;
	}
	.newPPCcnt .googleCnt .gCqcImg{
	    width:61px;
	}
	.sameDaysCnt .sameDayBx img {
        width: 27px;
        height:27px;
        object-fit: contain;
    }
   
    .edaSec .whyChooseImg img{
        min-height:224px;
    }
    .newPatientsGallery{
        min-height:499px;
    }
  
}

@media (max-width: 375px) {
    .newPatientsBanner .newPatientsTitle strong {
        font-size: 23px;
        line-height: 1.4;
    }

    .newPatientsBanner .newPatientsTag {
        padding: 10px 15px;
    }
}

.xmassCnt{
	background: #FF4848;
	background: radial-gradient(circle,rgba(255, 72, 72, 1) 0%, rgba(254, 15, 12, 1) 100%);
	padding: 120px 0px;
	height: 82vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.xmassCnt .container{
	position: relative;
	z-index: 1;
}
.xmassCntTT{
	color: #fff;
	font-family: "Fredoka", sans-serif;
	font-size: 60px;
	margin-bottom: 25px;
	line-height: 1;
}
.xmassCnt h2{
	color: #fff;
	font-family: "Fredoka", sans-serif;
	padding: 0px 60px;
	margin-bottom: 25px;
}
.xmassCnt p{
	color: #fff;
	font-family: inherit;
}
.xmassDiv{
	padding: 0px 150px;
}
.ltTop{
	position: absolute;
	top: -6%;
	left: -2.5%;
	width: 100%;
	max-width: 20%;
}
.rgtTop{
	position: absolute;
	top: -6%;
	right: -2.5%;
	width: 100%;
	max-width: 20%;
}
.bottomTrees{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.2;
	height: 300px;
	object-fit: cover;
}
.rnBtn{
	background-color: #e3b421;
	border-radius: 6px;
	padding: 9px 22px;
	font-size: 20px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 25px;
}
.rnBtn:hover{
	color: #fff;
	background: #850c0b;
}
.max100{
    max-width:100% !important;
}
.mobile-header a.singleBtn {
    font-size: 24px !important;
    background: #272f52 !important;
    padding: 36px 0px !important;
    font-weight: 700 !important;
}


@media (max-width:1599px){
	.xmassCntTT{
		font-size: 50px;
	}
	.xmassDiv {
	    padding: 0px 110px;
	}
}
@media (max-width:1399px){
	.xmassDiv {
	    padding: 0px 60px;
	}
	.xmassCnt h2{
		padding: 0px;
	}
}
@media (max-width:1199px){
	.xmassCntTT {
        font-size: 40px;
    }
    .xmassCnt h2 {
        font-size: 30px;
    }
    .xmassCnt{
    	padding-bottom: 0px;
    	padding-top: 170px;
    }
    .ltTop {
	    top: -3%;
	    left: -1.5%;
	}
	.rgtTop {
	    top: -3%;
	    right: -1.5%;
	}
}
@media (max-width:991px){
	.xmassCntTT {
        font-size: 34px;
    }
    .xmassCnt h2 {
        font-size: 25px;
    }
    .xmassDiv {
        padding: 0px 0px;
    }
    .xmassCnt p{
    	font-size: 14px;
    }
}

@media (max-width: 575px){
	.ltTop {
        top: 0;
        left: 0;
        max-width: 35%;
    }
    .rgtTop {
        top: 0;
        right: 0;
        max-width: 35%;
    }
    .xmassCnt {
        padding-top: 130px;
    }
}

@media (max-width: 479px){
	.xmassCntTT {
        font-size: 26px;
    }
    .xmassCnt h2 {
        font-size: 19px;
    }
    .rnBtn {
    	font-size: 16px;
    	    margin-top: 15px;
    }
    .xmassCnt{
        height: 66vh;
    }
    .xmassCnt {
        padding-top: 110px;
    }
}
@media (max-width: 375px){
	
}

.chrisCnt {
    padding: 120px 0px;
}

.chrisCnt .container {
    position: relative;
    z-index: 1;
}

.chrisCnt .inner_titel {
    font-family: "Fredoka", sans-serif;
    margin-bottom: 15px;
}

.chrisCnt .head {
    margin-bottom: 55px;
}

.giftOfferBx {
    border: solid 2px #ff201e;
    border-radius: 15px;
    text-align: center;
    padding: 45px 25px;
    background: #fff0f0;
    height: 100%;
}

.giftOfferBx h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #272f52;
}

.giftOfferBx h3 strong {
    display: block;
    font-size: 40px;
}

.giftOfferBx p {
    padding: 0px 25px;
}

.xmassCnt {
    height: auto;
}

.chisLi {
    padding: 0px;
}

.chisLi li {
    margin-bottom: 20px;
}

.perfectSec {
    background: #FFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(254, 249, 235, 1) 100%);
	position: relative;
}
.perfectSecImg{
	position: absolute;
	top: 0;
	left: 0;
}
.perfectSecImg img{
	width: 100%;
	opacity: 0.1;
}
.howToUL {
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.howToUL li {
    margin: 40px 0px;
    text-align: center;
    width: 100%;
    max-width: 33.33%;
    position: relative;
}

.howToUL li .howToULBx {
    display: inline-flex;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.howToUL li .howToULBx span {
    width: 60px;
    height: 60px;
    background: #b296401f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 100%;
    border: dashed 2px #b29640;
    color: #272f52;
    margin-bottom: 25px;
}

.howToUL li .howToULBx .howToULInner {
    padding: 0px 25px;
    width: 100%;
}

.howToUL li .howToULBx .howToULInner h3 {
    font-family: "Fredoka", sans-serif;
    margin-bottom: 15px;
    font-size: 26px;
    color: #272f52;
}

.howToUL li .howToULBx .howToULInner p {
}

.howToUL li:nth-child(1) .howToULBx span, .howToUL li:nth-child(2) .howToULBx span, .howToUL li:nth-child(3) .howToULBx span {
    order: 2;
    margin-bottom: 0px;
    margin-top: 25px;
}

.chirsmasHowtoWork .head {
    margin-bottom: 45px;
}

.howToUL:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border: dashed 1px #e7e7e7;
}

.howToUL li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 1px;
    height: 40px;
    border: dashed 1px #e7e7e7;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.howToULBx span, .howToUL li:nth-child(4):before, .howToULBx span, .howToUL li:nth-child(5):before {
    bottom: auto;
    top: -39px;
}

.chrisWhy {
    /*background-image: url(images/chrismas-tree.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #f7f7f7c7;
    background-blend-mode: soft-light;*/
    background: #FF4848;
    background: radial-gradient(circle, rgba(255, 72, 72, 1) 0%, rgba(254, 15, 12, 1) 100%);
    position: relative;
}

.awardImg {
    display: inline-block;
}

.awardImg img {
    border-radius: 15px;
}

.chrisWhy .inner_titel {
    margin-bottom: 45px;
    color: #fff;
}

.chrisWhy ul li {
    color: #fff;
    background: transparent;
    padding-left: 0px;
}

.whiteScreen {
    position: relative;
}

.whiteScreenFloat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 281px;
    display: inline-flex;
    gap: 10px;
    overflow: hidden;
}

.whiteScreenFloat img {
    width: 100%;
    float: left;
    max-width: 84px;
}

.chirsmasHowtoWork {
    position: relative;
}

.chirsmasHowtoWork .whiteScreenFloat {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
}

.firstHanging {
}

.secHanging {
    position: relative;
    top: -30px;
}

.thrdHanging {
    position: relative;
    top: -60px;
}

.chrisWhyImg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 550px;
}
.chrisWhyImg img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: invert(1) brightness(5);
	opacity: 0.3;
}

.giftCTABx{
	padding: 100px 0px;
	background-image: url(images/gift-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
}
.giftCTABx .whiteScreenFloat{
	left: auto;
	right: 0;
}
.giftCTABx .inner_titel{
	    font-family: "Fredoka", sans-serif;
    margin-bottom: 15px;
}
.giftCTABx h3{
	font-family: "Fredoka", sans-serif;
	margin-top: 45px;
}
.giftCTABx .ldList{
	color: #b29640;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}
.giftCTABx hr{
	margin: 45px 0px;
}
.giftCTABx p a{
	color: #ff3938;
}
.perfectImg{
	border-radius: 15px;
}
.giftCTABx .container{
	position: relative;
	z-index: 1;
}


@media (max-width: 1599px){
	.giftOfferBx{
		padding: 35px 15px;
	}
	.giftOfferBx h3 {
	    font-size: 18px;
	}
	.giftOfferBx h3 strong {
	    font-size: 30px;
	}
	.chrisCnt .inner_titel{
		font-size: 28px;
	}
	.chirsmasHowtoWork .whiteScreenFloat, .giftCTABx .whiteScreenFloat{
		opacity: 0.2;
	}

}
@media (max-width: 1199px){
	.whiteScreenFloat{
		opacity: 0.2;
	}
}

@media (max-width: 991px){
	.chrisCnt {
	    padding: 60px 0px;
	}
	.xmassCnt{
		padding-bottom: 40px;
	}
	.chrisCnt .head {
	    margin-bottom: 15px;
	}
	.howToUL li{
		max-width: 100%;
	}
	.howToUL li:nth-child(1) .howToULBx span, .howToUL li:nth-child(2) .howToULBx span, .howToUL li:nth-child(3) .howToULBx span {
	    order: 1;
	    margin-bottom: 0px;
	    margin-top: 0;
	}
	.howToUL li:before{
		display: none;
	}
	.howToUL:before{
		display: none;
	}
	.howToUL li .howToULBx .howToULInner{
		order: 2;
		padding-top: 15px;
	}
	.howToUL li {
	    margin: 15px 0px;
	}
	.chrisCnt .inner_titel{
		padding-top: 25px;
	}
}

@media (max-width: 767px){
	.whiteScreenFloat {
        opacity: 0.1;
    }
    .chirsmasHowtoWork .whiteScreenFloat, .giftCTABx .whiteScreenFloat {
        opacity: 0.1;
    }
    .chrisWhyImg{
    	opacity: 0.3;
    }
    .giftCTABx .ldList{
    	font-size: 18px;
    }
}

