/*
Theme Name:  Dudhshree theme
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#151515;
--secondarycolor:#132b6c;
--tertiarycolor:#dfb241;
  /* Font Variables: */
--primaryfont:'Philosopher', sans-serif;
--secondaryfont:'Roboto', sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:#353535;font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}
.line{width: 150px; height: 4px; background: var(--tertiarycolor); margin-bottom: 1.5rem}

.framed{width: 461px; margin-left: 2.5rem;  box-shadow: 10px 10px 0px #fff, 15px 15px 0px var(--tertiarycolor);border: 1px solid #e6e6e6;margin-bottom: 1.6rem;height: 348px;object-fit: cover;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: #157ED0;text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding-top: 10px;background: #fff;}
.header_area .row{align-items:center}
#top-bar{text-align: right;width:460px;float:right;display: flex;justify-content: space-evenly;align-items: center;margin-bottom: 0.5rem;}
#top-bar a{border:1px solid #fff;border-radius: 100px;padding:4px 1rem;/*! color:#fff; */}
#top-bar i{margin-right:10px}
.btn1{margin-right:20px}
.btn1 i{color:var(--tertiarycolor)}
.btn1:hover{background:var(--tertiarycolor);}
.btn1:hover i{color:#fff}
.btn2{background:var(--tertiarycolor);border:1px solid var(--tertiarycolor) !important;margin-right: 0;}
.btn2:hover{background:transparent}
.btn2:hover i{color:var(--tertiarycolor)}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:130px;}
.iso{color: var(--color1); background:#fff;font-weight: 400;padding: 0 1rem;border-radius: 20px;width: 130px;line-height: 1.5;text-align: center;/*! margin: 0 auto; */font-size: 0.8rem;}
#bottom .iso{margin:5px 1rem;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}

h1 {font-size: 3.5rem;color:#fff;letter-spacing: 1px;}
h2 {font-size: 2.5rem;margin-bottom:1.5rem}
h3 {font-size: 28px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--tertiarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

#counter{width: 100%;float: left;color: #fff;text-align: center;background-size: cover;position: relative;}
#counter .progressbar-text{font-weight: 600;}
#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0.1em auto; width: 100%;  height: 70px;position: relative;}

#speed-score-circle b{display: none !important;}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:var(--tertiarycolor);padding: 0.5rem 3rem;margin:2rem auto;display: table;color:var(--primarycolor);transition: .6s ease-in-out;border-radius: 2rem}
.btn-primary:hover{background:var(--primarycolor);color:#fff;}

.more-btn{padding: 10px 35px;border: 1px solid var(--secondarycolor);margin:1rem 0;display:inline-block}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }

#slider{/*! background:url('https://www.dudhshreemilk.com/wp-content/uploads/2024/10/sliderbg.jpg') no-repeat center; *//*! background-size:cover; *//*! position: relative; *//*! height: 800px; */}
#slider .item{/*! position: relative; *//*! width:650px; *//*! border-radius:87%; *//*! overflow:hidden; *//*! z-index: 1; */}
#slider .owl-nav .owl-next, #slider .owl-prev {position: absolute;top:40%;transition: 0.6s;font-size:45px;color:#fff;opacity:0;}
#slider:hover .owl-nav .owl-next{display: block;transition: 0.6s;opacity:1.0;}
#slider:hover .owl-nav .owl-prev{display: block;transition: 0.6s;opacity:1.0;}
#slider .owl-nav .owl-next:hover, #slider .owl-nav .owl-prev:hover {color: #fff; transition: 0.6s;}
#slider .owl-nav .owl-prev {left: 20px;display: block;transition: 0.6s; }
#slider .owl-nav .owl-next {right: 20px;display: block;transition: 0.6s;}
#slider .owl-next span, #slider .owl-prev span{background-color: var(--secondarycolor);}
#slider .row{padding-top:12rem;}
.textblock{z-index: 3;position: relative;}
#slider h1{margin-top:2rem}

#slider:before{content:"";background:url('https://www.dudhshreemilk.com/wp-content/uploads/2024/09/milk-effect-n.png') no-repeat center;background-size:100%;position: absolute;left: 0;right:0;bottom:-13rem;height: 641px;z-index: 99;display: none;}


#about{padding: 4rem 10px;width: 100%;z-index:99;position: relative;/*! background: url('https://www.dudhshreemilk.com/wp-content/uploads/2024/08/dotter-circle-bg.png') no-repeat; */background-position: bottom;background-size: 82%;overflow: hidden;/*! text-align: center; */}
.page-id-115 #about{padding: 0rem 0 0rem; background: none !important;}
#about .row{align-items:center}
#about .col-md-7 p{text-align: justify}
.abtimg{width:500px;position:relative;margin: 0 auto;}
.counter{position: absolute;width:220px;background:var(--tertiarycolor);padding:2rem;text-align: center;border-radius: 1rem;right: 4rem;margin: -6rem auto 0;}
.counter h2{font-size:5rem;line-height: 1;color:var(--secondarycolor);margin: 0;}
.counter p{font-weight:600}
.aboutsection2{width:100%;margin-top:2rem;}
#about .btn-primary{margin:2rem 0 0;}
.abox{width:calc(100%/3 - 2rem);margin:2rem auto 0;background:#f3f3f3;padding:2rem 1.5rem;text-align:center;border-radius:1rem;transition:0.6s ease}
.abox img{margin: 0 auto;transition:inherit}
.abox .btn-primary{margin:1.5rem auto 0 !important;text-transform: capitalize;padding:5px 1.5rem}
.abox:hover{box-shadow: 5px 10px 15px 2px rgb(0,0,0,0.4)}
.abox:hover img{transform:rotateY(360deg)}
.movingcircle{background: url('https://www.dudhshreemilk.com/wp-content/uploads/2024/08/dotter-circle-bg.png') no-repeat;
  background-position: bottom center;
  background-size: initial;
width: 100%;
position: absolute;
bottom: 0;
/*! z-index: -1; */
 
height: 100%;
margin: 0 auto;
left: 0;
right: 0;
animation: rotation 30s infinite linear;
}
@keyframes rotation {

  100% {
    transform: rotate(360deg);
  }
}
.block-hdnews{height:60px;width: 100%;}
#news{background:#f1f1f1;padding: 1rem;text-align: left;  width: 100%;display: flex;gap: 1rem;align-items: center;}
#news h2{font-size:2rem;width:25%;margin: 0}
#news h1{color:var(--primarycolor);margin-top: 2.5rem;}
#news ul{display: flex}
#news li{list-style: none;display:flex;padding: 5px 0;border-bottom: 1px solid #888;}
#news li img{width:60px;height: 60px;}
#news .col-md-3{width:20%;}
#news .col-md-9{padding:0.5rem 0;max-width: 80%;}
#news .btn{float:right;color:var(--secondarycolor);font-style:italic;text-decoration:underline !important;font-size:15px}
#news h3{font-size:16px;font-weight: 500;margin:0;color:#000;font-family:var(--secondaryfont)}
.Republic.day-sec {text-align: center;}
#missions{width:100%;padding:4rem 0}
.serviceBox{padding: 5px 0 0;text-align: center;}
#newsbtn{margin: 0 auto; display: table;}

#facts{background:#f1f1f1;padding: 3rem 0;text-align: center}
#facts .row{justify-content:center;gap:1.2rem}
.factbox{flex:1 0 200px;background:#fff;max-width:270px;padding: 2rem;border-radius: 1rem;}
.progresstext{font-weight:900;font-size:2rem;color:var(--tertiarycolor)}
.countertitle{text-transform:uppercase}

#services{width: 100%;padding: 4rem 0;background:url('https://www.dudhshreemilk.com/wp-content/uploads/2024/08/Services-bg-img.jpg');text-align:center}
#services h2{color:#fff}
#services .row{justify-content: center;gap:2rem}
.sbox{flex: 1 0 300px;max-width: 380px;}
.imgbox{background:url('https://www.dudhshreemilk.com/wp-content/uploads/2024/08/milk-1.png') no-repeat center;background-size: 100% 100%;padding:2.6rem;width:320px;margin:0 auto;height: 320px;}
.sbox img{width:240px;margin: 0 auto;border-radius: 50%;border: 4px solid #157ED0;}
.sbox:nth-child(2) .imgbox{background:url('https://www.dudhshreemilk.com/wp-content/uploads/2024/08/milk-2.png')no-repeat center center;background-size: 100% 100%;}
.sbox h3,.sbox p{color:#fff}

#connect{padding:4rem 0 2rem;text-align:center}
#connect ul{display: flex;justify-content: center;gap:0.5rem;margin-top:1rem}
#connect li{list-style:none}
#connect a{width:40px;display:block}
#connect a:hover{opacity: 0.7}

#business{width: 100%;padding: 4rem 0;text-align:justify}
#business .btn-primary{margin:2rem 0 0}
.doubleimage{width:480px;margin: 0 auto;}
.doubleimage img{width:230px;}
.bo1{float:left}
.bo2{margin-top:4rem;float:right}

#gallery{width:100%;text-align:center}

.column{column-count: 2; margin-bottom: 0 !important; padding-bottom: 0 !important;}
.column3{column-count: 3;}

.formbg{width:700px;margin:2rem auto 0;max-width: 100%;}
.formbg{border: 5px solid;display: table;padding: 1.5rem;border-radius: 1rem;background:#f3f3f3;margin-top: 0;}
.wpcf7-spinner{display:none !important;}

.contactBox{padding-left: 110px;margin-bottom: 2rem;position: relative;}
.contactBox a{color:#353535 !important;}
.contactBox .contact-icon{
    background-color: #eee;
    font-size: 40px;
    text-align: center;
    line-height: 71px;
    height: 70px;
    width: 70px;
    box-shadow: 5px 5px var(--tertiarycolor);
    position: absolute;
    left: 0;
    top: 0;
}
.contactBox .title{
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    margin: 0 0 5px !important;
    padding-top: 5px !important;
    font-family: var(--secondarycolor);
    color: #000 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.contactBox .description{
    color: #555;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 0;
}
@media only screen and (max-width: 1199px){
    .contactBox{ margin: 0 0 40px; }
}
@media only screen and (max-width: 479px){
    .contactBox{ padding: 0; text-align: center;}
    .contactBox .description{text-align: center !important;}
    .contactBox .contact-icon{
        margin: 0 0 20px;
        position: relative;
        margin: 0 auto 1rem
    }
}

#blog{width:100%;padding:4rem 0; }
#blog .col-md-4{margin:3rem 0.5rem 0;width:31%;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;padding:0; border: 1px solid #eee;}
.blog-thumbnail img{width: 100%;}
#blog .col-md-4:hover{box-shadow:12px 15px 20px 0px rgba(46,61,73,0.15) ;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;}
#blog .col-md-4 .post-title{font-size:25px;color:var(--primarycolor);margin:10px 0;display: block;line-height:35px; text-align: center;}
#blog .col-md-4 .post-title:hover{color:var(--secondarycolor);}
#blog .col-md-4 p{text-align: justify;margin:0 0 25px;padding:0 15px;}
#blog .btn-primary{/*! margin:2rem auto 0; */ /*! padding:5px 20px; */ /*! font-size:12px; */ /*! background: #fff; */ /*! color:var(--secondarycolor); */
    /*! border:1px solid var(--secondarycolor); */}


#single-post {padding:3rem 0;}
#single-post .post-title{font-size:1.5rem;color:var(--primarycolor);margin:1rem 0;display: block;border-bottom: 1px solid #eee;line-height: 3rem;}
#single-post .post-title:hover{color:var(--secondarycolor);}
#single-post p{margin-bottom: 25px;text-align:justify;}
#single-post img{max-width: 100%;height: auto;margin:0 auto 25px;}
#single-post #featured-img img{max-width: 100%;display: block;margin-top:35px;height: auto;}
.postid-278 #single-post img{display:none!important; }

#contactform{margin: 0 0 20px 0;line-height: 20px;}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px !important;text-align: center;color: #000 !important;padding-bottom: 0 !important;border-bottom: 0 !important;margin-bottom: 0.5rem !important;}
#contactform i{font-size:26px;}
#contactform p{margin: 0;}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}
#contactform input{width: 100%;background: transparent;border: 1px solid var(--primarycolor);padding: 10px 20px;margin: 10px 0;}
#contactform select{width: 100%;background: #FFF;border: 1px solid #ccc;padding: 10px 20px;
	margin: 10px 0;color:var(--primarycolor);-webkit-border-radius:0px}
#contactform textarea{width: 100%;height: 125px;background: rgba(255,255,255,0.2);border: 1px solid var(--primarycolor);padding: 20px;margin: 10px 0;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	background: rgba(255,255,255,0.5);border: 1px solid var(--tertiarycolor);color:var(--tertiarycolor)}


::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--tertiarycolor);color: #fff;text-transform: uppercase;cursor: pointer;border: none;margin: 15px auto;display: table;width: 160px;transition: 0.6s ease-in-out;letter-spacing: 1px;border: 1px solid var(--tertiarycolor);height: 48px;-webkit-border-radius: 2rem;}
#contactform input.wpcf7-submit:hover{background: var(--secondarycolor);color: #fff;}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {}
.post a {color: #000;}

.list{margin-bottom: 0; position: relative;margin-bottom: 1.4rem;}
.list:before{content: ""; position: absolute; top: 8px; bottom: 0; left: 13px; width: 4px; height: 100%;background: #f7f7f7;}
.list li {list-style :none;padding: 0 0px 20px 2.5rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:#000 !important;content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem;background: var(--tertiarycolor); width: 28px; height: 28px; position:absolute;left:0rem;top:2px; font-size:13px; }
.list li:nth-last-child(1){padding-bottom: 0;}


#pagetitle {display:flex;text-align: center;background:url('https://www.dudhshreemilk.com/wp-content/uploads/2024/10/sliderbg.jpg') no-repeat center;color:#fff;background-size:cover;position: relative;width: 100%;height: 350px;align-items:end;justify-content: center;padding-bottom:4rem}
#pagetitle h1 {color:#fff;text-align: center;font-size: 2.5rem;margin-bottom: 0;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 15px;color: #fff;}
.breadcrumb a{color:#fff}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
/* #pagetitle .breadcrumb> a {color: #fff} */

.page-id-165 #main h2{font-size: 36px}
#main, #time-line{padding: 3rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;text-align:justify;}
#main a{color:var(--secondarycolor);}
#main a:hover{color:var(--primarycolor);}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}
#main ul+h3{margin-top: 2.2rem}
#main h3{color: var(--secondarycolor); border-bottom:2px dashed #ccc; padding-bottom:8px; margin-bottom: 1.2rem;font-size: 34px;}
#main p+h3, #main .row+h3{ margin-top:2rem;}
#main .center-text{text-align: center; color: #000; border-bottom: 0; margin: 0 0 1rem; font-size: 28px; position:relative; margin-bottom:2rem; padding-bottom:1rem}
#main .center-text:before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; width: 150px; height:4px; background: var(--tertiarycolor); margin: 0 auto ; }
#main .boxed-img{border: 5px solid #f1f1f1}
#main .light-text{width: 100%; margin: 0 auto;text-align: center; border: 2px solid var(--tertiarycolor);background: #f8f8f8;padding: 1.5rem 1.5rem 0;}
#main .light-text p{text-align: center; color: #000 !important; margin-bottom: 1.3rem;}
#main .light-text p.title{font-family: var(--primaryfont); color: var(--tertiarycolor) !important;font-size: 30px;font-weight: 600;line-height: 1.2;margin-bottom: 1.3rem !important;}
#main .light-text br{position: absolute;display: none;}
#main .image-wrap{margin-top: 2rem}

.sticky img{position: sticky; top:1rem; border-radius: 25px}

.playstore-section{display: flex; flex-direction: column; gap: 0.5rem; margin: 2.8rem 0 0;align-items: center;}
.playstore-section .btn{display: flex; align-items: center; justify-content: center; padding: 12px 40px; font-weight:400 ;border-radius: 50px; background: #000;  color: #fff !important;}
.playstore-section .btn img{width: 35px; margin-right: 1rem}
.playstore-section .btn:hover{background: #303030}
.playstore-section  .scanner{width: 180px; height: 180px; text-align: center; border: 5px solid #ccc;}


.row2{gap:2rem; justify-content:center}
.step-image{flex: 1 0 280px; max-width: 400px;border:5px solid #f1f1f1 }
.step-image img{width: 100%;}

.row3{gap:1.2rem 1.8rem; justify-content:center}
.row3 p:empty, .row3 br{display: none !important; position: absolute }
.download-btn{flex: 1 0 280px;background: #0893EA; color: #fff !important;border-radius: 50px;   transition: 0.5s ease;text-transform: uppercase;display:flex; align-items:center; font-weight: 600; padding: 0.6rem 0.7rem;max-width: 340px;padding-right: 1.6rem;}
.download-btn:before{content: "\f1c1";font-family:'Font Awesome 5 Free'; transition: 0.5s ease;font-weight:500;width: 40px; height: 40px;background: #fff; color: #000; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-right:1.8rem;  font-size: 21px;}
.download-btn:hover:before{transform: rotate(360deg)}
.download-btn:hover{filter: brightness(1.2)}

.widget {padding: 0 1rem;margin-top:1.5em}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}

.paginate{text-align: center;margin:0 auto;}
.wp-pagenavi {clear: both;padding: 1.5rem 0;}
.wp-pagenavi a {display:inline-block;padding: 0.1rem 1.2rem !important;margin: 2px;border: 1px solid #ccc;color: var(--primarycolor);background: #fff;border-radius: 3px;}
.wp-pagenavi a:hover {color: #fff !important;background: var(--secondarycolor);}
.wp-pagenavi span.pages {padding: 0.3rem 1.2rem !important;margin: 3px;border-radius: 3px;border: 1px solid #ccc;}
.wp-pagenavi span.current {padding: 0.7rem 1rem;margin: 3px;font-weight: 700;border: 1px solid #ccc;background: var(--secondarycolor);border-radius: 3px;color: #fff;}
.wp-pagenavi span.extend {padding: 15px;margin: 3px;border: 1px solid #000;color: #fff;background: #000;}
.wp-pagenavi .next-comment-page,.wp-pagenavi .previous-comment-page {padding: 12px 14px;border: 1px solid #aaa;}
.wp-pagenavi a.nextpostslink {font-weight: 500;padding: 0.2rem 1rem !important;color: var(--secondarycolor);}


#respond {padding:10px;background:#fafafa;border:1px solid #ddd;border-radius:5px;margin:5px;}
#respond h4{margin:0 0 10px 0;}
#respond h3{color:var(--tertiarycolor)}
#respond p{margin:0 0 10px 0;border:none !important;}
#respond input, #respond textarea {padding: 1rem 2rem;background: #f5f5f5;border: 1px solid #ccc;color: var(--tertiarycolor);}
#respond input:focus, #respond textarea:focus {background:#fff;}
#respond textarea{width:500px;max-width:90%;}
#respond textarea:focus{outline:none;}
#respond input#author{width:200px;margin:0 5px 0 0;}
#respond input#email{width:200px;margin:0 5px 0 0;}
#respond .copy{display: none}

#bottom {background: url('https://www.dudhshreemilk.com/wp-content/uploads/2024/10/Footerbg.jpg') no-repeat center bottom;color:#fff;font-size: 15px;padding: 4rem 0 1rem;background-size: cover;}
#bottom img{width:200px;margin-top:1rem}
#bottom a {color: #fff;}
#bottom a:hover {color:var(--tertiarycolor);}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: #fff;margin-bottom:2rem;font-size: 25px;}
#bottom .widget li {border: none;text-decoration: none;color:#fff ;list-style: none;}
#bottom .social a{width: 38px}

#bottom .footer-contact li{line-height:20px;display:flex;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}

.social{margin-top:-1.5rem}
.social li{display:inline-flex !important;margin:10px 0px !important; margin-bottom: 0 !important;}
.social li img{width:36px;transition:0.6s ease-in-out}
.social li:before{display:none}
.social li a:hover{opacity:0.7}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f3c5"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .phone:before {content: "\f095"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}


#footer {clear: both;margin-top:7.5rem;font-size:14px;color:#000}
#footer a{color:#000}

.fleft {float: left;}
.fright {float: right;}

.phone-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
    /*! background:var(--secondarycolor); */
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999;
  display: inline-block;
  line-height: 65px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color:var(--tertiarycolor);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none !important;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--tertiarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
    #top-bar{display: none}
    #logo img{/*! width: 180px; */height: auto;float:left;}
    #slider{text-align: center}
    h1{font-size:2.5rem}
    #slider .item{width:100%;margin:;}
    #slider:before{display:none}
    .abtimg{margin-bottom:5rem;width: 90%;}
    .abox,.sbox{width:340px}
    #about{background-size: 150%;}

#bottom {width: 100%;display: block;background:var(--secondarycolor)}
	.formbg{margin-top:2rem}
.fleft, .fright {float: none;text-align:center}
    #footer,#footer a{color:#fff;margin-top: 2rem;}
    
    #main .light-text{margin-top: 1.5rem; padding:1.5rem 1rem 0;}
    #main .light-text p.title{font-size: 26px}
    #news{flex-wrap:wrap;justify-content: center}
    #news h2{width:unset}
    .page-id-165 #main h2{font-size: 28px}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
.column:before{display: none}
.site-menu-toggle{display:none;}
    #business h2{font-size: 34px}
    #main .light-text{margin-left: 2rem; }
	.header_area{z-index:9999 !important}
}


@media screen and (max-width: 800px) {
    .abox,.sbox{width:400px;}
    #business .doubleimage{margin-top:2rem;width:100%;}
    .doubleimage img{width:45%}
    .bo2{margin-top:1rem}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
    .counter{width:200px;padding:1rem;right:0}
    .counter .progressbar-text{font-size:3.5rem !important;;}
    .framed{margin-bottom: 2.3rem !important; width: 95%; margin-left: 0px !important; height: unset}
    #main h3{font-size: 29px;line-height: 1.3;padding-bottom: 12px;}
    #pagetitle{padding: 0rem 10px 2rem;height: 320px;}
    #pagetitle h1{font-size: 32px;}
    
       #business h2{font-size: 30px; text-align:left}
    .boxed-img{ margin-bottom: 20px}
    #total-score-circle, #general-score-circle, #speed-score-circle, #privacy-score-circle{height: 55px}
    
    iframe{height: 350px}
    
}

@media screen and (min-width: 220px) and (max-width: 420px) {
    .imgbox{width:300px;height:300px}
}

@media screen and (min-width: 421px) and (max-width: 500px) {
#bottom .col-md-3{width: 49%;float: left;word-wrap: anywhere}
}


@media screen and (min-width: 501px) and (max-width: 768px) {
#bottom .col-md-3{width: 47%;float: left;}
}


@media screen and (min-width: 769px) and (max-width: 980px) {

}

@media screen and (min-width: 769px) and (max-width: 1120px) {
#bottom .col-md-3{width: 47%;float: left;}
#slider .btn-primary{padding:10px 35px;margin:10px 0;}
}


@media (min-width: 576px) {
.container-fluid {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-fluid {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-fluid {
max-width: 1040px;
}
}
@media (min-width: 1200px) {
.container-fluid {
max-width: 1350px;
}
}

/* Timeline */
p:empty{display: none !important;}

:root{
    --color1: #077cc5;
    --color2: #088cdd;
}
.main-timeline .timeline:nth-child(even){
    --color1: #1d3996;
    --color2: #183181;
}

.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    border-right: 10px solid var(--color1);
    width: 50%;
    padding: 10px 20px 10px 0;
    box-shadow: 10px 0 var(--color2);
    float: left;
}
.main-timeline .timeline-content{
    text-align: center;
    display: block;
    position: relative;
    border-radius: 10px 10px;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content:"";
    background: var(--color2);
    width: 80px;
    height: 3px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -120px;
}
.main-timeline .timeline-content:after{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -125px;
}
.main-timeline .timeline-year{
    color: #fff;
    background:var(--color2);
    font-size: 35px;
    font-weight: 400;
    padding: 10px 30px 4px;
    border-radius: 100px;
    border: 5px solid var(--color1);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -300px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}
.main-timeline .timeline-year small{font-size: 12px}
.main-timeline img{border-radius: 0 0 20px 20px; height:340px; object-fit:cover;}
.main-timeline .title{
    color:#fff;
    background: var(--color2);
    text-transform: capitalize;
    padding: 18px 10px 17px;
    margin: 0;
    border-radius: 20px 20px 0 0;
    font-family: var(--secondaryfont);
    font-weight: 550;
    font-size: 18px;
}
.main-timeline .description{
    color: #555;
    background:linear-gradient(#f1f1f1,#d9d9d9);
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right; 
    border: none;
    border-left: 10px solid var(--color2);
    box-shadow: -10px 0px var(--color1);
    padding: 10px 0 10px 20px;
    margin: 0 0 0 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto; 
    left: -120px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: -125px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -300px;
}

@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 100px 0 20px 20px;
        margin: 0 0 0 10px;
        box-shadow: -10px 0 var(--color2);
        border: none;
        border-left: 10px solid var(--color1);
        float: none;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        top: -50px;
        left: -20px;
        width: 50px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        width: 15px;
        right: auto;
        left: 15px;
    }
    .main-timeline br{position: absolute; display: none}
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateX(-50%);
        top: -85px;
        left: 50%;
        right: auto;
        font-size: 25px;
    }
        .main-timeline .title{font-size: 16px ; line-height: 1.4; font-weight: 500;padding: 13px 8px;}
    .main-timeline img{height: unset}
}