/**comon css**/

:root {
	--hue: 223;
	--bg: hsl(var(--hue),10%,90%);
	--fg: hsl(var(--hue),10%,10%);
	--primary: hsl(var(--hue),90%,55%);
	--primary-l: hsl(var(--hue),90%,65%);
	--primary-d: hsl(var(--hue),90%,45%);
	--white: hsl(var(--hue),10%,100%);
	--white-d: hsl(var(--hue),10%,45%);
}
#loaders {
	background-color: var(--bg);
	color: var(--fg);
	font: 1em/1.5 sans-serif;
	height: 100vh;
	display: grid;
	place-items: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100vh;
    opacity: 0.97;
}

.book {
	--color: #1356dc;
	--duration: 6.8s;
	width: 32px;
	height: 12px;
	position: relative;
	margin: 32px 0 0 0;
	zoom: .8;
  }
  .book .inner {
	width: 100px;
	height: 12px;
	position: relative;
	transform-origin: 2px 2px;
	-webkit-animation: book var(--duration) ease infinite;
			animation: book var(--duration) ease infinite;
  }
  
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }.cursor-pointer{
    cursor: pointer;
  }.form-check-input:focus{
    box-shadow: none !important;
  }.form-check-input{
    border: 1px solid #000 !important;
    border-radius: 0px !important;
  }.form-check-input:checked{
    border: none !important;
  }.close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }.close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }button:focus, select:focus{
        box-shadow: none !important;
    }.form-control:focus{
      box-shadow: none !important;
    }.text-heads1{
      color: #2C6BB4;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 15px;
    }.input-group{
      border: none;
    }label{
      font-weight: 500;
    }#progress-bar {
      position: fixed;
      width: 0;
      height: 4px;
      background-color: #7aafec;
      top: 0;
      left: 0;
      z-index: 100;
  }.fixed-top {
    z-index: 99 !important;
  }

    /**navbar**/
    .navbar{
      padding: 11px 20px !important;
    }nav.navbar li.nav-item:last-of-type{
      margin-right: 0px;
    }
    nav.navbar li.nav-item{
      margin-right: 50px;
      position: relative;
    }.navbar .nav-item .active{
      border-bottom: 4px solid transparent;
      border-image: url('../../images/common/navactive_img.png') 30 repeat; 
      border-image-repeat: round;
      position: absolute;
      bottom: -11px;
      top: 0;
      width: 100%;
      z-index: -1;
    }.navbar .nav-link{
      color: #000000;
      cursor: pointer;
      font-size: 17px;
    }.scrolled{
      background-color: #fff;
      box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
    }img.close{
      width: 16px;
      position: absolute;
      top: 22px;
      right: 25px;
    }.modal-content.auth_rad{
      border-radius: 25px;
      overflow: hidden;
    }

    /**footer**/
    footer{
      padding-top: 60px;
      background: #ffffff;
    }
    footer .leftimg1{
      width: 100%;
      padding: 0px;
      margin: 0px;
    }footer .leftimg1 img{
      width: 250px;
    }footer .bordersli{
      border-right: 2px solid #ABABAB;
    }footer ul{
      list-style: none;
      padding: 0px;
    }footer ul li{
      margin-bottom: 15px;
    }footer h5{
      padding-bottom: 10px;
      width: fit-content;
      margin: 0 auto;
      color: #043153;
      margin-bottom: 15px;
      font-weight: 600;
    }footer ul li{
      color:#043153;
      cursor: pointer;
    }footer .bordersli p{
      padding: 0px 50px 0px 0px;
      text-align: inherit;
    }footer .social_ins div{
      height: 25px;
      width: 25px;
      background: #fff;
      padding: 20px;
      margin-left: 25px;
      align-items: center;
      justify-content: center;
      display: flex;
      cursor:pointer;
    }footer .content_ftr{
      margin-top: -125px;
  }footer .content_ftr hr{
    color: #F1F7FE;
    height: 3px;
    background: #ced5de;
    width: 80%;
    margin: 0 auto;
  }div.toast{
    position: fixed;
    right: 15px;
    top: 15px;
    border: none;
    z-index: 99999;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  }.toast .toast-header{
    background: #4ef4bc;
  }.toast .toast-body{
    background: #fff;
  }.profile_toast .name_dtoa{
    background: #fff;
    padding: 2px 12px;
    margin-right: 10px;
    border-radius: 50%;
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
  }.copyright_div{
    background: #f1f7fe6b;
    padding: 20px;
  }.copyright_div a{
    text-decoration: none;
  }

    /**modal**/
  #select_platform figure{
      border: 1px solid #eee;
      cursor: pointer;
      margin: 0 auto;
      height: 125px;
      width: 85%;
      padding: 20px;
      border-radius: 10px;
      align-items: center;
      justify-content: center;
      display: flex;
    }#select_platform .form-control{
      background: #F9FAFB;
      padding: 10px;
    }#select_platform button{
      background: #2C6BB4;
      color: #fff;
      padding: 8px 65px;
      border: none;
      margin-top: 8px;
      font-size: 15px;
    }#select_platform figure.active{
      box-shadow: 0px 10px 20px 0px #00000040;
      border: 1px solid transparent;    
    }.modal .commonlgn{
      background: #F1F7FE;
      border: 1px solid #eee;
      border-radius: 20px;
    }.commonlgn .input-group-text img{
      width: 15px; 
    }
    .commonlgn .input-group-text .name_icon{
      width: 13px; 
    }.commonlgn .input-group-text{
      height: 50px;
      align-items: center;
      width: 50px;
      border: none;
      background: #fff;
      justify-content: center;
    }.commonlgn input{
      border: none;
    }.commonlgn button{
      background: #2C6BB4 !important;
      color: #fff;
      height: 48px;
      border-radius: 50px;
    }.commonlgn button.form-control:focus{
      background-color: #2C6BB4 !important;
      color: #fff;
    }.commonlgn p{
      color: #A8A8A8;
      font-weight: 400;
      font-size: 15px;
      font-weight: 500;
    }#select_platform figure img{
      width: 55px;
      height: 55px;
    }.modal .commonlgn a{
      color: #000000;
      font-size: 14px;
      cursor: pointer;
      font-weight: 600;
    }.commonlgn .social img{
      width: 42px;
      background: #ffff;
      padding: 7px;
      border-radius: 20px;
      cursor: pointer;
    }.commonlgn .social a:last-of-type{
      margin-right: 0px;
    }.commonlgn .social a{
      margin-right: 18px;
    }input[type="checkbox"]#agree{
      height: 12px;
    }.commonlgn input::placeholder{
      color:#A8A8A8;
    }.commonlgn .input-group-text.pwd-eye img{
      width: 19px;
      filter: brightness(0) saturate(100%) invert(57%) sepia(5%) saturate(12%) hue-rotate(34deg) brightness(88%) contrast(92%);
    }#forgot_pass a.atext{
      font-size: 17px;
      font-weight: normal;
      text-decoration: none;
    }.modal-content .space_m{
      padding: 30px;
    }.commonlgn small{
      position: absolute;
      left: 40px;
      color: red;
      font-size: 13px;
    }.commonlgn .error_div{
      height: 25px;
    }.commonlgn .input-group.validatecl{
      border: 1px solid red !important;
      border-radius: 4px;
    }.commonlgn .input-group{
      border: 1px solid transparent;
    }.profile_div .dropdown-toggle{
      background: transparent;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }.profile_div .dropdown-toggle img{
      width: 40px;
      height: 40px;
      border-radius: 50px;
      margin-right: 4px;
      object-fit: contain;
    }.profile_div .dropdown-menu{
      box-shadow: 0px 0px 4px 0px #44444475;
      border: none;
    }.profile_div .dropdown-menu img{
      width: 15px;
      height: 15px;
      margin-right: 10px;
    }.profile_div .dropdown-menu a:hover{
      background: transparent;
    }.profile_div .dropdown-menu a{
      padding-bottom: 12px;
      color: #000 !important;
    }.profile_div .dropdown-menu a.active{
      color: #2C6BB4 !important;
    }.profile_div .dropdown-toggle .name_ath{
      width: 40px;
      height: 40px;
      border-radius: 50px;
      align-items: center;
      justify-content: center;
      display: flex;
      background: antiquewhite;
      text-transform: capitalize;
      margin-right: 4px;
      font-weight: bold;
    }#emailverify h6{
      color: #000;
      font-size: 16px;
      font-weight: 400;
      text-align: start;
      line-height: 30px;
    }#emailverify input{
      padding: .7rem .75rem;
      letter-spacing: 10px;
      font-weight: 600;
    }#emailverify input::placeholder{
      letter-spacing: 0px;
    }#emailverify span{
      font-size: 13px;
    }#emailverify .resend_otp{
      font-weight: 500;
      cursor: pointer;
    }.edit_screen input[type=number]::-webkit-inner-spin-button, 
    .edit_screen input[type=number]::-webkit-outer-spin-button { 
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; 
    }
    .no-animation .modal-dialog {
        transform: none !important;
    }.remove_h span {
      font-size: 26px;
      color: #4285f4;
      font-weight: 700;
    }.remove_h img {
      width: 120px !important;
      border: none !important;
    }.row.docs_nhvcwq {
        margin-top: 35px;
    }.modal .email_ndiv{
      align-items: center;
      display: inline-flex;  
    }.modal .email_ndiv img{
      width: 20px;
      height: 20px;
      margin-left: 4px;
      filter: brightness(0) saturate(100%) invert(34%) sepia(68%) saturate(802%) hue-rotate(176deg) brightness(93%) contrast(85%);
      cursor: pointer;
    }
    
    .no-animation .modal.hide .modal-dialog {
        transition: none !important;
    }
    
    .no-animation .modal.hide .modal-content {
        opacity: 1 !important;
    }
    
    .modal.hide {
        transition: none;
    }
    
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .modal {
        display: none;
        overflow: hidden;
        outline: 0;
        transition: all 0.5s;
    }
    
    .modal.hide .modal-dialog {
        transition: none;
    }.modal.hide .modal-dialog {
      transform: none !important;
  }
  
  .modal.hide .modal-content {
      opacity: 1 !important;
  }#emailverify span#resend-otp{
    position: absolute;
    right: 10px;
  }
  .checkmark-circle {
    width: 100px;
      height: 150px;
      position: relative;
      vertical-align: top;
      align-items: center;
      justify-content: center;
      display: flex;
      margin: 0 auto;
    }
    .checkmark-circle .background {
    width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #2EB150;
      position: absolute;
      margin: 0 auto;
    }
    .checkmark-circle .checkmark {
    border-radius: 5px;
    }
    .checkmark-circle .checkmark.draw:after {
    animation-delay: 100ms;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
    animation-fill-mode: forwards;
    }.spinDiv {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(0 0 0 / 59%);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
  }.spinDiv .spinner-border {
      width: 2.5rem;
      height: 2.5rem;
      color: white;
  }body.no-scroll {
      overflow: hidden;
  }
    .checkmark-circle .checkmark:after {
    opacity: 1;
      height: 25px;
      width: 35px;
      transform-origin: left top;
      border-right: 7px solid white;
      border-top: 7px solid white;
      border-radius: 2.5px !important;
      content: '';
      left: 30px;
      top: 77px;
      position: absolute;
    }
    @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 20.5px;
      opacity: 1;
    }
    40% {
      height: 40px;
      width: 20.5px;
      opacity: 1;
    }
    100% {
      height: 40px;
      width: 20.5px;
      opacity: 1;
    }
    }
  
    /**preview_model**/
    .modal .roll_images{
      display: flex;
      overflow-x: auto;
  }.modal .roll_images .title{
      font-size: 16px;
      text-align: start;
      margin-top: 8px;
      font-weight: 500;
  }#preview_scrn h4 span{
      font-size: 16px;
      font-weight: 400;
      text-decoration: underline;
      cursor: pointer;
      margin-left: 8px;
  }.modal #preview_scrn{
      border-radius: 3px;
  }.modal .roll_images::-webkit-scrollbar {
      width: 4px;
      height: 4px;
      border-radius: 10px;
  }.modal .roll_images::placeholder {
      color: #D8E8FF;
  }.modal .roll_images::-webkit-scrollbar-thumb {
      background: #2746B6;
  }.modal .roll_images::-webkit-scrollbar-track {
      box-shadow: inset 0 0 4px #D4D4D4;
  }#preview_scrn img.close {
      width: 24px;
  }.modal #uniq_show{
    background: transparent;
    overflow: unset;
  }.modal{
    background: #12121280;
  }#uniq_show .owl-nav button.owl-prev, #uniq_show .owl-nav button.owl-next {
    top: 50% !important;
    transform: translatey(-50%) !important;
  }#uniq_show .owl-nav button.owl-next {
    right: -80px;
  }#uniq_show .owl-nav button.owl-prev{
    left: -90px;
  }#uniq_show .owl-nav button.owl-prev, #uniq_show .owl-nav button.owl-next {
    z-index: 1;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translatey(-50%);
}#uniq_show .owl-nav img{
  width: 43px;
}.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent !important;
}#uniq_show .owl-carousel .owl-item img{
  width: 75%;
  margin: 0 auto;
}#uniq_show img.close{
  width: 22px;
  position: absolute;
  top: 15px;
  right: 80px;
  z-index: 9999;
}footer .ul_list{
  display: flex;
  justify-content: center;
}footer .ul_list ul{
  text-align: left;
}footer .social_ins img{
  width: 33px;
  height: 33px;
}footer .content_ftr h4{
  border-bottom: 2px solid #000;
  width: fit-content;
  padding-bottom: 8px;
  font-size: 1.4rem;
}footer .content_ftr:last-of-type{
  border-right: 0px;
}footer .ul_list a{
  text-decoration: none;
  color: #043153;
}#select_platform small.errod{
  position: absolute;
  left: 0;
  color: red;
}.list_plrtd::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 10px;
}.list_plrtd::-webkit-scrollbar-thumb {
  background: #cccccc;
}.list_plrtd::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #D4D4D4;
}

/**list tempcss**/
#list-templates h2{
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}#list-templates .select_tmp button{
  position: absolute;
  left: 0;
  background: #fff !important;
  color: #000;
  height: 100%;
  border-radius: 0;
  top: 0;
  width: 60px;
  border: none;
}#list-templates .space_m {
  padding: 15px;
  position: relative;
  border: 2px solid #e6e0e0;
  background: #fff;
}#list-templates .filter_div{
  align-items: end;
  justify-content: end;
  display: flex;
}#list-templates .filter_div select {
  color: #000000;
  margin-right: 20px;
  width: 15%;
  border: 1px solid #cccccc;
  padding: 0.45rem 10px;
  text-transform: capitalize;
  border-radius: 0px;
  cursor: pointer;
  --bs-form-select-bg-img: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAsQAAALEBxi1JjQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACOSURBVEiJ7c/LCoFRFIDR5WEkKUlJiZRiwMCzmngjiQi5ZcSAM5HLfxtI/1d7cNq12oe8vJ+v8PQeY5jSnGLyblnEDNeEs0D52wUlzBPgS1SifrOKVQx8g3pUPFTDOgK+RSMuHmpi9wE/oJMUD7Wwf4Ef0U2Lh9ru1wb8hF5WeKiPMy4YZY2HBo/Jy/unbpb0TLQqPZ0IAAAAAElFTkSuQmCC') !important;
}#list-templates .filter_div .dropdown-toggle{
  padding: 0.45rem 1.5rem;
  background: #2C6BB4;
  color: #fff;
  border-radius: 0px;
}#list-templates .space_m button img{
  width: 30px;
}#list-templates .list_items  img{
  width: 100%;
  border: 1px solid #ccc;
}#list-templates .itemScreen{
  border: 2px solid #eeeeeead;
  background: #fff;
  margin-bottom: 25px;
  position: relative;
}#list-templates .parent_items{
  margin-top: 15px;
  height: 570px;
  overflow-y: auto;
  padding: 20px;
  overflow-x: hidden;
}#list-templates .itemScreen:hover{
  border: 2px solid #cbdef7 !important;
}#list-templates{
  background: #f1f7fe;
  height: 100%;
}#list-templates .filter_div a{
  display: contents;
}#list-templates .list_items button{
  color: #2c6bb4;
  border: 1px solid #2c6bb4;
  background: transparent;
  font-weight: 500;
  cursor: pointer;
  padding: 0.45rem 40px;
  border-radius: 3px;
}#list-templates .itemScreen .premium{
  background: #fff;
  position: absolute;
  right: 5px;
  border: 2px solid #ff00005e;
  padding: 4px 5px;
  top: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
}#list-templates .itemScreen .premium img{
  width: 16px;
  height: 16px;
  border: none;
}.profile_div.dropdown:hover .dropdown-menu {
  display: block;
}#page-container{
  padding-top: 65px;
}.basic-header {
  background: radial-gradient(156.17% 156.17% at 50% 50%, rgba(249, 245, 255, 0.65) 0%, rgba(185, 226, 255, 0.65) 100%);
  padding: 4% 0%;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: #212529;
  text-transform: uppercase;
}.basic-header h2 {
  font-size: 30px;
  font-weight: bold;
}.navbar-brand img{
  width: 115px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}footer .logo_img img{
  width: 160px;
}.filter_div .custom-size button#createButton{
  width: 100%;
  background: transparent;
  border: 2px solid #000;
  border-radius: 6px;
  color: #000;
}.filter_div .custom-size .form-control{
  border-radius: 6px !important;
  border: 1px solid #000 !important;
}.custom-size label{
  font-size: 14px;
  font-weight: 700;
}

.navbar .offcanvas, footer .mobileftr, .template_2 .mbldiv{
  display: none;
}.offcanvas {
  transition: none !important;
}.offcanvas.show {
  transform: none !important;
}.offcanvas.showing,
.offcanvas.hiding {
  transform: none !important;
}#modal .itemScreen .row{
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 15px;
}#preview_scrn .space_m{
  padding-bottom: 15px;
  padding-top: 15px;
}#preview_scrn .roll_images{
  padding-bottom: 20px;
  padding-top: 8px;
}.list_items .itemScreen h5{
  padding: 9px;
  padding-left: 15px;
  border-bottom: 2px solid #f1f7fe;
  text-transform: capitalize;
  color: #212529;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0px;
}


/**mediaQuery**/
@media(max-width: 768px){
  .navbar .navbar-toggler img{
      width: 38px;
      height: 38px;
      filter: brightness(0) saturate(100%) invert(47%) sepia(1%) saturate(3481%) hue-rotate(314deg) brightness(77%) contrast(73%);
  }.navbar .navbar-toggler{
    padding: 0px;
    border: none ;
  }nav.navbar{
    padding: 8px 10px !important;
  }.navbar .offcanvas-body {
    background: #fff;
  }.navbar .offcanvas ul {
    padding-left: 1rem;
  }.navbar .offcanvas {
    width: 70% !important;
  }#list-templates .filter_div select, #list-templates .filter_div .dropdown-toggle{
    width: 50%;
    padding: 0.32rem 10px;
  }#list-templates{
    width: 100%;
  }.remove_h span {
      font-size: 22px;
  }.remove_h img{
      width: 90px !important;
  }#list-templates .parent_items {
    padding-bottom: 70px !important;
    padding: 0px;
  }#list-templates .space_m{
    border: none;
  }.basic-header{
    padding: 7% 0%;
  }.basic-header h2{
    font-size: 25px;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  #list-templates .filter_div select, #list-templates .filter_div .dropdown-toggle{
    width: 30%;
    padding: 0.32rem 10px;
  }
}

@media(max-width: 992px){
  .navbar .offcanvas li {
    margin-bottom: 20px;
    font-size: 16px;
    list-style-type: none;
  }.navbar .offcanvas ul img {
    width: 15px;
    height: 15px;
    display: none;
    margin-right: 8px;
  }.navbar .offcanvas li a{
    text-decoration: none;
    color: #0D0D0D;
  }.navbar .offcanvas{
    display: block;
  }footer .leftimg1 img{
    display: none;
  }footer .content_ftr {
    margin-top: 0px;
  }.navbar .offcanvas-header {
    background: #f1f7fe;
    color: #000;
  }.navbar .navbar-toggler img{
    width: 40px;
    height: 40px;
  }footer .logo_img img {
    margin-bottom: 35px;
  }footer .content_ftr hr{
    display: none;
  }footer .bordersli{
      border-right: 0px;
  }footer .social_div{
    display: none;
  }footer .bordersli p {
    padding-bottom: 25px !important;
  }.nav-profile img {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 50%;
  }.navbar .offcanvas-header.spacem h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      width: 100px;
      font-size: 16px;
  }.offcanvas .spacem h4 {
    text-transform: capitalize;
  }.navbar .offcanvas-header .endop {
    position: absolute;
    right: 20px;
    margin-top: 8px;
  }.navbar .endop a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
  }.navbar .no-profile {
    width: 50px;
    border: none;
    text-transform: capitalize;
    border-radius: 50%;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #443C88;
    font-size: 24px;
  }.navbar .offcanvas-header.spacem h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100px;
    font-size: 16px;
    color: #000;
  }.navbar .offcanvas-header{
    color: #fff;
  }
}
  
  
@media(max-width: 576px){
  .modal-content .space_m{
    padding-left: 0px;
    padding-right: 0px;
  }.modal .modal-dialog{
    margin: 0px;
    height: 100%;
  }.modal .modal-content{
    border-radius: 0px;
    border: none;
  }#select_platform figure{
    width: 100%;
  }#select_platform label{
    display: flex;
    margin-bottom: 12px;
  }#select_platform button {
    padding: 7px 55px;
  }.modal .modal-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: fixed;
  }.navbar .container{
    padding: 0px;
  }footer .bordersli p{
    padding: 0px;
    padding-bottom: 10px;
  }footer div.social_div{
    display: none !important;
  }footer h5{
    margin: unset;
  }footer .social_ins img{
    width: 50px;
    height: 30px;
  }.template_2 button.load_template {
    padding: 0.35rem 30px;
  }.modal .commonlgn{
    border: none;
  }.commonlgn .input-group{
    border: 1px solid #cccccc;
    border-radius: 6px;
    overflow: auto;
  }
}
@media(max-width: 480px){
  footer .ul_list{
    display: block;
  }
}

@media(min-width: 480px) and (max-width: 576px){
  .template_2 .col-6{
    width: 33.33333333%;
  }footer .mobileftr{
    text-align: center;
  }footer .mobileftr .social_ins{
    justify-content: center;
  }
}
@media(min-width: 420px) and (max-width: 576px){
  .auth_rad form#login, .auth_rad form#register, .auth_rad form#forgot_pass, 
  #modal .success_lhm, #modal #emailverify{
    width: 90%;
    margin: 0 auto;
  }
}

@media(min-width: 992px) and (max-width: 1350px){
  footer .content_ftr hr{
    width: 70%;
  }.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -75px;
  }
}