/*
Theme Name: Dr Elias Child
Template: dr-elias
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dr-elias-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* 
font-family:"Montserrat", serif;
font-family:"Raleway", serif;
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    /* scroll-padding: 6rem; */
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #FFC300;
    color: #000;
    text-shadow: none;
}

:root {
    --black:#000;
    --montserrat:"Montserrat", serif;
    --raleway:"Raleway", serif;
    --white:#ffff;
    --off-white:#f5f5f5;
    --blue:#005da5;
    --default-trans:all 0.3s ease-in-out;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    outline: none;
    overflow: hidden !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-behavior: smooth;
    color: var(--black) !important;
    font-family: var(--montserrat) !important;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}

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

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}


a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none;
}

.bg-cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* DEFAULT CSS SETTING END */

/* SLICK SLIDER CSS START */

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* SLICK SLIDER CSS END */


/* HEADER START */

header{
    background-color:var(--white);
    position: relative;
    border-bottom: 1px solid #c2c2c2;
}
.nav-top{
    border-bottom: 1px solid #e6e6e6;
    border-top: 15px solid var(--blue);
}
.nav-top ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin: 0;
    padding: 10px 0;
}
.nav-top ul a{
    color: var(--blue);
    font-size: 20px;
    line-height: 30px;
    transition: var(--default-trans);
}
.nav-top ul a:hover{
    color: var(--black);
}
.header-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
}
.sticky {
    position: fixed !important;
    top:-90px;
    transition: var(--default-trans);
    z-index: 99;
    box-shadow: 0px 4px 10px #0000000d;
    width: 100%;
    padding: 0;
}
.sticky .header-holder {
    padding: 38px 0 25px;
}
.nav_and_mail .nav_sec {
    width: 100%;
    margin: 0;
    padding: 0;
}
.nav_and_mail .nav_sec ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav_and_mail .nav_sec ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0px 40px;
    position: relative;
}
.nav_and_mail .nav_sec ul li:last-child{
    padding-right: 0;
}
.nav_and_mail .nav_sec ul li a {
    color: #171717;
    display: block;
    position: relative;
    z-index: 99;
    transition: var(--default-trans);
    font-size: 27px;
    font-weight: 400;
    line-height: 40px;
}
.nav_and_mail .nav_sec ul li.active>a:before,
.nav_and_mail .nav_sec ul li.current-menu-item>a:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.nav_and_mail .nav_sec ul li:hover>a,
.nav_and_mail .nav_sec ul li.active>a,
.nav_and_mail .nav_sec ul li.current-menu-item>a {
    color: var(--blue);
}
.nav_and_mail .nav_sec ul li.header-btns{
    display: none !important;
}
.nav_and_mail .nav_sec ul li ul {
    position: absolute;
    left: 25px;
    width: 250px;
    background-color: var(--blue);
    border: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 180%;
    transition: 0.3s;
    pointer-events: none;
    z-index: 111;
}
.nav_and_mail .nav_sec ul li:hover ul {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.nav_and_mail .nav_sec ul li ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}
.nav_and_mail .nav_sec ul li ul li+li {
    border-top: 1px solid #fff;
}
.nav_and_mail .nav_sec ul li ul li a {
    margin: 0;
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}
.nav_and_mail .nav_sec ul li ul li a:hover{
    color: var(--black);
}
.nav_and_mail .nav_sec ul li ul li.active>a{
    color: var(--black);
}
span.toggle-menu {
    display: none;
}
.nav_and_mail .nav_sec ul li .arw-nav {
    width: 13px;
    height: 10px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    cursor: pointer;
    background: url(images/arw-dekstop.png) no-repeat center;
    background-size: contain;
}
/* HEADER END */

/* BANNER SEC START */
.banner{
    position: relative;
}
.banner-text{
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
.banner-text h1{
    font-size: 96px;
    line-height: 105px;
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 35px;
}
.banner-text h4{
    font-size: 32px;
    line-height: 42px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--raleway);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.banner .row{
    align-items: center;
}
.banner .row-holder{
    padding: 50px 0 20px;
}
/* BANNER SEC end */

/* order sec start  */
.cmn-title{
    text-align: center;
    position: relative;
    z-index: 2;
}
.cmn-title h2{
    color: var(--blue);
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: var(--montserrat);
}
.cmn-title p{
    font-family: var(--raleway);
    font-size: 24px;
    color: #171717;
    margin-bottom: 15px;
    font-weight: 400;
}
.cmn-title p b{
    font-weight: 600;
    font-style: italic;
}
.brands-holder{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 33px;
}
.brands-holder li{
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-holder li a{
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0px 4px 20px #0000001a;
    padding: 10px;
    min-height:130px;
    min-width: 320px;
    transform: scale(1);
    transition: all ease-in-out 0.5s;
}

.brands-holder li a:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 20px #0000006b;
    transition: all ease-in-out 0.5s;
}
.order-sec{
    border-top: 1px solid #868686;
    border-bottom: 1px solid #868686;
    padding: 80px 0 150px;
}
.order-sec-2{
    padding: 80px 0 120px;
}
.order-sec .cmn-title{
    padding-bottom: 30px;
}
/* order sec end  */

/* about-sec start */
.about-sec .cmn-title h2{
    margin-bottom: 0;
}
.about-sec .cmn-title{
    background: #f7f7f7;
    padding-top: 90px;
}
.about-sec .row-holder .row-holder-content{
    padding: 110px 0 80px;
    border-bottom: 1px solid #868686;
}
.about-sec .row-holder .row-holder-content:last-child{
    border-bottom: none;
}
.about-sec .row-holder .row-holder-content:nth-child(even) .row{
    flex-direction: row-reverse;
}
.about-sec .row-holder .row-holder-content:nth-child(even) .row .img-info{
    background: #f7f7f7;
}
.about-sec .row-holder .row-holder-content{
    background: #f7f7f7;
}
.about-sec .row-holder .row-holder-content:nth-child(even){
    background: var(--white);
}
.about-content p {
    color: #171717;
    font-family: var(--raleway);
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 32px;
}
.about-content p:last-child{
    margin-bottom: 0;
}
.about-img-info-box {
    box-shadow: 4px 4px 2px #00000038;
}
.about-img{

}
.img-info{
    background: var(--white);
    padding:35px;
}
.img-info p{
    color: #171717;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 32px;
}
.about-content {
    padding-left: 50px;
}
.about-sec .row-holder .row-holder-content:nth-child(even) .row .about-content{
    padding-left: 0px;
    padding-right: 50px;
}
/* about-sec end */

/* author-sec start */
.author-sec{
    background-size: 100% 100% !important;
    padding: 80px 0;
}
.author-sec .cmn-title h2{
    color: var(--white);
}
.author-sec .cmn-title{
    padding-bottom: 40px;
}
.author-content {
    text-align: center;
    max-width: 1175px;
    margin: 0 auto;
}
.author-box{
    background: var(--white);
    padding-top: 205px;
}
.author-img{
    position: relative;
    padding: 30px;
    border-radius: 50%;
    border: 1px solid #171717;
    width: 360px;
    height: 360px;
    margin: 0 auto -180px;
}
.author-img img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    /* border: 1px solid #171717; */
}
.author-content p{
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #191919;
    margin-bottom: 40px;
}
.author-content  h4{
    color: var(--blue);
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 60px;
    font-family: var(--montserrat);
}
/* author-sec end */

/* .excerpt-sec start  */
.excerpt-sec{
    padding: 95px 0;
    border-bottom: 1px solid #868686;
}
.excerpt-sec .cmn-title h2{
    margin-bottom: 17px;
    font-weight: 600;
}
.excerpt-sec .cmn-title {
    padding-bottom: 35px;
}
.excerpt-form form, .mc4wp-form-fields{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.excerpt-form form .input-wrapper{
    margin-bottom: 15px !important;
}
.excerpt-form form .input-wrapper input {
    border: 2px solid #777777;
    color: var(--black);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    padding: 23px 32px;
    min-width: 470px;
}
.excerpt-form form .input-wrapper input::placeholder{
    color: #3d3a3a;
}
.excerpt-form form .input-wrapper input:focus-within{
    outline: none;
}
.excerpt-form form .input-wrapper input[type="submit"]{
    min-width: 270px;
    border: 2px solid transparent;
    background: var(--blue);
    color: var(--white);
    transition: var(--default-trans);
    font-weight: 500;
}
.excerpt-form form .input-wrapper input[type="submit"]:hover{
    border: 2px solid var(--blue);
    color: var(--blue);
    background: var(--white);
}

.wpcf7-spinner{
    display: none !important;
}
/* .excerpt-sec end  */

/* blog-sec start  */
.blog-sec{
    padding: 100px 0 95px;
    background: var(--off-white);
}
.blog-slider-box {
    margin: 30px 14px;
    box-shadow: 0px 5px 11px #00000087;
    background: var(--blue);
}
.blog-img img{
    min-height: 365px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.blog-content{
    padding: 30px;
    color: var(--white);
}
.blog-content h3{
    color: var(--white);
    margin-bottom: 20px;
    font-family: var(--montserrat);
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}
.blog-content p{
    font-family: var(--montserrat);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog-slider{
    position: relative;
}
.blog-slider .slick-arrow,.brands-holder .slick-arrow {
    border: none;
    background: transparent;
    font-size: 33px;
    font-weight: 400 !important;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-slider .slick-next{
    right: -50px;
}
.blog-slider .slick-prev{
    left: -50px;
}
.brands-holder .slick-next{
    right: 0px;
}
.brands-holder .slick-prev{
    left: 0px;
}
.brands-holder .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
}
.blog-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.blog-slider  .slick-dots li button {
    /* font-size: 0;
    border: none; */
    display: none;
}
.blog-slider  .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--black);
    margin: 0 10px;
}
.blog-slider .slick-dots li.slick-active {
    background: var(--blue);
}
/* blog-sec end  */

/* testi-sec start  */
.testi-sec{
    padding: 100px 0;
    background: #f5f5f5;
}
.testi-sec .cmn-title{
    padding-bottom: 50px;
}
.testi-slider-holder .slick-arrow-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.testi-slider-holder .slick-arrow-holder .slick-arrow{
    color: #ababab;
    transition: var(--default-trans);
    border: none;
    background: transparent;
    font-size: 40px;
    font-weight: 400 !important;
    padding: 0;
    z-index: 1;
    line-height: 40px;
}
.testi-slider-holder .slick-arrow-holder p{
    font-family: var(--montserrat);
    font-weight: 500;
    color: #171717;
    font-size: 22px;
    line-height: 32px;
}
.testi-slider-holder .slick-arrow-holder .slick-arrow:hover{
    color: #141414;
}
.testi-slider-holder .slick-arrow-holder p{
    margin: 0;
}
.testi-slider-box{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.testi-img{
    width: 180px;
    height: 180px;
    margin: 0 auto 35px;
    border-radius: 50%;
}
.testi-img img{
    width: 100%;
    height: 100% !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.testi-slider-box p{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 32px;
    margin-bottom: 15px;
}
.reviewer{
    padding-top: 70px;
    padding-bottom: 15px;
}
.reviewer h4{
    font-weight: 600;
    font-size: 30px;
    color: var(--blue);
    line-height: 35px;
    margin-bottom: 20px;
}
.reviewer h4 span{
    display: inline-block;
    position: relative;
}
.reviewer h4 span::after{
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translate(0,-50%);
    width: 30px;
    height: 3px;
    background: var(--blue);
}
.reviewer p{
    max-width: 380px;
    margin: 0 auto 15px;
    font-size: 18px;
    line-height: 28px;
}
/* testi-sec end */

/* footer start  */
footer{
    background-size: 100% 100% !important;
    padding-top: 145px;
}
.footer-top{
    border-bottom: 3px solid var(--white);
}
.foot-logo {
    text-align: center;
    padding-bottom: 70px;
}
.foot-logo a {
    display: inline-block;
}
.foot-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 50px;
}
.footer-top ul{
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 90px;
    padding-bottom: 50px;
}
.footer-top ul li a{
    font-weight: 600;
    color: var(--white);
    font-size: 30px;
    line-height: 40px;
    transition: var(--default-trans);
    display: inline-block;
    position: relative;
}
/* .footer-top ul li a::after,.footer-end p a::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--white);
    transition: var(--default-trans);
} */
/* .footer-top ul li a:hover::after,.footer-end p a:hover::after{
    width: 100%;
} */
.foot-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 40px;
    color: var(--blue);
    transition: var(--default-trans);
    border: 1px solid transparent;
}
.foot-links a:hover{
    border: 1px solid white;
    background: transparent;
    color: var(--white);
}
.footer-end{
    padding: 25px 0 35px;
}
.footer-end p{
    margin-bottom: 0;
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.footer-end p a{
    color: var(--white);
    transition: var(--default-trans);
    position: relative;
}
/* footer end  */

/* default page css start  */
.default-page-title {
    padding: 30px 0;
}
.default-page-content {
    padding-bottom: 30px;
}
.default-page-title h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 0 !important;
    color: var(--blue);
}
.default-page-content h2,.default-page-content h3,.default-page-content h4,.default-page-content h5,.default-page-content h6{
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 25px;
    font-family: var(--montserrat);
}
.default-page-content h2 {
    font-size: 48px;
    line-height: 58px;
}
.default-page-content h3 {
    font-size: 44px;
    line-height: 55px;
}
.default-page-content h4 {
    font-size: 40px;
    line-height:50px;
}
.default-page-content h5 {
    font-size: 35px;
    line-height: 45px;
}
.default-page-content h6 {
    font-size: 30px;
    line-height: 40px;
}
.default-page-content ul{
    list-style: disc !important;
}
.default-page-content ul,.default-page-content ol{
    padding-left: 45px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.default-page-content ul li,.default-page-content ol li{
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #171717;
}
.default-page-content ul li:last-child,.default-page-content ol li:last-child{
    margin-bottom: 0;
}
.default-page-content p{
    color: #171717;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 15px;
}
.default-page-content a{
    transition: var(--default-trans);
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    color: var(--blue);
}
.default-page-content a:hover{
    color: var(--black);
}
.alignleft{
    float: left;
    margin: 15px 15px 15px 0;
}
.alignright{
    float: right;
    margin: 15px 0 15px 15px;
}
.aligncenter{
    float: none;
    max-width: 15px auto;
}



/* CSS FIX */
.excerpt-form form {
	display: initial!important;
}
.excerpt-form .mc4wp-alert.mc4wp-success p, .excerpt-form .mc4wp-alert.mc4wp-error p {
	text-align: center;
}